API playground
Paste a key, exchange it, and run real reads and writes against your own data. Nothing here is mocked: every request goes to the live Data API, and the curl shown underneath is the same call you can paste into a terminal.
If you have not made a key yet, create one under Dashboard, API keys, then come back. The Data API reference covers the same tables, headers and errors in writing.
1Exchange your key
Your key is held in this tab only. It is not saved, and it is sent to one place: our token endpoint on this domain.
Use a key made for testing. A key grants everything your account can do, and pasting a production one into any browser page, this one included, is a habit worth not forming.
2Build a request
Orders in your workspace. Creating one here inserts the row directly, which skips the phone validation and agent assignment that POST /api/orders performs, so it will not be queued for a confirmation call.
Isolation check
Reads every scoped resource with no filter at all and checks each one comes back confined to a single workspace or user. This is the check worth running after any policy change, because it is the one that fails without anything looking broken.