Skip to main content

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

Learn

The main building blocks of the SDK: event handling, API client, and MCP integrations. These describe how backend logic interacts with Atlan.

🔧

Interfaces

Implement

The contracts you implement to bring backend logic to life: handler interface, base handler, and base SQL handler.

🖥️

Server APIs

Reference

Comprehensive REST APIs for Application SDK server management, workflow operations, authentication, and configuration.