> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# What is xpander.ai?

> The all-in-one platform for building AI agents that connect to your enterprise systems. Deploy to your k8s or ours.

xpander.ai is a platform for building AI agents that connect to your enterprise systems. It handles the hard parts of putting agents into production: governed access to APIs, memory, knowledge bases, observability, and deployment to any channel.

<img src="https://mintcdn.com/xpanderai-099931d1/q5b617qiln7jh1pm/overview/assets/xpander-agent-builder.png?fit=max&auto=format&n=q5b617qiln7jh1pm&q=85&s=a36b5ffe97bb63304f17f77c8682f525" alt="The xpander.ai agent builder: configure instructions, tools, channels, and memory, then test in a live chat." width="3164" height="1940" data-path="overview/assets/xpander-agent-builder.png" />

The platform is made up of four building blocks. Three are specific products you can use out of the box, and one is the builder for creating your own agents from scratch.

## Four building blocks

### Personal AI Agents

<sup>Powered by OpenClaw</sup>

An AI assistant that lives where your employees already work: Slack, Teams, and voice. It builds memory about each person's projects, preferences, and patterns over time. When it needs to reach into an enterprise system, it delegates to a specialized agent with the right permissions. IT deploys it once, and every employee in the workspace gets a personalized agent automatically.

<img src="https://mintcdn.com/xpanderai-099931d1/q5b617qiln7jh1pm/overview/assets/xpander-personal-agent.png?fit=max&auto=format&n=q5b617qiln7jh1pm&q=85&s=c987d33be5645308b6837688df016747" alt="Personal AI Agent delegation flow: employee asks a question, the agent reasons and delegates to Salesforce, Jira, and Slack agents, then returns a unified answer." width="3600" height="1950" data-path="overview/assets/xpander-personal-agent.png" />

**When to use:** You want every employee to have an AI assistant without building anything custom. [Learn more →](/overview/personal-ai-agents)

### Specialized Agents

<sup>Powered by Agno</sup>

Pre-built agents for enterprise systems like Salesforce, Jira, Snowflake, and GitHub. Each one is scoped to only the operations you approve. Unlike raw API connectors where constraints are prompt-based, specialized agents enforce access structurally.

<img src="https://mintcdn.com/xpanderai-099931d1/q5b617qiln7jh1pm/overview/assets/xpander-specialized-agent.png?fit=max&auto=format&n=q5b617qiln7jh1pm&q=85&s=68503c07f9771190eb174af20dab06af" alt="Specialized Agent flow: the personal agent delegates to a scoped specialist that queries only approved operations, then returns the result." width="2700" height="2100" data-path="overview/assets/xpander-specialized-agent.png" />

**When to use:** Governed AI access to specific systems without building anything custom. [Learn more →](/overview/specialized-agents)

### Agentic Automation

<sup>Powered by Agno Workflows</sup>

Backend workflow automation where AI handles data mapping between systems at runtime. Traditional automations (Zapier, n8n, Power Automate) break when an API changes because every field is manually wired. Agentic automation describes what each step should *do* in natural language, so it adapts to schema changes instead of breaking. Build on a no-code canvas or with the Python/JS SDK.

**When to use:** Backend automation triggered by events (webhooks, schedules, emails) across multiple systems. [Learn more →](/overview/agentic-automation)

### Agent Studio

<sup>Powered by Agno</sup>

A visual builder for custom agents. When the pre-built options don't cover your use case, Agent Studio lets you combine any of the 2,000+ tools, add your own documents as knowledge bases, and deploy to any channel.

**When to use:** The predefined agents don't cover your use case, and you need a custom mix of tools, knowledge, and behavior. [Learn more →](/overview/agent-studio)

## How it fits together

Agent Studio is where you configure everything: agent instructions, tool connections, knowledge bases, safety controls, and deployment channels.

Once deployed, Personal Agents handle conversations and delegate to Specialized Agents for governed system access. Agentic Automations run separately in the background, triggered by events, handling multi-step processes that don't need a conversation. Everything is also accessible through the [Python SDK and REST API](/api-reference/sdk).

<Frame caption="How the four building blocks connect: Agent Studio configures, Personal Agents converse, Specialized Agents govern system access, and Agentic Automations handle backend processes.">
  <img src="https://mintcdn.com/xpanderai-099931d1/q5b617qiln7jh1pm/overview/assets/what-is-xpander-diagram.png?fit=max&auto=format&n=q5b617qiln7jh1pm&q=85&s=817a0dd344edbc8c98bb14bc2dd1f86c" alt="xpander.ai platform architecture" width="5200" height="2600" data-path="overview/assets/what-is-xpander-diagram.png" />
</Frame>

## Deployment

All three options run identical software.

<CardGroup cols={3}>
  <Card title="xpander Cloud" icon="cloud">
    Managed, SOC 2, auto-scaling. Free tier available.
  </Card>

  <Card title="Bring Your Own Cloud" icon="server">
    Your AWS, GCP, or Azure. Self-hosted Kubernetes with Helm.
  </Card>

  <Card title="xpander Box" icon="box">
    On-prem hardware. Air-gapped, rack-mountable, pre-loaded models.
  </Card>
</CardGroup>

## What's next

<CardGroup cols={2}>
  <Card title="Personal AI Agents" icon="user-robot" href="/overview/personal-ai-agents">
    AI teammates for every employee.
  </Card>

  <Card title="Specialized Agents" icon="shield-check" href="/overview/specialized-agents">
    Governed agents for enterprise systems.
  </Card>

  <Card title="Agent Studio" icon="wand-magic-sparkles" href="/overview/agent-studio">
    Build custom agents.
  </Card>

  <Card title="Agentic Automation" icon="arrows-spin" href="/overview/agentic-automation">
    AI-native workflow automation.
  </Card>
</CardGroup>
