llms.txt Content
# Composio Documentation
> Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.
> **For AI agents:** Give your agent tools it can call directly with `composio.create(user_id)` + `session.tools()` and a provider package (e.g. `composio_openai`, `@composio/openai`). To connect over MCP instead, create the session with `mcp: true` and read `session.mcp.url` from any MCP-compatible client. See any page's .md endpoint for full usage instructions.
## Get Started
- https://docs.composio.dev/docs.md
- https://docs.composio.dev/docs/quickstart.md
### Providers
- https://docs.composio.dev/docs/providers.md
- https://docs.composio.dev/docs/providers/anthropic.md
- https://docs.composio.dev/docs/providers/openai.md
- https://docs.composio.dev/docs/providers/vercel.md
- https://docs.composio.dev/docs/providers/pi.md
- https://docs.composio.dev/docs/providers/eve.md
- https://docs.composio.dev/docs/providers/google.md
- https://docs.composio.dev/docs/providers/langchain.md
- https://docs.composio.dev/docs/providers/autogen.md
- https://docs.composio.dev/docs/providers/crewai.md
- https://docs.composio.dev/docs/providers/llamaindex.md
- https://docs.composio.dev/docs/providers/mastra.md
#### Custom Providers
- https://docs.composio.dev/docs/providers/custom-providers.md
- https://docs.composio.dev/docs/providers/custom-providers/typescript.md
- https://docs.composio.dev/docs/providers/custom-providers/python.md
## Customizing sessions
- https://docs.composio.dev/docs/how-composio-works.md
- https://docs.composio.dev/docs/configuring-sessions.md
- https://docs.composio.dev/docs/sessions-via-mcp.md
### Sandbox (prev Workbench)
- https://docs.composio.dev/docs/sandbox/remote.md
- https://docs.composio.dev/docs/sandbox/local.md
### Extending sessions capabilities
- https://docs.composio.dev/docs/extending-sessions/proxy-execute.md
- https://docs.composio.dev/do