← RETURN TO ROOT
Connected
Workspace and API access
Control who can operate your org and how automation credentials are managed.
Back to configurationWorkspace settings scope
These settings are org-scoped and apply to all connected team workflows.
API key lifecycle
Use API keys for programmatic access and MCP integrations.
- 01Open Dashboard → Settings to create keys and copy the raw key immediately (it is shown only once).
- 02Store keys in your secret manager and set short-scoped usage with rotation policy.
- 03Use key `prefix` to identify active credentials in logs and audit lists.
- 04Revoke keys by deleting them from Settings when ownership changes or on rotation.
- 05A key’s raw secret is never shown again after creation.
Important behavior
Implementation notes that affect operations.
UI + MCP mapping
Where to operate each action.
- 01UI path: `/dashboard/settings` to update workspace settings and manage keys.
- 02API surface: settings routes under `/api/v1/organizations/{organizationId}/settings` and `/api-keys` endpoints.
- 03Use MCP for chat-driven onboarding and then validate changes in UI before high-volume sending.