Weavz
Wistia

Wistia

Video hosting, marketing analytics, captions, thumbnails, and webhooks

12 tools
2 triggers

Tools

Name
list_projects

List Wistia projects/folders with pagination.

get_project

Get one Wistia project/folder and the media it contains.

list_medias

List Wistia media. Response can include thumbnails and status; use project filtering to keep results narrow.

get_media

Get details for one Wistia media item.

upload_media_from_url

Import a web-hosted video into Wistia by URL. Use only approved URLs for sensitive media; Wistia fetches the URL asynchronously.

update_media_metadata

Update Wistia media title, description, or project placement.

get_media_stats

Get aggregated stats for one Wistia media item.

list_captions

List captions for one Wistia video.

get_caption

Get one Wistia caption track by language code.

create_or_update_caption

Create or replace a Wistia SRT caption track.

update_thumbnail_from_url

Update a Wistia media thumbnail from a remote image URL.

delete_media

Delete one Wistia media item by exact hashed ID. Requires a matching confirmation value.

Triggers

Name
media_changed

Polls Wistia media and emits media created or updated since the previous poll.

webhook_event_received

Receives Wistia webhook events for video and viewer activity.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('wistia', 'list_projects', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'wistia',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Wistia to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Wistia support?

Wistia supports 12 tools including List Projects, Get Project, List Media, Get Media, Upload Media From URL, and more.

Can I use Wistia with AI agents?

Yes. Add Wistia to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Wistia be used in stateful agent workflows?

Yes. Agents can combine Wistia tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Wistia use?

Wistia uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Wistia integration cost?

The Wistia integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Wistia support?

Wistia supports 2 triggers including Media Changed, Webhook Event Received.

Connect Wistia in minutes

Get 20,000 free action executions every month. No credit card required.