> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# SDKs & Integrations

> Official SDKs and integration options for the Corti Agentic Framework

The Corti Agentic Framework provides official SDKs and supports community integrations to help you build quickly.

## Official Corti SDKs

<Columns>
  <Card title="Corti JavaScript/TypeScript SDK" icon="js">
    Official Corti Agentic SDK for Node and browser environments.<br />
    <a href="/sdk/js/overview">JavaScript SDK docs →</a>
  </Card>

  <Card title="Corti C# .NET SDK" icon="microsoft">
    Official Corti Agentic SDK for .NET applications.<br />
    <a href="/sdk/dotnet/overview">C# .NET SDK docs →</a>
  </Card>

  <Card title="Corti AI SDK Adapter" icon="plug">
    Adapter for integrating Corti A2A agents with the Vercel AI SDK. Use `useChat` and streaming patterns to build chat UIs.<br />
    <a href="/sdk/ai-sdk-adapter/overview">AI SDK Adapter docs →</a>
  </Card>
</Columns>

## Official A2A Project SDKs

<Columns>
  <Card title="Python SDK" icon="file-code">
    Build A2A-compliant agents and servers in Python.<br />
    <a href="https://github.com/a2aproject/a2a-python" target="_blank">a2a-python (Stable) →</a>
  </Card>

  <Card title="JavaScript SDK" icon="file-code">
    Official JavaScript/TypeScript SDK for A2A.<br />
    <a href="https://github.com/a2aproject/a2a-js" target="_blank">a2a-js (Stable) →</a>
  </Card>

  <Card title="Java SDK" icon="file-code">
    Build A2A-compliant agents and services in Java.<br />
    <a href="https://github.com/a2aproject/a2a-java" target="_blank">a2a-java (Stable) →</a>
  </Card>

  <Card title="Go SDK" icon="file-code">
    Implement A2A agents and servers in Go.<br />
    <a href="https://github.com/a2aproject/a2a-go" target="_blank">a2a-go (Stable) →</a>
  </Card>

  <Card title="C#/.NET SDK" icon="code">
    Build A2A-compatible agents in .NET ecosystems.<br />
    <a href="https://github.com/a2aproject/a2a-dotnet" target="_blank">a2a-dotnet (Stable) →</a>
  </Card>
</Columns>

## Other libraries

* **shadcn/ui component library for chatbots**: [`ai-elements` on npm](https://www.npmjs.com/package/ai-elements)
* **A2A Inspector**: [a2a-inspector on GitHub](https://github.com/a2aproject/a2a-inspector)
* **Awesome A2A**: [awesome-a2a on GitHub](https://github.com/ai-boost/awesome-a2a)
