Create Composio Auth Config
lyzr_create_composio_auth_configCreate an authentication configuration for a provider by supplying OAuth client ID, secret, and scopes, enabling API access.
Instructions
Create a Composio auth config for a provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | No | Space-separated OAuth scopes | |
| client_id | Yes | OAuth client id | |
| provider_id | Yes | Composio provider id | |
| client_secret | Yes | OAuth client secret |