> For the complete AWA documentation index, see [`llms.txt`](../llms.txt).

# Reference

These pages map AWA's public surfaces without duplicating the versioned reference generated from source.

- [CLI command map](cli/index.md) for migration and operations entry points.
- [Rust crates](rust/index.md) for choosing between the facade, storage model, worker, testing, and SeaORM crates.
- [Python API](python/index.md) for clients, job values, handler outcomes, and bridges.
- [Stability policy](../stability/index.md) for the guarantees attached to stable, experimental, and development surfaces.

Exact signatures live with the installed artifact: use `awa --help`, Python's shipped type information, and the [AWA crate versions on docs.rs](https://docs.rs/crate/awa). Select the version that matches your installed dependency; the 0.7 development API is documented from source until that prerelease is published.
