Weavz
Bunny Stream

Bunny Stream

Video hosting, upload, collection, and playback operations for Bunny Stream libraries.

10 tools
1 trigger

Tools

Name
list_videos

List videos in a Bunny Stream library.

get_video

Get Bunny Stream video metadata by ID.

create_video

Create a Bunny Stream video object before uploading content.

update_video

Update Bunny Stream video title, collection, or thumbnail metadata.

upload_video_from_url

Ask Bunny Stream to fetch a source video URL into an existing video.

delete_video

Delete a Bunny Stream video by exact ID.

list_collections

List Bunny Stream collections for a library.

create_collection

Create a Bunny Stream collection.

delete_collection

Delete a Bunny Stream collection by exact ID.

get_video_library

Get Bunny Stream video library settings through the core bunny.net API.

Triggers

Name
stream_webhook_event

Receive Bunny Stream webhook events after configuring this webhook URL in the Bunny dashboard.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Bunny Stream 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 Bunny Stream support?

Bunny Stream supports 10 tools including List Videos, Get Video, Create Video, Update Video, Upload Video From URL, and more.

Can I use Bunny Stream with AI agents?

Yes. Add Bunny Stream 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 Bunny Stream be used in stateful agent workflows?

Yes. Agents can combine Bunny Stream 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 Bunny Stream use?

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

How much does the Bunny Stream integration cost?

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

What triggers does Bunny Stream support?

Bunny Stream supports 1 triggers including Stream Webhook Event.

Connect Bunny Stream in minutes

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