Welcome

Markdown

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 agent
import { 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 agent

Get Started

For AI tools
Skills
CLI

Explore

Community

Join our Discord community!