Authentication#

Every request carries a workspace API key as a bearer token. Create and revoke keys from your workspace settings.

Authorization: Bearer pp_live_…

Note

Keys are secret — keep them server-side. A request without a valid key returns 401 Unauthorized.

See also

POST /runs
Start your first authenticated run.