Infimal CLI reference
One native binary for the terminal dashboard and scriptable account commands.
Start here
Install from /cli/, create a key in the dashboard, and connect with the hidden prompt. Bare infimal opens the dashboard in an interactive terminal. Explicit commands remain scriptable.
infimal login --key
infimal
infimal guide
infimal --helpModels & account
| Command | Purpose |
|---|---|
| infimal models list --json | List models and actual prices |
| infimal models show MODEL_ID --json | Inspect a model |
| infimal whoami | Verify credentials and API origin |
| infimal usage show --since 30d --json | Inspect usage |
| infimal usage series --since 72h --bucket hour | Read a usage series |
| infimal requests list | Inspect recent requests |
Applications
Native deployment and configuration accept JSON request files. Python module evaluation and source plan/apply remain in the Python SDK.
infimal apps list
infimal apps show APP_NAME
infimal apps deploy APP_NAME --file declaration.json --plan
infimal apps config APP_NAME --file configuration.json
infimal apps logs APP_NAME --limit 50
infimal builds show BUILD_IDBilling
Funding returns a checkout link; finish payment in your browser. A local plan sends no request and is not a server quote. After an interrupted checkout, inspect payments before retrying.
infimal billing balance
infimal billing fund 25 --plan
infimal billing paymentsKeys
A full key manages the account. An inference key is restricted to inference, the catalogue and its allowed usage reads. Newly created secrets are returned once.
infimal keys create production --role inference
infimal keys list --json
infimal keys revoke KEY_IDAutomation
Use --json for machine-readable responses. Remote commands accept --plan for a local redacted preview without an HTTP request. Exit codes are 0 success, 1 API refusal, 2 local input/configuration, 3 transport/server/I/O, and 4 credentials.
infimal explain apps deploy
infimal manifest --json
infimal completion zsh
infimal logout