Reference
Every command Strata exposes, plus the tables you look things up in. These pages are composed from the interface definition shipped with strata-core 1.2.1, not written by hand.
Commands
135 commands across 11 families. Each one carries its CLI and Python spelling, an example, its parameters, what it returns and the errors it can raise. 11 families are restored so far.
Everything else
- CLI
- The binary itself rather than the data commands: global options, init, doctor, agents, mcp, start and stop, ipc and remote.
- MCP tools
- The tools an MCP client can call. A curated subset of the command surface rather than one tool per command, plus an escape hatch that runs any of them.
- Configuration
- Every setting, where it can be set, and what it defaults to.
- Error codes
- All 222 codes, each with its retry policy and what happened to the commit.
- Data types
- The types that appear in parameters and return shapes.
- Compatibility and versioning
- What a version number promises, and what changes between them.