The Developer Identity Layer
Build integrations
at terminal velocity.
The single API to add production-ready integrations to your AI agents and applications. Built by developers, for developers.
// Initialize Composio client
import { Composio } from 'composio-core';
const client = new Composio({
apiKey: process.env.COMPOSIO_API_KEY
});
// Execute action across 100+ tools
await client.actions.execute({
actionId: 'GITHUB_STAR_REPO',
params: { repo: 'composiohq/composio' }
});
Universal Actions
One API for every tool your AI needs.
Stop writing custom OAuth flows and endpoint wrappers. Composio provides a unified interface to read, write, and execute actions across hundreds of platforms instantly.
Explore all actions →