Using custom auth configs
Some toolkits don’t have Composio managed authentication and require you to provide your own credentials. When Tool Router tries to use these toolkits, it will throw an error asking you to create an auth config.
Check if a toolkit needs custom credentials
In the Composio platform, go to “All Toolkits” and select the toolkit. If it shows no Composio managed auth schemes, you’ll need to create an auth config.
Create an auth config
- Go to Authentication management in the dashboard
- Click Create Auth Config
- Select the toolkit
- Choose the auth scheme (OAuth2, API Key, etc.)
- Enter your credentials (client ID, client secret, API key, etc.)
- Click Create
Copy the auth config ID (e.g., ac_1234abcd).
For detailed instructions on getting credentials for specific toolkits, see Custom auth configs.