Create Custom Integration
createCustomIntegrationCreate a custom integration type (team-level catalog entry) that users can then connect as user-provided MCP connections. Requires manager-or-above role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| server_url | Yes | ||
| auth_method | Yes | ||
| oauth_client_id | No | ||
| oauth_client_secret | No |