docs/content/reference/authentication.mdx
All Composio API endpoints require authentication via API key.
Include your API key in the x-api-key header.
For organization-level access across multiple projects, use the x-org-api-key header instead.
Include your API key in the request header:
curl https://backend.composio.dev/api/v3/tools \
-H "x-api-key: $COMPOSIO_API_KEY"
For organization-level endpoints:
curl https://backend.composio.dev/api/v3/org/projects \
-H "x-org-api-key: $COMPOSIO_ORG_API_KEY"