Welcome
Give your AI agent access to 1000+ apps in minutes. Create a session for a user, hand the session tools to your agent, and let Composio handle discovery, auth, and execution.
session = composio.create(user_id="user_123")
tools = session.tools()
# Pass tools to your agentimport { Composio } from '@composio/core';
const composio = new Composio({ apiKey: 'your_api_key' });
const session = await composio.create("user_123");
const tools = await session.tools();
// Pass tools to your agentUse Composio
No code required. Connect your AI tools via MCP, CLI, or Plugin. Perfect for Claude Code, Cursor, and other MCP clients.
Build with Composio
Integrate Composio into your app with our SDK. Start with a session, then add auth, tools, and context for your users.
Get Started
Explore
Toolkits
Browse 1000+ toolkits across GitHub, Gmail, Slack, Notion, and more.
Playground
Try Composio in your browser without writing any code.
Providers
Use Composio with OpenAI, Anthropic, Claude Agent SDK, LangChain, Vercel AI SDK, and more.
Community
Join our Discord community!