Skip to main content
Community Hub

Software development kits (SDKs)

TL;DR

Learn about software development kits (sdks).

Your AI can read this via Docs MCPInstall MCP →Connect

You can integrate with Atlan in several ways. Consider using one of the software development kits (SDKs), if possible, which:

  • encode best practices,
  • are built for performance,
  • and add validations and simplifications not found in the raw REST APIs themselves.
Did you know?

The SDKs are nothing more than client libraries that wrap the underlying REST APIs. They prevent you from needing to reinvent the wheel by wrapping the REST APIs yourself.