Reference

Env vars, hosts, and endpoints. Prefer product docs for behaviour.

Id environment

File: ~/.config/Id/env (mode 600). File wins over shell for ID_* on load.

VariableMeaning
ID_API_KEYBearer key idl_… (required)
ID_GATEWAYDefault https://gateway.idlidu.dev
ID_APIDefault https://api.idlidu.dev
ID_SHELL_NET1 to allow shell network
ID_BUDGETDefault turn budget override (if set)

Shell helper: source ~/.config/Id/shellenv after install.

Public hosts

URLRole
www.idlidu.devMarketing + docs + install
app.idlidu.devConsole
gateway.idlidu.devInference
api.idlidu.devAccount API
pay.idlidu.devCheckout

Gateway endpoints

MethodPathNotes
GET/healthReadiness / catalog
GET/v1/modelsOpenAI-shaped list
POST/v1/chat/completionsBearer idl_

Agent routes: see Agent API.

API endpoints (account)

MethodPathNotes
GET/v1/meProfile, balance, alerts
GET/v1/creditsBalance + alerts
/v1/keysMint / list / revoke (app + API)

Prefer the app UI for day-to-day key and billing ops.

Install

curl -fsSL https://www.idlidu.dev/install.sh | bash
# or with key:
curl -fsSL https://www.idlidu.dev/install.sh | ID_API_KEY=idl_… bash

Docs map

Status · Terms · Privacy