Back to Composio

Managed Auth

docs/content/toolkits/managed-auth.mdx

0.11.1480 B
Original Source

Toolkits with managed auth work out of the box with no OAuth setup. For toolkits without managed auth, you need to provide your own credentials.

You can also check programmatically whether a toolkit has managed auth:

bash
curl 'https://backend.composio.dev/api/v3/toolkits/posthog' \
  -H 'x-api-key: YOUR_API_KEY'

See When to use your own developer credentials for help deciding which approach fits your use case.

<ManagedAuthList />