microsandbox cloud is in private beta; the API is available to organizations with access.
Credentials
The sidebar separates endpoints by who the request represents:
API keys and personal tokens are both sent as bearer tokens:
Base URL
Errors
Errors return anerror object with a stable machine-readable code, a human-readable message, and optional structured details:
Pagination
List endpoints use cursor pagination. Passlimit to size the page and cursor to continue from a previous response:
?cursor=<next_cursor>; has_more: false means you have everything.