For AI agents: visit https://elai.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Allocates a GPU host, starts a WebRTC session and returns the SDP offer to answer.
The handshake is: POST /streams → answer the offer with PUT /streams/{streamId} → trickle ICE candidates with POST /streams/candidate/{streamId} → speak with POST /streams/render/{streamId}.
Streaming minutes are billed at 0.5× the normal rate. A workspace with no minutes left is rejected with 429 unless the organization has allowOverlimit.