Command reference
Synopsis
The command-line interface (CLI) manages workspaces, fleets, access, secrets, and memory.<COMMAND> comes from the tables below. Run any command with --help to see its accepted values.
Identifier placeholders come from the matching create or list command. You choose name, path, provider, message, and query values.
Example with output
Options
Global options
<API_URL> is the API base URL for your deployment.
Account and diagnosis
Workspaces and access
Fleets
agentsfleet delete has no dry-run option. Run agentsfleet kill first, then check the fleet identifier before deletion.
Secrets and memory
agentsfleet secret delete has no dry-run option. The deleted secret value cannot be recovered.
Model catalogue
The dashboard’s model picker reads the same catalogue, so both surfaces offer
the same providers. Rates apply under platform-managed posture; a self-managed
credential is billed by your own provider account, and its rows show a dash.
An empty catalogue means an administrator has not primed this server yet. While
it is empty,
--provider accepts any value and the server validates the
credential.
Tenant settings
Errors
A rejected invocation is answered before any request is sent. The form is always the same: what is wrong, then the command that puts it right. What is wrong may be an absent argument, a value that failed validation, or an unrecognized command.
--json the same rejection is a parseable envelope on standard error, carrying a stable code you can switch on:
MISSING_ARGUMENT, MISSING_OPTION_VALUE, MISSING_REQUIRED_OPTION, UNKNOWN_COMMAND, UNKNOWN_OPTION, INVALID_ARGUMENT, and EXCESS_ARGUMENTS.
API failures include a stable error code and request identifier when the server supplies them. Use both values when reporting a problem.