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

# Overview

> Reference index for the Aomi SDK, CLI, HTTP API, runtime, and authentication model.

Technical reference for everything you can call, configure, or extend.

## Build

<CardGroup cols={2}>
  <Card title="SDK" icon="cube" href="/docs/reference/sdk-api">
    Rust SDK for building agentic applications. ChatApp, builder pattern, custom tools.
  </Card>

  <Card title="Building Apps" icon="hammer" href="/docs/reference/building-apps">
    Construct and deploy Aomi Apps with the Rust SDK.
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/docs/reference/cli">
    Full reference for `@aomi-labs/client`.
  </Card>
</CardGroup>

## Integrate

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/docs/reference/api-reference">
    HTTP endpoints, SSE streams, and request/response payloads.
  </Card>

  <Card title="Apps & Authentication" icon="key" href="/docs/reference/apps-auth">
    How API keys, Aomi Apps, and sessions work together.
  </Card>

  <Card title="Sessions" icon="clock-rotate-left" href="/docs/reference/sessions">
    Chat session lifecycle, persistence, and threading.
  </Card>
</CardGroup>

## Runtime & Execution

<CardGroup cols={2}>
  <Card title="Runtime" icon="server" href="/docs/reference/runtime">
    How the runtime executes an App turn. Model loop, transaction harness, streaming.
  </Card>

  <Card title="Simulation" icon="flask" href="/docs/reference/simulation">
    Simulation first transaction pipeline.
  </Card>

  <Card title="Account Abstraction" icon="user-shield" href="/docs/reference/account-abstraction">
    Session keys, gas sponsorship, and batched operations.
  </Card>
</CardGroup>
