Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useagentos.com/llms.txt

Use this file to discover all available pages before exploring further.

AgentOS runs AI agents that handle the tedious parts of building software: writing code, creating pull requests, deploying to production. You describe what you want, and agents figure out how to make it happen.

What AgentOS does

You talk to the Operator, an AI assistant that understands your product goals. When something needs to get built, the Operator spins up specialized agents that work in parallel. Each agent runs in its own isolated environment, writes code, and opens pull requests for review. The agents can:
  • Clone your GitHub repository and make changes
  • Create and merge pull requests
  • Deploy to Vercel
  • Work on multiple tasks simultaneously

Quick look

Get started

Create your first workspace and connect GitHub

How it works

Understand the Operator, agents, and task flow

CLI

Control AgentOS from your terminal

Current integrations

AgentOS connects to:
  • GitHub for code management and pull requests
  • Vercel for deployments
More integrations are in development.

Command line

If you prefer working from the terminal, the AgentOS CLI gives you full access to workspaces, the Operator, and integrations. Install it with one command:
curl -fsSL https://useagentos.com/install.sh | bash

Early access

AgentOS is in early access. Some features are still being built. If you run into issues or have feedback, reach out to us.