Skip to main content
POST
Start a demo sandbox session
Opens a dashboard session as the seeded demo user in the shared sandbox and returns the demo account’s email and API key. The session cookie (recurso_session) is the same one a password login issues, so everything downstream — the dashboard, roles, audit actors — behaves as it would for a real user. The sandbox is reset on a schedule; anything you create in it is temporary. The route exists only on deployments started with DEMO_MODE enabled. On every other deployment the route is not registered and the server answers 404. No credentials or request body are required.

Example Request

Example Response

Fields

Errors

The 500 and 503 errors use the standard envelope — see Errors. The 404 does not: outside DEMO_MODE the route is never registered, so the router answers with its plain-text 404 page not found and no JSON body or error code.

Authorizations

Authorization
string
header
required

Response

Demo session opened. Sets the recurso_session cookie.

data
object