/api/* surface.
Builds the spec offline from the app’s registered routes — no database,
Redis, or live config services required. --check validates the spec
against the OpenAPI 3.1 schema (for CI / pre-deploy) and writes nothing.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Emit the OpenAPI 3.1 specification for the /api/* surface.
/api/* surface.
Builds the spec offline from the app’s registered routes — no database,
Redis, or live config services required. --check validates the spec
against the OpenAPI 3.1 schema (for CI / pre-deploy) and writes nothing.
$ tai openapi [OPTIONS]
| Option | Description |
|---|---|
--out PATH | Write the spec to PATH instead of stdout. |
--check | Validate the spec against the OpenAPI 3.1 schema and exit non-zero if invalid; write nothing. (default: False) |
--json / --no-json | Emit raw JSON instead of human tables. |
