Architecture
Cloud edition. xpander operates the control plane (Workbench, identity, agent registry, connector catalog) and the data plane (workers, AI Gateway, PostgreSQL, Redis). LLM providers and your connector targets sit outside and are reached from the data plane. Draw.io source: /images/security/cloud-architecture.drawio
- Users and AI Engineers reach the platform at
chat.xpander.aiover TLS; enterprise plans add SAML 2.0 SSO. - Control plane — Workbench, identity, the agent registry, and the connector catalog. Agents and connectors are configured here.
- Data plane — workers execute agents, the AI Gateway brokers tool calls, and PostgreSQL / Redis host threads, memory, and knowledge bases.
- Model and tool calls leave the data plane toward the LLM providers you configure and the systems your connectors target. Connector credentials are injected by the AI Gateway at invocation — the model never sees them.
- There is no customer VPC, no PrivateLink endpoint, and no separate control-plane sync — this is xpander Cloud.
What runs where
Agents you create in Workbench deploy as
serverless workloads in xpander Cloud (the same deployment_type field visible in the List Agents API). Connector calls go from the platform to the systems you connected, using credentials scoped per connector.
Identity and access
- Sign-in at
chat.xpander.ai, with SAML 2.0 SSO on enterprise plans. Workbench ischat.xpander.ai; governance, monitoring, and AI policies areplatform.xpander.ai. - RBAC governs who can build, deploy, and invoke agents; API keys are scoped and revocable.
- Audit logs record tool calls, data access, and configuration changes. See Access Control.
Encryption and data handling
- All platform traffic is TLS in transit, terminated at the platform’s ingress.
- Data at rest is encrypted with cloud-provider managed keys.
- Under GDPR, xpander is the data processor and you are the controller for Managed Runtime (Cloud) workloads; a DPA is available with enterprise contracts. Region-specific deployment for your workspace can be requested. See Certifications & Compliance.
- Right to erasure and portability are exposed through the API and dashboard: conversation history, knowledge-base documents, and user memories can be deleted on request; agent configurations and task history can be exported.
Compliance
xpander.ai is SOC 2 Type II certified (Security, Availability, Confidentiality); the report is available under NDA. ISO 27001, HIPAA, and FedRAMP are in progress. See Certifications & Compliance for the current status and how to request documentation.When to choose a different edition
If your requirements include data residency inside your own network, or zero egress to xpander, use a self-hosted edition:Hybrid Architecture
Your VPC runs the data plane; xpander Cloud syncs configuration over PrivateLink
Air-Gapped Architecture
The full platform in your environment; zero egress to xpander
Related
Security Architecture
Permission model, credential isolation, encryption, and safety controls
Certifications & Compliance
SOC 2 Type II, GDPR, and documentation requests

