GET /v1/me
Current workspace quota, plan and cumulative savings.
GET
/v1/meuserReturn the authenticated workspace's plan, quota, and cumulative savings vs flagship baseline.
json
{
"workspace_id": "ws_...",
"email": "user@example.com",
"plan": "scale",
"included_requests": 500000,
"used_requests": 12843,
"burst_limit_rpm": 300,
"savings_usd": 184.21,
"reset_at": "2026-05-01T00:00:00Z"
}Powers the CLI's `hw status`
hw status calls this endpoint. The savings_usd number is computed against the current flagship (Claude Opus 4.7) — see the Response envelope concept page.