Docs/Reference

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.

Terminal / reference
infimal login --key
infimal
infimal guide
infimal --help

Models & account

CommandPurpose
infimal models list --jsonList models and actual prices
infimal models show MODEL_ID --jsonInspect a model
infimal whoamiVerify credentials and API origin
infimal usage show --since 30d --jsonInspect usage
infimal usage series --since 72h --bucket hourRead a usage series
infimal requests listInspect recent requests

Applications

Native deployment and configuration accept JSON request files. Python module evaluation and source plan/apply remain in the Python SDK.

Terminal / reference
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_ID

Billing

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.

Terminal / reference
infimal billing balance
infimal billing fund 25 --plan
infimal billing payments

Keys

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.

Terminal / reference
infimal keys create production --role inference
infimal keys list --json
infimal keys revoke KEY_ID

Automation

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.

Terminal / reference
infimal explain apps deploy
infimal manifest --json
infimal completion zsh
infimal logout