> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Stream

> Short-lived WebSocket stream tickets and delivery event streaming.

Use Stream endpoints to mint short-lived signed WebSocket tickets so clients can upgrade to delivery event streaming without putting long-lived API keys in browser-visible WebSocket URLs.

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="POST /v1/stream/tickets" href="/api-reference/stream/post-v1-stream-tickets">Mint a short-lived signed WebSocket stream ticket for the current principal</Card>
  <Card title="GET /v1/stream/ws" href="/api-reference/stream/get-v1-stream-ws">Upgrade to a WebSocket connection for delivery event streaming</Card>
</CardGroup>
