Skip to main content

atlanai

Unified Python SDK for Atlan agents.

Use AtlanClient for the public Agent Gateway management API. Generated clients are available under client.raw and atlanai.raw. Management has no OpenTelemetry dependency or import-time tracing side effect.

Install atlanai[tracing] and import atlanai.tracing for the OpenTelemetry-native tracing pipeline. Tracing has its own explicit API key, workspace, exporter, and lifecycle; it does not reuse the management bearer or generated REST transport. Existing atlan_ai and atlan_ai.langchain imports remain available during the compatibility window.

Local install

From the repository root, install management only:

uv venv .venv
source .venv/bin/activate
uv pip install --editable ./python

Install optional tracing and LangChain support:

uv pip install --editable './python[tracing,langchain]'

Management takes its Gateway origin and bearer explicitly:

import os

from atlanai import AtlanClient

with AtlanClient(
    os.environ["ATLANAI_GATEWAY_URL"],
    bearer_token=os.environ["ATLANAI_TOKEN"],
) as client:
    page = client.agents.agent_list_agents(limit=10)
    print(len(page.items))

See the complete local setup guide for direct Registry configuration and the separate tracing environment. The generated Python reference covers every raw operation and model.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atlanai-0.1.0.tar.gz (548.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

atlanai-0.1.0-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file atlanai-0.1.0.tar.gz.

File metadata

  • Download URL: atlanai-0.1.0.tar.gz
  • Upload date:
  • Size: 548.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for atlanai-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2bc303be2de1232e0f6942a44915bdaf34d2e7f945ee40f682cd9413425e0db5
MD5 698b4458133e03653dfe92f706cf3c1b
BLAKE2b-256 8cdc4a5358585711d5b366103932738cc1dd83825e2bb0dbb2d886eb60a34219

See more details on using hashes here.

File details

Details for the file atlanai-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: atlanai-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for atlanai-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9ea76523122e02d601f98c42a4ef1b67fc3952f48c42f7bb27ea5b1c5e88f234
MD5 5ed86833ef037e39fd86d1e8ae9e7a4b
BLAKE2b-256 cc1b183488d7f058110b062c2786731d6009e2579f24dbefd88930bc71c82c4c

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.1.1

2 files

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page