/connections) in the Console.
Connections are separate from workflow graphs. You wire them to MCP instances through config profiles on each instance (/mcp/instances/{instance_id}), then reference the instance in workflow mcp_call steps (instance_id + server_url after publish, or server_url only in portable exports).
This page covers shared connection flows only. Per-adapter tools and config live on each connector page.
Console layout
The Connections page shows:- Google account card (when Google connect is enabled) — OAuth once, enable per-service (Gmail, Drive, Sheets, …)
- Connect WhatsApp — opens the WhatsApp connection modal (when enabled)
- New custom connection — API keys, tokens, DSNs, and template-based connectors
- A searchable list of saved connections with usage hints
Google Workspace
Google connections use OAuth 2.0. One Google account can authorize multiple Workspace services (Gmail, Drive, Sheets, Calendar, and more).Enable services
On the connected account card, enable the services you need (for example Gmail and Sheets).
Custom connections (API keys and DSNs)
Many connectors authenticate with API keys, personal access tokens, or connection strings.Create a connection
Click New custom connection and choose a template (when listed) or enter a display name and credential fields.
Save credentials
Paste the API key, token, or DSN. Secrets are stored in Vault — they are not echoed back in the UI after save.
Wire to an MCP instance
Go to MCP → open the instance → Instance config. Activate a profile wired to this connection (or use the quick-apply connection picker on the profile panel).
Managing connections
| Action | How |
|---|---|
| View usage | Click a connection row to open the detail sheet — see which MCP instances reference it |
| Update credentials | Edit the connection and save a new key or re-authorize OAuth |
| Rotate keys | Add the new key, update instance profiles, then revoke the old key in the external service |
| Delete | Remove the connection only after unwiring it from all MCP config profiles |
Per-workflow connection overrides
The API supports workflow-level connection overrides (GET/PUT /v1/workflows/{id}/connection-overrides) so one graph can target sandbox vs production credentials without duplicating the workflow. The Console does not expose a dedicated overrides panel today — use the API or Platform MCP if you need per-workflow credential routing.
Related
- MCP instances — install connectors and config profiles
- Integrations quickstart
- Authentication