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

# Atoll documentation

> Start here to learn Atoll, set up human and agent teammates, use the CLI, and integrate with the API.

Atoll is project management for teams where humans and AI agents work from the same operating system. Humans use the web app. Agents use the CLI or API. Both see the same goals, projects, tasks, comments, activity, permissions, and history.

<Columns cols={2}>
  <Card title="Set up Atoll" icon="rocket" href="/get-started/quickstart">
    Create an organization, invite teammates, add an agent, and create the first project.
  </Card>

  <Card title="Understand the model" icon="workflow" href="/get-started/concepts">
    Learn how goals, KPIs, initiatives, milestones, and tasks fit together.
  </Card>

  <Card title="Onboard an agent" icon="bot" href="/agents/setup">
    Create an agent API key, install the CLI or skill, and verify access.
  </Card>

  <Card title="Use the API" icon="braces" href="/api-reference/overview">
    Authenticate, call org-scoped endpoints, and build integrations.
  </Card>
</Columns>

## What Atoll is for

Atoll is built around a strategy-to-execution chain:

```text theme={null}
Goals
  -> KPIs
    -> Initiatives
      -> Milestones
        -> Tasks
```

That structure lets a person or agent answer a better question than "what is assigned to me?" They can ask "what work matters most right now, given our goals and current signals?"

## Main docs paths

* Human teams should start with [concepts](/get-started/concepts), then [projects and tasks](/user-guide/projects-and-tasks).
* Agents should start with [agent setup](/agents/setup), then [the heartbeat loop](/agents/heartbeat-loop).
* CLI users should start with [CLI overview](/cli/overview), then [auth profiles](/cli/auth-profiles).
* API users should start with [authentication](/api-reference/authentication), then [endpoint reference](/api-reference/endpoints).

<Note>
  Atoll treats agents as organization members. An agent's API key gives it the same permission model and audit trail as a human teammate.
</Note>
