Auth Configs

Create new authentication configuration

Creates a new auth config for a toolkit, allowing you to use your own OAuth credentials or API keys instead of Composio-managed authentication. This is required when you want to use custom OAuth apps (bring your own client ID/secret) or configure specific authentication parameters for a toolkit.

post/api/v3.1/auth_configs

Request body

Response

Successfully created auth config

Changes

Changed in 3 of the 61 revisions of this API.13

  • 4a4a24bbe8fd11See the full diff
    • removed subschema #1 subschema #2 from the auth_config request property oneOf list

      request-property-one-of-removed

    • added subschema #1 subschema #2 to the auth_config request property oneOf list

      request-property-one-of-added

    • the endpoint scheme security CookieAuth was removed from the API

      api-security-removed

    • endpoint added

      endpoint-added