Composio is the integration gateway that gives Ultron access to 250+ external services. You connect a service once — Composio handles auth, token refresh, API versioning, rate limit backoff, and schema normalization.Documentation Index
Fetch the complete documentation index at: https://docs.51ultron.com/llms.txt
Use this file to discover all available pages before exploring further.
What Composio handles
| Concern | What Composio does |
|---|---|
| OAuth flows | Full OAuth 2.0 with PKCE, token storage, refresh |
| API versioning | Normalizes schema differences across API versions |
| Rate limit backoff | Automatic retry with exponential backoff on 429s |
| Schema normalization | Consistent tool interface regardless of underlying API |
| Error handling | Structured errors returned to Ultron, not raw API errors |
What’s covered
Composio covers every major category:How it works in Ultron
The Composio MCP server loads in every Ultron sandbox session. When you ask Ultron to interact with any connected service, the tool call routes through Composio:Connecting a Composio integration in settings doesn’t consume credits. Credits are consumed only when a tool call executes against the service.