← All Toolkits

Managed Auth

Markdown

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:

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.

Loading toolkits...