Application SDK
The Application SDK is a Python library for building backend applications on the Atlan platform. It provides everything you need—from local development to deployment—to create integrations and tools that extend Atlan for your organization or customers.
Components
LearnThe main building blocks of the SDK: event handling, API client, and MCP integrations. These describe how backend logic interacts with Atlan.
Interfaces
ImplementThe contracts you implement to bring backend logic to life: handler interface, base handler, and base SQL handler.
Server APIs
ReferenceComprehensive REST APIs for Application SDK server management, workflow operations, authentication, and configuration.