S

stream.io

Stream provides APIs and SDKs for adding chat messaging, video and audio calling/livestreaming, activity feeds, and content moderation to applications. Its products are aimed at developers building real-time social and communication features.

4 integrations · REST · CLI

Stream exposes HTTP APIs for Activity Feeds, Chat, Video, and Moderation, plus a Stream CLI; all documented developer surfaces require Stream-issued app credentials and JWT/server-side auth.

discovered 2mo ago
REST · OpenAPI3
CLI1
Credentials
Stream app API keyapi_keyGet key

Create or open an app in the Stream Dashboard. Copy the app API key from the dashboard; Stream docs say the API key and secret are found in the dashboard and requests include api_key as a query parameter.

Stream JWT tokenjwt

Generate a JWT signed with your Stream app secret from your backend, using the API key/secret from the Stream Dashboard. Stream docs describe sending Authorization: <token> together with Stream-Auth-Type: jwt; for feeds/video the request also includes api_key as a query parameter. For client apps, mint user tokens from your own token provider endpoint.

Stream CLI configured app credentialscompound$ stream-cli config new

Acquired by the CLI — running stream-cli config new opens the auth flow and stores the credential.

conventions · 0/8 published

Publish these signals → /publishing