Docs Parity Matrix
Docs Parity Matrix
Repo-verified matrix used to keep docs aligned with code.
CLI Commands (cmd/clawmachine)
- serve
- install
- upgrade
- uninstall
- doctor
- status
- backup
- restore
- completion
- version
HTTP Route Groups (internal/routes.go)
Pages
GET /GET /bots/newPOST /bots/new/infraPOST /bots/new/configGET /bots/{name}/pageGET /settingsGET /settings/providersGET /secrets
Bot APIs
GET /botsPOST /botsGET /bots/{name}PUT /bots/{name}DELETE /bots/{name}GET /bots/{name}/logsPOST /bots/{name}/cliPOST /bots/{name}/restartPUT /bots/{name}/configGET /bots/{name}/networkGET /bots/{name}/backupPOST /bots/{name}/backup
Settings/Secrets APIs
GET /settings/statusPOST /settings/providerDELETE /settings/providerPOST /settings/connect/installDELETE /settings/connectGET /secrets/availableGET /secrets/statusPOST /secretsDELETE /secrets/{name}
Helper APIs
GET /api/botenvGET /api/modelsGET /api/onboarding/profilePOST /api/onboarding/preview
Known Notes
GET /secrets/newcurrently redirects to/secrets.- Runtime default namespace for bot operations is
claw-machineunless overridden byPOD_NAMESPACE.