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

# API reference

> How to use this Mintlify reference alongside the generated TypeDoc when you need exact signatures.

## Two layers of reference

This documentation site is the practical reference layer.

Use the pages in this section when you want:

* the right public entry point
* the intended mental model
* grouped API surfaces
* examples that match how the framework is meant to be used

The repository also ships a generated TypeDoc site in `/docs`. That is the exhaustive signature layer.

Use TypeDoc when you need:

* every exported class and type
* low-level manager signatures
* enums, variables, and interface shapes
* a complete exported surface map

## Start here in Mintlify

* [Client and runtime API](/reference/client-and-runtime-api)
* [Commands, components, and modals API](/reference/commands-components-and-modals-api)
* [Managers API](/reference/managers-api)
* [Public surface](/reference/public-surface)

## TypeDoc entry points

The generated TypeDoc site lives alongside the repository under `/docs/`:

* `/docs/index.html` — TypeDoc index
* `/docs/modules.html` — Modules

## Recommended workflow

Use the Mintlify docs for:

* concepts
* design intent
* recommended patterns
* end-to-end guides
* high-level API discovery

Use TypeDoc for:

* exact signatures
* full type members
* every exported symbol

That split keeps the production docs readable without hiding the full exported surface from advanced users.
