Create demo session
API Reference
Create demo session
Creates an isolated demo customer and returns a sandbox API key. No authentication required. Rate limited to 5 requests per IP per minute.
POST
Create demo session
Creates an isolated sandbox environment with its own customer scope and API key. No
authentication required - this is the entry point for trying the API.
The returned
api_key is prefixed with sk_demo_ and is the only credential you need
for all subsequent API calls. It is returned exactly once - there is no retrieval
endpoint. Save it immediately.
The customer_id is the scope your key is bound to. It is reserved for future use; do
not rely on its format.
Rate limited to 5 requests per IP per minute. If you hit the limit, wait 60 seconds.
Response
Demo session created