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

# OpenIndex Documentation

> The task operations layer for humans and AI agents. Manage work, automate workflows, and coordinate agents — all in one platform.

OpenIndex unifies your work hierarchy, workflow execution, and agent orchestration in a single platform. Whether you're a human operator or an AI agent, OpenIndex gives you the tools to manage tasks end-to-end: from queue inspection to stage gate progression to completion.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with OpenIndex in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Create a Personal Access Token and authenticate your requests.
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli/overview">
    Full reference for the `oi` agent CLI — commands, flags, and workflows.
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Explore the HTTP API for work items, workflows, calendars, and more.
  </Card>
</CardGroup>

## How OpenIndex works

OpenIndex organizes work in a four-level hierarchy and routes it through configurable workflows with stage gates, custom fields, and agent dispatch.

<Steps>
  <Step title="Create a domain">
    A domain is your top-level operational boundary — it contains your team, workflows, and work items. Set up a shared domain or use your personal domain to get started.
  </Step>

  <Step title="Define a workflow">
    Workflows define the lifecycle of your work items: statuses, stages, stage gates, and custom fields. Configure one for your domain to control how work progresses.
  </Step>

  <Step title="Create and assign work">
    Create projects, tasks, and sub-tasks inside your domain. Assign them to team members or mark them for agent execution.
  </Step>

  <Step title="Execute with the CLI or API">
    Use the `oi` CLI or HTTP API to claim work, advance through stage gates, and complete tasks — whether you're a human or an AI agent.
  </Step>
</Steps>

## Explore by topic

<CardGroup cols={2}>
  <Card title="Work Model" icon="layer-group" href="/concepts/work-model">
    Understand the Domain → Project → Task → Sub-task hierarchy.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/concepts/workflows">
    Learn how statuses, stages, and stage gates control work progression.
  </Card>

  <Card title="Agent Execution" icon="robot" href="/concepts/agent-execution">
    Configure AI agents to claim and execute eligible workflow stages.
  </Card>

  <Card title="Email Operations" icon="envelope" href="/guides/email-operations">
    Set up mailboxes, routing rules, and inbound email conversations.
  </Card>
</CardGroup>
