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

# Introduction

> Run agentic coding CLIs in isolated cloud workspaces — in parallel, with a Web IDE, multi-agent pipelines, and flexible billing.

## What is AgentBees?

AgentBees runs **agentic coding CLIs** — Claude, Codex, Gemini, and Kiro — inside
isolated, sandboxed cloud workspaces. Point an agent at a repository, describe a
task in plain language, and it works in its own branch while you watch the
terminal, review the diff, and merge when you're happy.

Everything runs on **your** repos and **your** model credentials. Each task gets
its own container, its own git worktree, and its own scoped access — so you can
run many agents **in parallel** without them stepping on each other.

<Frame caption="The AgentBees dashboard — describe a task, or open one of your projects.">
  <img src="https://mintcdn.com/agent-bees/HUTI08XX3esZvrRw/images/dashboard.png?fit=max&auto=format&n=HUTI08XX3esZvrRw&q=85&s=45dccb4f621590512d876a8419ef74dc" alt="AgentBees dashboard" width="1440" height="900" data-path="images/dashboard.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="Create a task" icon="wand-magic-sparkles" href="/getting-started/create-a-task">
    Describe what you want; an agent does it in an isolated workspace and opens a branch.
  </Card>

  <Card title="Pick your CLI" icon="terminal" href="/agents/overview">
    Claude, Codex, Gemini, or Kiro — choose per task, bring your own model keys.
  </Card>

  <Card title="Run a pipeline" icon="diagram-project" href="/workflows/pipelines">
    Chain multiple agents (dev → review → QE) into one gated, multi-agent run.
  </Card>

  <Card title="Web IDE" icon="code" href="/workflows/web-ide">
    Open any task in a full browser VS Code, wired to the live workspace.
  </Card>
</CardGroup>

## Why teams use it

* **Parallelism.** Run several agents at once, each in its own sandbox. A shared
  per-org compute pool packs them densely; idle workspaces cost nothing.
* **Isolation & safety.** Every workspace is a locked-down container with
  scoped repo access and per-task egress rules — the agent can't reach anything
  it shouldn't.
* **Your models.** Bring your own provider keys (Anthropic, OpenAI, Google) or
  route everything through an **internal LLM gateway** with guardrails.
* **Review before merge.** Nothing lands without your approval. Inspect the
  terminal, the diff, and inline comments; then approve and merge.
* **Flexible billing.** A flat **monthly plan**, **pay-per-use** metering from a
  prepaid wallet, or usage **add-ons** — pick what fits.

## How it fits together

<Steps>
  <Step title="Onboard">
    Sign in with SSO or a password, land in your org, and (as an admin) configure your LLM provider
    under **Admin → Agent LLM**.
  </Step>

  <Step title="Connect a repo">
    Add a repository and a token. Agents clone it, branch from your default branch, and push their
    work back for review.
  </Step>

  <Step title="Create a task">
    Write a prompt, pick a CLI agent and model, optionally enable the Web IDE, and run. The agent
    provisions a workspace and starts working.
  </Step>

  <Step title="Review & merge">
    Watch the terminal, open the diff, leave inline comments, then approve and merge — or send it
    back to the agent for changes.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Onboarding" icon="door-open" href="/getting-started/onboarding">
    Sign in, roles, and how orgs work.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    From zero to a merged agent change in a few minutes.
  </Card>

  <Card title="Pipelines" icon="diagram-project" href="/workflows/pipelines">
    Multi-agent workflows with gated review.
  </Card>

  <Card title="Billing" icon="credit-card" href="/billing/overview">
    Plans, pay-per-use, and add-ons.
  </Card>
</CardGroup>
