Skip to main content
The CLI (assistableai) gives you every v3 operation from your terminal or scripts, grouped by resource. Commands are generated from the OpenAPI spec.

Authenticate

Credentials are stored at ~/.assistableai/config.json (mode 0600). Resolution precedence for any command: explicit flag → environment (ASSISTABLE_API_KEY, ASSISTABLE_SUBACCOUNT_ID, ASSISTABLE_BASE_URL) → stored config.

Use it

Commands are grouped by resource topic; add --help at any level:

Global flags

On an API error the message (with request_id) is written to stderr and the process exits non-zero, so it composes cleanly in shell pipelines and CI.