Providers

Composio works with any AI framework. A provider is the adapter that turns Composio tools into the native tool format your framework expects, so you don't write glue code.

Pick the provider that matches the SDK or agent framework you already use. Each one fetches tools, handles execution, and hands your agent objects it understands. If your framework isn't listed, you can build your own provider.

AI SDKs

Use these when you call a model SDK directly.

Agent frameworks

Use these when an agent framework orchestrates the tool calls for you.

Custom