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

# Monk Features

> Deploy and manage full-stack applications with an autonomous AI DevOps agent

## Do Without Doing

You describe what you want. Monk analyzes your code, provisions infrastructure, and runs it in production across any cloud provider.

<CardGroup cols={2}>
  <Card title="Autonomous Deployment" icon="rocket" href="/features/autonomous-deployment">
    Deploy multi-component apps without writing config files
  </Card>

  <Card title="Multi-Cloud Support" icon="globe" href="/features/multi-cloud">
    Deploy to AWS, GCP, Azure, DigitalOcean, Hetzner, and more
  </Card>

  <Card title="Package Ecosystem" icon="puzzle-piece" href="/features/service-templates">
    Pre-configured packages, automatically adapted to your stack
  </Card>

  <Card title="IDE Integration" icon="terminal" href="/features/vscode-integration">
    Monk lives in your IDE. No cloud consoles, no dashboards.
  </Card>
</CardGroup>

## What Makes Monk Different

<AccordionGroup>
  <Accordion title="It executes, not suggests" icon="brain">
    Monk doesn't hand you a plan and wait. It reads your code, provisions
    infrastructure, wires services together, and deploys. You stay in your
    editor the whole time.
  </Accordion>

  <Accordion title="Any language, any framework" icon="code">
    Monk understands your code structure regardless of the tech stack. You
    don't need to tell it what you're using.
  </Accordion>

  <Accordion title="Any cloud, no lock-in" icon="globe">
    Deploy to AWS, GCP, Azure, DigitalOcean, Hetzner, Netlify, Vercel, and others. Move
    between them when you need to.
  </Accordion>

  <Accordion title="Talk to it in plain language" icon="message">
    No CLI flags to memorize, no config file syntax to learn. Describe what you
    want and Monk does it.
  </Accordion>

  <Accordion title="Fits into agent workflows" icon="plug">
    Monk exposes itself to Claude Code, Gemini, Codex, Cursor, and other tools
    through MCP. Your coding agent delegates DevOps tasks to Monk without
    breaking your flow.
  </Accordion>

  <Accordion title="Cost-aware by default" icon="dollar-sign">
    Monk factors in cost when making infrastructure decisions. You get real-time
    breakdowns and recommendations to reduce spending.
  </Accordion>

  <Accordion title="Nothing to set up" icon="sparkles">
    Authorize Monk to work on your behalf. It handles the rest.
  </Accordion>
</AccordionGroup>

## Core Features

### Deployment & Build

Monk reads your code, containerizes it, and sets up build pipelines. You don't write deployment configs.

<CardGroup cols={2}>
  <Card title="Autonomous Deployment" icon="rocket" href="/features/autonomous-deployment">
    From code to production, end to end
  </Card>

  <Card title="Code Analysis" icon="code" href="/features/code-analysis">
    Codebase understanding for any language
  </Card>

  <Card title="Containerization" icon="box" href="/features/containerization">
    Automatic container and orchestration setup
  </Card>

  <Card title="Build & CI/CD" icon="arrow-progress" href="/features/build-and-cicd">
    Build and deployment pipelines, generated for you
  </Card>

  <Card title="Capsules" icon="flask" href="/features/capsules">
    Automatic per-branch preview environments
  </Card>
</CardGroup>

### Infrastructure & Cloud

Monk provisions cloud resources across any provider. You can migrate workloads between clouds with a single command.

<CardGroup cols={2}>
  <Card title="Cloud Provisioning" icon="server" href="/features/cloud-provisioning">
    Infrastructure setup on any cloud, handled for you
  </Card>

  <Card title="Multi-Cloud" icon="globe" href="/features/multi-cloud">
    Deploy across AWS, GCP, Azure, and more
  </Card>

  <Card title="Workload Migration" icon="shuffle" href="/features/workload-migration">
    Move apps between clouds with one command
  </Card>
</CardGroup>

