hiloop is pre-GA. The hosted edge (
api.hiloop.ai) and the curl | sh installer are still being
finalized — the flow below is what shipping looks like, and the API is versioned 0.x until GA.1. Install the CLI
hiloop is a single static binary.
PATH:
2. Authenticate
The CLI sends a bearer token with every request; the hiloop edge authenticates it. Set your API key as an environment variable:GET /v1/whoami and prints the org, tenant, and user the credential maps to — a quick
auth sanity check.
3. Run a telemetry query
Telemetry is keyed by fork-tree node (see tree-native observability). Query a run with the generic API passthrough:QuerySpec (filters, breakdowns, time ranges) and the
CLI reference for every command and flag.
Next steps
- Concepts — sandboxes, forks, and tree-native observability.
- CLI reference — the complete command surface.