Agent commands
API
GET /v1/services/{service_id}/envPUT /v1/services/{service_id}/envDELETE /v1/services/{service_id}/env/{name}
Dashboard
The dashboard Secrets view is available athttps://tovuk.com/account/secrets
or https://tovuk.com/<handle>/secrets. It lists secret names, stores
write-only secret values, and deletes secrets through the same API routes and rate limits as the CLI.
Meters and caps
Secrets have no direct usage meter. Worker and build activity still count against their normal meters.Rules
- Put secrets in Tovuk env vars, not in source control.
- Do not print secrets in logs.
- Do not expose secrets to browser code.
- Rotate secrets after accidental disclosure.
- Use separate keys for development, staging, and production Services.
Agent loop
Ask only when needed
Ask the human for a secret only when it is not available from their secure
local environment.