eavz
Twitch

Twitch

Live streaming platform — manage channels, streams, clips, and viewer data

6 actions
1 trigger

Actions

Name
get_user

Get information about a Twitch user by login name or ID

get_channel_info

Get information about a Twitch channel

get_streams

Get information about active live streams

get_clips

Get clip information for a broadcaster or game

search_channels

Search Twitch channels by query string

custom_api_call

Make a custom API call to the Twitch Helix API

Triggers

Name
stream_online

Triggers when a specified Twitch channel goes live

Quick Start

TypeScript
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.