The ledger
Every annotated feature, searchable. Each row points to the exact source line where the annotation lives.
Spectrum · top 12 categories
tap to filter- auth.streams.createopenalice-auth · auth/streamsPersist a per-platform stream destination — label, platform, optional RTMP URL override, encrypted stream key. Returns the masked public shape.0.1.0
- auth.streams.deleteopenalice-auth · auth/streamsPermanently delete a stream destination.0.1.0
- auth.streams.internal_lookupopenalice-auth · auth/streamsService-to-service endpoint for the broadcaster — given a user_id (path) and optional destination ids (query), returns enabled destinations with PLAINTEXT stream keys. Authenticated via X-Internal-Secret. The broadcaster is the only caller.0.1.0
- auth.streams.listopenalice-auth · auth/streamsList the user's stream destinations with masked stream keys ("live_••••wxyz" preview).0.1.0
- auth.streams.revealopenalice-auth · auth/streamsReveal the plaintext stream key after re-confirming the user's password. Stream keys aren't returned by the list endpoint by design — this is the dedicated unmask path.0.1.0
- auth.streams.updateopenalice-auth · auth/streamsUpdate a destination's label or enabled flag. Stream-key rotation is a delete + create operation by design.0.1.0