Architecture
xpander cloud. xpander operates the control plane (Xpander Chat, identity, agent registry, skills catalog) and the data plane (the execution tier, the agent-controller's skill relay, PostgreSQL, Redis). LLM providers and the systems your skills reach sit outside and are reached from the data plane.
- Users and AI Engineers reach xpander at
chat.xpander.aiover TLS; enterprise plans add SSO over OIDC. - Control plane - Xpander Chat, identity, the agent registry, and the skills catalog. Agents and skills are configured here.
- Data plane - the execution tier runs agents, the agent-controller’s skill relay (
agent-controller) brokers skill calls, and PostgreSQL / Redis host threads, memory, and knowledge bases. - Model and skill calls leave the data plane toward the LLM providers you configure and the systems your skills reach. Skill credentials are injected by the skill relay 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 Xpander Chat run on Claude Code, Codex or OpenCode on xpander’s executor fleet in xpander Cloud (the
deployment_type field in the List Agents API still reads serverless). Skill calls go from xpander to the systems you connected, using credentials scoped per skill and injected at the moment of use.
Identity and access
- Sign-in at
chat.xpander.ai, with SSO over OIDC on enterprise plans. Xpander Chat ischat.xpander.ai; every control on Govern lives under its Settings. - RBAC governs who may assemble, deploy and use agents; API keys are scoped and revocable.
- Audit logs record skill calls, data access, and configuration changes. See Access Control.
Encryption and data handling
- All xpander traffic is TLS in transit, terminated at xpander’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 Xpander Chat: 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 deployment
If your requirements include data residency inside your own network, or zero egress to xpander, use a self-hosted deployment:Hybrid Architecture
Your VPC runs the data plane; xpander Cloud syncs configuration over PrivateLink
Air-Gapped Architecture
Every component 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

