Terminal
Agents
Brain
Cockpit
Workspace
Connectors
API keys
Market index
INDIETERMINAL
HOMEPRICINGDAILY BRIEFDOCS
LIVE

Developers · CLI

Indie Terminal CLI

The official Indie Terminal command-line tool lets agents and developers script the index API without assembling HTTP clients from scratch.

npx indie-terminal

Install

Run it

Package name indie-terminal on npm. The binary is indie-terminal (alias indieterminal).

npx indie-terminal --help
npx indie-terminal discover
npx indie-terminal openapi
npx indie-terminal search "dev tools"

Authenticated commands read INDIE_TERMINAL_API_KEY — mint it_test_ or it_live_ keys at /api-keys.

Contract

Same surface as REST

The CLI wraps GET /api/v1 and the documented v1 routes. Machine contract: /openapi.json. Errors are RFC 9457 problem details. Rate-limit headers are printed when present so agents can self-throttle.

Human docs: Indie Terminal docs · developer hub · llms.txt.

Back to homeDeveloper resourceshi@indieterminal.com