Quickstart command
Run lomi quickstart to verify CLI connectivity and get recommended next steps.
lomi quickstart is a non-destructive golden-path check. It verifies your CLI token and API connectivity, then prints the commands most teams run next.
Usage
lomi quickstartMachine-readable output for scripts and agents:
lomi quickstart --jsonSkip API checks (offline or docs-only):
lomi quickstart --skip-probeWhat it checks
Unless --skip-probe is set, quickstart runs:
GET /, API connectivityGET /me, identity and environmentGET /accounts/balance, authenticated balance read
JSON response shape
{
"status": "ready",
"profile": "default",
"organization": "Your Org",
"environment": "sandbox",
"probe": { "passed": 3, "failed": 0 },
"next_steps": [
{
"command": "lomi checkout create --amount 10000 ...",
"description": "Create a sandbox test checkout session"
}
]
}Next steps
- CLI quickstart guide: full install-to-webhook workflow
- Command reference: every CLI command