Overview
Platform integrations wire Dome to systems your operators already run. Single sign-on authenticates dashboard and CLI users through your identity provider. Dome stores backend credentials, HMAC secrets, and integration settings so egress can retrieve them without exposing raw secrets to agents. Export destinations and agent-facing MCP or LLM backends are separate surfaces. Configure export destinations under Export Data. Attach tools and models through Connect. The typical workflow is:- Configure single sign-on for dashboard and CLI access.
- Store integration secrets for backends and connectors that need credentials at egress.
- Attach agent-facing backends and export destinations on their own pages when those paths apply.
Single sign-on
Single sign-on authenticates platform users for dashboard and CLI access through WorkOS. Agent identities and act-as verification use separate credentials. Session expiration is independent from agent token lifetime. Configure the provider under Configure single sign-on.Integration secrets
Dome stores backend credentials, HMAC secrets, and integration settings for egress. Provider credentials are write-only. Reads return masked values. Store and rotate secrets under Store integration secrets.Agent backends and export
Platform integrations do not register tools or models. Attach agent-facing backends and export destinations on their own pages. Continue under Connect agent backends.Requirements
Before you begin:- Authenticate to the Dome dashboard or CLI
- Have identity-provider and integration secret details available for the paths you intend to configure
Permissions
Integration paths require permission to manage workspace integrations. Each section states what that path covers.Configure single sign-on
Connect your identity provider through WorkOS for dashboard and CLI access.- Use OAuth 2.0 with PKCE.
- Provision platform users on first login.
- Match verified domains to organizations.
- Apply session expiration independently from agent token lifetime.
Single sign-on authenticates platform users. Agent identities and act-as verification use separate credentials.
Store integration secrets
Store backend credentials, HMAC secrets, and integration settings as Dome integration secrets.- Retrieve backend credentials only at egress time.
- Keep raw secrets hidden from agents.
- Refresh expiring credentials before their TTL.
- Rotate secrets without restarting agents.