Rename a connection (slug stays immutable)
PATCH
Rename a connection (slug stays immutable)
Authorizations
Path Parameters
Body
application/json
Response
Successful Response
Stable identifier for each supported integration.
The string value must match the vendor's per-provider identifier
(for Nango: provider_config_key). Persisted on
integration_connections.integration_key and
integration_connection_tools.integration_key.
Adding a new integration: append a member here, add an
IntegrationSpec to INTEGRATIONS, register the provider in the
vendor cloud via src/integrations/bootstrap.py (Step 3).
Available options:
slack, custom_mcp, notion, google_drive, calcom, twilio, email Previous
Connect a customer-supplied MCP server (static creds or OAuth)Static-cred connections are born ``active``; OAuth returns an
``authorize_url`` + ``state`` and the row starts ``pending_oauth`` until the
``/integrations/oauth/callback`` redirect lands. ``server_url`` (and any
OAuth endpoint URLs) are SSRF-validated in the service layer.
Next
Rename a connection (slug stays immutable)