> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/composiohq/composio/llms.txt
> Use this file to discover all available pages before exploring further.

# Composio SDK

> Skills that evolve for your AI Agents

<img src="https://raw.githubusercontent.com/ComposioHQ/composio/next/public/cover.png" alt="Composio Logo" />

## Skills that evolve for your Agents

Composio provides seamless integration capabilities for Python and TypeScript agentic frameworks and libraries. Connect your AI agents to 500+ apps like Gmail, Slack, GitHub, and Notion with authentication handled automatically.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get started with Composio in under 5 minutes
  </Card>

  <Card title="TypeScript SDK" icon="code" href="/typescript/overview">
    Explore the TypeScript SDK documentation
  </Card>

  <Card title="Python SDK" icon="python" href="/python/overview">
    Explore the Python SDK documentation
  </Card>

  <Card title="Core Concepts" icon="book" href="/concepts/tools">
    Learn about tools, toolkits, and authentication
  </Card>
</CardGroup>

## Why Composio?

<CardGroup cols={3}>
  <Card title="500+ Integrations" icon="puzzle-piece">
    Connect to popular apps like Gmail, Slack, GitHub, Notion, and more
  </Card>

  <Card title="Multi-Framework" icon="layer-group">
    Works with OpenAI, Anthropic, LangChain, LlamaIndex, CrewAI, and more
  </Card>

  <Card title="Type-Safe" icon="shield-check">
    Full TypeScript support with comprehensive type definitions
  </Card>

  <Card title="Auth Handled" icon="key">
    Authentication and authorization managed automatically
  </Card>

  <Card title="Cross-Platform" icon="globe">
    Python and TypeScript SDKs with consistent APIs
  </Card>

  <Card title="Production Ready" icon="check">
    Built for scale with telemetry and error handling
  </Card>
</CardGroup>

## Supported Providers

Composio integrates seamlessly with major AI frameworks:

| Provider              | TypeScript | Python |
| --------------------- | :--------: | :----: |
| OpenAI                |      ✅     |    ✅   |
| OpenAI Agents         |      ✅     |    ✅   |
| Anthropic             |      ✅     |    ✅   |
| LangChain             |      ✅     |    ✅   |
| LangGraph             |     ✅\*    |    ✅   |
| LlamaIndex            |      ✅     |    ✅   |
| Vercel AI SDK         |      ✅     |    ❌   |
| Google Gemini         |      ✅     |    ✅   |
| Google ADK            |      ❌     |    ✅   |
| Mastra                |      ✅     |    ❌   |
| Cloudflare Workers AI |      ✅     |    ❌   |
| CrewAI                |      ❌     |    ✅   |
| AutoGen               |      ❌     |    ✅   |

\* *LangGraph in TypeScript is supported via the `@composio/langchain` package.*

<Info>
  Don't see your provider? Learn how to build a [custom provider](/typescript/providers/custom) to integrate with any AI framework.
</Info>

## Community & Support

<CardGroup cols={2}>
  <Card title="GitHub" icon="github" href="https://github.com/ComposioHQ/composio">
    Star us on GitHub and contribute to the project
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/composio">
    Join our Discord community for support and discussions
  </Card>
</CardGroup>
