Connections
List integration connections, read the setup registry, provision connectors, and preflight readiness from the CLI.
The connections commands manage integration connections — typed records that flows, agents, and triggers reference for OAuth apps, webhooks, SQL, LLM providers, and more.
Credential values never appear on the command line. Store secrets with vault put or secrets set, then reference a vault key when provisioning a connection.
Prerequisites
See Authentication for login, vault, secrets, and creds workflows.
List connections
Read one connection
Integration setup registry
The setup registry powers the assistant, Connections UI, and this CLI surface. Print provider-specific guidance before wiring credentials:
Each entry includes:
- Preferred setup mode (OAuth, bot install, guided secret, …)
- Required scopes and health-check RPC method
- Assistant-safe wording hints
- Links to external credential pages when applicable
This mirrors the Integration setup product guide and akos creds guide.
Provision a connection
Use --no-auth for connections that do not require stored credentials. Optional flags: --scopes (comma-separated), --schema, --workspace. Supported kinds: slack, github, linear, discord, email, cron, file, webhook, cdc, twilio, sentry, pagerduty, stripe, s3, mcp, llm.
Remove a connection
Removing a connection does not delete the underlying vault secret.
Preflight readiness
Before a demo or deploy, verify that required credential keys exist (values are never printed):
External automation API keys
Scoped keys for /v1/automations/* are provisioned through the Connections UI (External apps) or the sidecar integration surface — not via a separate CLI verb today. See Public automation API for request shapes after keys exist.
Related topics
- Connections in the app — OAuth cards, SQL, cloud sync, coding agents.
- Authentication —
vault,secrets, andcreds check. - Integration setup — guided setup narrative for operators.
- Triggers — SaaS triggers that share OAuth connections.
- Command reference — full
connections.*andconnectorstables.