create_connection
Set up a new Cognigy.AI connection to securely integrate external services by storing API keys and credentials. Validate with dryRun before creating.
Instructions
Creates a new Cognigy.AI connection for external service integration. Connections securely store credentials like API keys, passwords, and tokens. MUTATING: Set dryRun=false to create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the connection | |
| type | Yes | Connection type (from extension schema, e.g., 'http-basic-auth', 'api-key', etc.) | |
| dryRun | No | If true (default), validates without creating. Set to false to actually create. | |
| fields | No | Connection field values as key-value pairs (e.g., { apiKey: '...', baseUrl: '...' }) | |
| projectId | Yes | The project ID to create the connection in |