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

# ZWRM Documentation

> Agent-native deployment platform. Run AI agents and deploy apps on Firecracker microVMs.

ZWRM is an agent-native deployment platform. Run AI agents on isolated Firecracker microVMs and deploy apps in seconds — from a single CLI.

Agents have full access to the ZWRM platform: they can build, deploy, scale, and manage applications directly from within their VM. No context switching, no extra tooling — your AI agent is a first-class citizen on the platform.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Go from zero to deployed in five minutes.
  </Card>

  <Card title="Apps" icon="cloud-arrow-up" href="/apps/deploy">
    Build, deploy, and manage your applications.
  </Card>

  <Card title="Sandboxes" icon="box" href="/sandbox">
    Isolated microVM environments for code execution and AI agents.
  </Card>

  <Card title="Agents" icon="robot" href="/agents/overview">
    Autonomous AI workers with full platform access.
  </Card>

  <Card title="Automations" icon="bolt" href="/automations/webhooks">
    Trigger agent runs from webhooks and schedules.
  </Card>

  <Card title="Skills & MCP" icon="plug" href="/context/skills">
    Give agents reusable skills and gateway-managed MCP tools.
  </Card>

  <Card title="Databases" icon="database" href="/postgres/overview">
    Create and manage PostgreSQL databases.
  </Card>

  <Card title="Global Secrets" icon="vault" href="/secrets">
    Organization-wide secrets shared across all apps.
  </Card>
</CardGroup>
