URLs and credentials
The public HTTP base ishttps://api.rigbox.dev/api/v1. Send Authorization: Bearer with a valid credential. The CLI’s rig api accepts paths such as /v1/workspaces; use the HTTP reference for direct requests.
The VM-local managed AI proxy is a separate interface. Its base URL, caller identity, and protocol differ from the account API. Do not send personal account keys to it.
Identifiers and collections
Persist returned IDs and treat them as opaque. Read each endpoint’s response envelope: not every list is a bare array. Follow itsnext_cursor when present, stopping when there is no next page. Do not infer URLs or IDs from a user-visible name.