> ## Documentation Index
> Fetch the complete documentation index at: https://aomilabs-victor-docs-redirect-build-overview.mintlify.site/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="/reference/sdk-api">
    Rust SDK for building agentic applications. ChatApp, builder pattern, custom tools.
  </Card>

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

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

## Integrate

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

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

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

## Runtime & Execution

<CardGroup cols={2}>
  <Card title="Runtime" icon="server" href="/reference/runtime">
    Hosted runtime architecture. Sessions, streaming, events.
  </Card>

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

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