> ## 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.

# xpander.ai Docs

> xpander.ai documentation. Build AI agents, connect them to enterprise systems, and deploy anywhere.

<div className="xp-fullbleed">
  <div className="xp-page">
    <div className="xp-hero-wrap">
      <div className="xp-hero-line-left" />

      <div className="xp-hero-line-right" />

      <div className="xp-hero">
        <div className="xp-hero-glow" />

        <div className="xp-hero-inner">
          <p className="xp-hero-kicker">\[ Documentation ]</p>

          <h1 className="xp-hero-title">
            Build AI agents.<br />Connect them to{" "}
            <span className="xp-hero-accent">everything.</span>
          </h1>

          <p className="xp-hero-sub">
            xpander is a unified platform for building AI agents that connect
            to your APIs, data sources, and enterprise systems. Bring any LLM,
            add knowledge bases, wire up integrations, and deploy anywhere.
          </p>

          <div className="xp-hero-actions">
            <a href="/guides/quickstart" className="xp-btn-primary">Quickstart →</a>
            <a href="https://app.xpander.ai" className="xp-btn-secondary">Open Workbench</a>
          </div>
        </div>
      </div>

      {/* ===== QUICK LINKS ===== */}

      <div className="xp-quicklinks">
        <p className="xp-quicklinks-label">Popular next steps</p>

        <ul className="xp-quicklinks-list">
          <li>
            <a href="/guides/agents/agent-configuration" className="xp-quicklink">Build your first agent</a>
          </li>

          <li>
            <span className="xp-quicklink-dot" />

            <a href="/guides/agents/tools-connectors" className="xp-quicklink">Connect an API</a>
          </li>

          <li>
            <span className="xp-quicklink-dot" />

            <a href="/api-reference/sdk" className="xp-quicklink">Set up the SDK</a>
          </li>
        </ul>
      </div>
    </div>

    <div className="xp-section xp-section-spacious">
      <p className="xp-section-title">The Platform</p>

      <p className="xp-section-subtitle">
        Four building blocks, one platform.
      </p>

      <div className="xp-platform-grid">
        <a href="/overview/personal-ai-agents" className="xp-platform-card">
          <span className="xp-platform-icon">◈</span>
          <span className="xp-platform-card-arrow">↗</span>
          <h3 className="xp-platform-card-title">Omni</h3>
          <p className="xp-platform-card-desc">A personal assistant per employee that builds memory over time and delegates to specialized agents when it needs to reach into other systems.</p>
        </a>

        <a href="/overview/specialized-agents" className="xp-platform-card">
          <span className="xp-platform-icon">⬡</span>
          <span className="xp-platform-card-arrow">↗</span>
          <h3 className="xp-platform-card-title">Custom Agents</h3>
          <p className="xp-platform-card-desc">Pre-built agents scoped to specific systems like Salesforce, Jira, or GitHub. Each one exposes only approved operations with full audit trails.</p>
        </a>

        <a href="/overview/agent-studio" className="xp-platform-card">
          <span className="xp-platform-icon">△</span>
          <span className="xp-platform-card-arrow">↗</span>
          <h3 className="xp-platform-card-title">Agent Studio</h3>
          <p className="xp-platform-card-desc">Build custom agents with 100+ connectors, knowledge bases, and any LLM. Define behavior in plain English, attach tools, and deploy.</p>
        </a>

        <a href="/overview/agentic-automation" className="xp-platform-card">
          <span className="xp-platform-icon">◎</span>
          <span className="xp-platform-card-arrow">↗</span>
          <h3 className="xp-platform-card-title">Agentic Workflows</h3>
          <p className="xp-platform-card-desc">Multi-step backend automations where AI handles data mapping between systems at runtime. No field-to-field wiring.</p>
        </a>
      </div>
    </div>

    <div className="xp-section xp-section-spacious">
      <p className="xp-section-title">Choose Your Path</p>

      <p className="xp-section-subtitle">
        Four ways into the docs, depending on what you're building.
      </p>

      <div className="xp-paths-grid">
        <div className="xp-path-col">
          <p className="xp-path-kicker">No-code</p>
          <h3 className="xp-path-title">Build agents without code</h3>
          <p className="xp-path-desc">Build agents that connect to your company's APIs and data sources using the visual Workbench. No programming required.</p>

          <div className="xp-path-links">
            <a href="/guides" className="xp-path-link">Getting started <span className="xp-path-link-arrow">↗</span></a>
            <a href="/guides/agents/tools-connectors" className="xp-path-link">Connect APIs & data <span className="xp-path-link-arrow">↗</span></a>
            <a href="/guides/agents/agent-configuration" className="xp-path-link">Build an agent <span className="xp-path-link-arrow">↗</span></a>
            <a href="/guides/building-workflows/introduction" className="xp-path-link">Build a workflow <span className="xp-path-link-arrow">↗</span></a>
          </div>
        </div>

        <div className="xp-path-col">
          <p className="xp-path-kicker">Developer</p>
          <h3 className="xp-path-title">Build products with xpander</h3>
          <p className="xp-path-desc">Use the Python SDK or REST API to create agents, execute tasks, register custom tools, and manage knowledge bases programmatically.</p>

          <div className="xp-path-links">
            <a href="/api-reference" className="xp-path-link">API overview <span className="xp-path-link-arrow">↗</span></a>
            <a href="/api-reference/sdk" className="xp-path-link">SDK quickstart <span className="xp-path-link-arrow">↗</span></a>
            <a href="/guides/deploy/webhooks" className="xp-path-link">Webhooks <span className="xp-path-link-arrow">↗</span></a>
            <a href="/api-reference/rest-api" className="xp-path-link">REST API reference <span className="xp-path-link-arrow">↗</span></a>
          </div>
        </div>

        <div className="xp-path-col">
          <p className="xp-path-kicker">Administrators</p>
          <h3 className="xp-path-title">xpander platform user guide</h3>
          <p className="xp-path-desc">Deployment models, environment configuration, access control, observability, and compliance. For teams running xpander in production.</p>

          <div className="xp-path-links">
            <a href="/guides/run/self-hosted-deployment" className="xp-path-link">Self-hosted & K8s <span className="xp-path-link-arrow">↗</span></a>
            <a href="/guides/run/agent-containers" className="xp-path-link">Container deployment <span className="xp-path-link-arrow">↗</span></a>
            <a href="/guides/observability/threads" className="xp-path-link">Observability & auditing <span className="xp-path-link-arrow">↗</span></a>
            <a href="/api-reference" className="xp-path-link">Security & policy <span className="xp-path-link-arrow">↗</span></a>
          </div>
        </div>

        <div className="xp-path-col">
          <p className="xp-path-kicker">Examples</p>
          <h3 className="xp-path-title">Build from real examples</h3>
          <p className="xp-path-desc">Start with developer cookbooks, explore subject matter expert agents, or follow enterprise workflow solutions built end to end.</p>

          <div className="xp-path-links">
            <a href="/Examples" className="xp-path-link">Cookbooks <span className="xp-path-link-arrow">↗</span></a>
            <a href="/Examples/snowflake-sme-agent" className="xp-path-link">Subject Matter Expert Agents <span className="xp-path-link-arrow">↗</span></a>
            <a href="/Examples/ai-sre-agent" className="xp-path-link">Enterprise Workflow Solutions <span className="xp-path-link-arrow">↗</span></a>
          </div>
        </div>
      </div>
    </div>

    <div className="xp-footer-cta">
      <div className="xp-footer-cta-inner">
        <p className="xp-footer-cta-text">
          <span className="xp-status-dot" />

          SELF-HOSTING AVAILABLE · Any stack · Deploy anywhere
        </p>

        <div className="xp-footer-cta-links">
          <a href="https://github.com/xpander-ai/xpander.ai" className="xp-footer-link">GitHub ↗</a>
          <a href="https://discord.gg/CUcp4WWh5g" className="xp-footer-link">Discord ↗</a>
        </div>
      </div>
    </div>
  </div>
</div>
