Twitch
Live streaming platform — manage channels, streams, clips, and viewer data
Actions
| Name | Description |
|---|---|
get_userGet information about a Twitch user by login name or ID | Get information about a Twitch user by login name or ID |
get_channel_infoGet information about a Twitch channel | Get information about a Twitch channel |
get_streamsGet information about active live streams | Get information about active live streams |
get_clipsGet clip information for a broadcaster or game | Get clip information for a broadcaster or game |
search_channelsSearch Twitch channels by query string | Search Twitch channels by query string |
custom_api_callMake a custom API call to the Twitch Helix API | Make a custom API call to the Twitch Helix API |
Triggers
| Name | Description |
|---|---|
stream_onlineTriggers when a specified Twitch channel goes live | Triggers when a specified Twitch channel goes live |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'twitch',
actionName: 'get_user',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Twitch to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Twitch support?
Twitch supports 6 actions including Get User, Get Channel Info, Get Streams, Get Clips, Search Channels, and more.
Can I use Twitch with AI agents?
Yes. Add Twitch to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Twitch use?
Twitch uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Twitch integration cost?
The Twitch integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Twitch support?
Twitch supports 1 triggers including Stream Goes Online.
Connect Twitch in 2 minutes
Get 1,000 free actions every month. No credit card required.