Documentation Index
Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
SSE frame describing the data: payload as a discriminated event union.
Speakeasy's SSE schema model expects each frame's top-level properties to
be SSE protocol fields (id, event, data, retry). The data field
here describes the JSON object inside each data: line — a discriminated
union of every event the aether wire emits. The wire format is unchanged
from Vercel AI SDK v6 (data: {"type": "...", ...}).