Save provider integration
Execute the save_provider_integration capability through REST or MCP with the same authorization and project checks.
WriteMinimum role: ownerExternal action
REST
PUT
/api/v1/integrations/providers/:providerIdcurl "https://chatterbeam.com/api/v1/integrations/providers/{providerId}" \
--request PUT \
--header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
--header "Idempotency-Key: unique-operation-key"MCP
Tool name: save_provider_integration. The tool returns the same structured { data, meta } result as REST.
Input
providerIdRequired path identifierAuthorization
Required scope: integrations:write. Scope checks are followed by current project membership and the owner minimum role.