update_integration
Update an integration's name, API key, or provider-specific configuration. Changes apply instantly and may affect dependent providers or live requests.
Instructions
Update an integration's name, key, or provider-specific config. Key and config changes take effect immediately and can disrupt dependent providers or live requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug of the integration to update | |
| name | No | New human-readable name for the integration | |
| key | No | New API key for the provider | |
| description | No | New description for the integration | |
| api_version | No | New API version (for Azure OpenAI) | |
| resource_name | No | New resource name (for Azure OpenAI) | |
| deployment_name | No | New deployment name (for Azure OpenAI) | |
| aws_region | No | New AWS region (for AWS Bedrock) | |
| aws_access_key_id | No | New AWS access key ID (for AWS Bedrock) | |
| aws_secret_access_key | No | New AWS secret access key (for AWS Bedrock) | |
| vertex_project_id | No | New GCP project ID (for Vertex AI) | |
| vertex_region | No | New GCP region (for Vertex AI) | |
| custom_host | No | New custom base URL for the provider |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |