Skip to main content
Atlan does not currently publish a public Agent Registry or Skill Registry client package. Use the HTTP API directly or connect through MCP. The curated OpenAPI document is the source for future generated client SDKs.
Preview. The snippets below are examples, not a supported SDK. Verify them against the current public API before using them in production.

Request JSON safely

This JavaScript helper is for JSON endpoints only. It applies a timeout, checks the response content type, and exposes the documented problem body when a request fails.
Create the helper with a gateway URL and token loaded from your application’s secret store, then use it for a JSON response:

Download a bundle as bytes

Use a separate helper for bundle or file endpoints. They return bytes, not a JSON document.
Agent Gateway also contains a Rust extension SDK for Atlan service authors. That crate is repository-internal and is not a public client SDK or a supported external package.