REQUEST CONSOLE
Test with confidence
Requests go directly to the API. There is no documentation proxy.
- Enter your workspace slug and a workspace-generated Developer API key.
- Start with GET /me to confirm the selected workspace.
- Use a separate sandbox workspace for experiments. The portal’s “Test area” is not an API-key sandbox.
- For a write or delete, review the method and workspace in the confirmation before sending.
The console keeps the key only in memory. Changing the workspace, clearing the console, leaving the page or navigating to another endpoint clears it. Examples use an environment variable instead of your credential. Responses are shown as text and are never stored.
Limits and cancellation
The API allows 120 requests per minute per key per server. Webhook management is also limited to 30 requests per minute per workspace per server. Production edge limits may be stricter. Honor Retry-After and use bounded retries with backoff.
The console times out after 30 seconds and caps displayed responses at 1 MiB. Cancelling or timing out does not undo a write that the server already received. Verify the resource before retrying a mutation.