### Configuration & Data

Monk generates service configs, deploys databases, and wires everything together.

<CardGroup cols={2}>
  <Card title="Configuration & Wiring" icon="sliders" href="/features/configuration-and-wiring">
    Generated configs and service connections
  </Card>

  <Card title="Databases" icon="database" href="/features/databases">
    Deploy any database with one command
  </Card>

  <Card title="Essential Services" icon="boxes" href="/features/essential-services">
    Message queues and other services Monk can spin up
  </Card>

  <Card title="APIs" icon="webhook" href="/features/apis">
    API gateway, endpoints, and auth setup
  </Card>

  <Card title="Environments" icon="layer-group" href="/features/environments">
    Manage dev, staging, and production environments
  </Card>
</CardGroup>

### Networking & Security

Production-grade networking and security, configured automatically.

<CardGroup cols={2}>
  <Card title="Networking" icon="network-wired" href="/features/networking">
    VPCs, load balancers, CDN, and traffic routing
  </Card>

  <Card title="Security" icon="shield" href="/features/security">
    SSL/TLS, firewalls, IAM, and security scanning
  </Card>
</CardGroup>

### Operations & Monitoring

Monitor, scale, and maintain your apps. Tell Monk what you need in plain language.

<CardGroup cols={2}>
  <Card title="Monitoring" icon="gauge" href="/features/monitoring">
    Real-time monitoring and debugging from your IDE
  </Card>

  <Card title="Watcher" icon="eye" href="/features/watcher">
    Autonomous monitoring and issue resolution
  </Card>

  <Card title="Updates & Maintenance" icon="refresh" href="/features/updates-and-maintenance">
    Push updates and maintain infrastructure via chat
  </Card>

  <Card title="Scaling" icon="arrow-trend-up" href="/features/scaling">
    Scale resources with plain language commands
  </Card>

  <Card title="Cost Tracking" icon="dollar-sign" href="/features/cost-tracking">
    Real-time cost tracking and breakdowns
  </Card>

  <Card title="Slack Integration" icon="slack" href="/features/slack">
    Manage infrastructure from Slack — questions, approvals, and alerts
  </Card>
</CardGroup>

### Developer Experience

Monk works inside VS Code, Cursor, Windsurf, Antigravity, and agent workflows through MCP. You deploy and manage everything without leaving your editor.

<CardGroup cols={2}>
  <Card title="IDE Integration" icon="terminal" href="/features/vscode-integration">
    Deploy and manage from your editor. No context switching.
  </Card>

  <Card title="MCP Support" icon="plug" href="/features/mcp-support">
    Use Monk with Claude, Gemini, Codex, Cursor, and other coding agents
  </Card>

  <Card title="Package Ecosystem" icon="puzzle-piece" href="/features/service-templates">
    Pre-configured packages, automatically adapted to your stack
  </Card>

  <Card title="Code Editing" icon="pen-to-square" href="/features/code-editing">
    AI-assisted code modifications and fixes
  </Card>
</CardGroup>

## Team Features

Features for teams managing multiple projects and environments.

<CardGroup cols={2}>
  <Card title="Team Collaboration" icon="users" href="/features/team-collaboration">
    Shared workspaces and collaborative debugging
  </Card>

  <Card title="Project Organization" icon="folder-tree" href="/features/project-organization">
    Multi-project and environment management
  </Card>

  <Card title="Access Control" icon="lock" href="/features/access-control">
    RBAC, SSO, and team security controls
  </Card>

  <Card title="Custom Knowledge" icon="book-open" href="/features/custom-knowledge">
    Team-specific documentation and standards
  </Card>

  <Card title="Team Analytics" icon="bar-chart" href="/features/team-analytics">
    Usage metrics and cost allocation
  </Card>
</CardGroup>

<Card title="Get Started" icon="rocket" href="/getting-started/installation">
  Install Monk in your IDE and deploy your first app
</Card>
