Media · wired today
What can agents actually do with Twitch?
Creative assets and channels, readable without handing anyone the keys. The Twitch connector is one of 205 executable connectors and gives agents 4 read-only tools, with the credential held in the vault and every call receipted.
The Twitch tool list, exactly as agents see it
get_users— Look up a Twitch user by login name (display name, account type, description, profile image)get_streams— List Twitch streams that are live right now, most viewers first, optionally narrowed to one game or one channelget_games— Look up a Twitch game or category by exact name, returning its ID for use with get_streamsget_channel— Get one Twitch channel's current information by broadcaster ID (stream title, category, language, tags)
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
What the Twitch connector needs
You provide client ID, client secret from your Twitch account; Quox sends it as OAuth client credentials. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Twitch's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
This connector was blind shape-proven against the real Twitch API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.
Twitch integration FAQ
What can Quox agents do with Twitch?
Agents can run 4 read-only tools against Twitch: get users, get streams, get games, get channel. Every call is receipted in the evidence trail.
What does the Twitch integration need?
You provide client ID, client secret from your Twitch account; Quox sends it as OAuth client credentials. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Twitch credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Twitch connector?
This connector was blind shape-proven against the real Twitch API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.