Switchboard sits between your AI clients and your most sensitive systems. Here's exactly how we protect credentials, isolate tenants, and give you proof of who can touch what — and what you can verify yourself, since the core is source-available.
Every integration credential and OAuth token is encrypted with AES-256-GCM before it's written to the database — never stored in plaintext. Ciphertext is versioned so the format can evolve without weakening old data. Rotate or revoke any credential from the dashboard at any time.
Every request is scoped to an organization. Data access goes through a single store interface with org checks on every read and write, so one tenant can never see another's credentials, policies, members, or audit history.
Attribute-based policies — not just roles — decide which member's agent can reach which system and which tools. The server re-checks every decision; a permission string in the UI is a hint, never the boundary.
Sign in through your identity provider, or issue sb_ API keys for headless agents. Keys are SHA-256 hashed at rest, inherit the owner's live permissions, and are revoked automatically when a member is offboarded.
Member changes, policy edits, key creation, integration config, and tool calls are all recorded with actor, action, and timestamp. Retention scales with your plan, up to a full year on Enterprise.
To reach data behind your firewall, you run a tunnel agent that dials out to Switchboard — no inbound ports. Credentials for those systems stay in your environment, read-only access is enforced on your side, and nothing is stored in the cloud.
X-Content-Type-Options, X-Frame-Options, and a locked-down Referrer and Permissions policy on every response.no-store so stale HTML never reappears after sign-out or an org switch.Switchboard's core is source-available under the Elastic License 2.0. You can read every line that touches your credentials and data, and for the strictest requirements you can self-host the open build so encryption keys and data never leave infrastructure you control.
Policies, audit, encryption, and isolation ship on every plan — you don't buy them back later.