Skip to main content
Inspect and validate the server manifest.

tai manifest plugins

List the installed studio plugins declared by the manifest. Example: tai manifest plugins

tai manifest replace

Replace the WHOLE persisted manifest from a file and reload the fleet. Posts the manifest TEXT verbatim — !ENV markers are left INTACT so the server resolves them (the persist-through replace keeps the preserved view, never baking a resolved secret to disk). The persisted change reaches the whole fleet. Example: tai manifest replace --file config/manifest.yml

tai manifest show

Show the live manifest’s MCP section and user tools. Example: tai manifest show

tai manifest validate

Validate a manifest file against the Manifest model, OFFLINE (no server). Loads the YAML (expanding !ENV tags exactly as the runtime read does) and runs Manifest.model_validate. A broken manifest exits non-zero with the model’s validation error; a valid one prints a confirmation. Example: tai manifest validate config/manifest.yml