Skip to main content
POST
Get a test-mode handoff token

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Response

Handoff token issued. Exchange it right away at the test environment's POST /v1/auth/handoff.

handoff_token
string

Single-use signed token (expires in 60 seconds).

expires_at
string<date-time>
exchange_url
string

Test-environment URL where the token is exchanged.

Last modified on July 19, 2026