Creates a short-lived read-only access grant for the current live session.
Use this endpoint to mint a short-lived read-only URL for embedding or opening the current payer-channel session.Documentation Index
Fetch the complete documentation index at: https://docs.trycollate.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /live-session is side-effect-free; it
does not mint bearer capabilities.
The grant is scoped to the current prior authorization and live session.
Opening the grant URL validates and audits the grant, then redirects to the
runtime provider’s read-only live view.
Interactive access is not available here; create a manual handoff before
minting an interactive handoff grant.
LiveSessionAccessGrant.API key passed as Authorization: Bearer <API_KEY>.
Unique key used to retry command requests safely. Reusing the same key with a different request body returns 409 idempotency_key_reused.
Authorization ID returned by POST /v1/prior-authorizations.