Bunny Stream
Video hosting, upload, collection, and playback operations for Bunny Stream libraries.
Tools
| Name | Description |
|---|---|
list_videosList videos in a Bunny Stream library. | List videos in a Bunny Stream library. |
get_videoGet Bunny Stream video metadata by ID. | Get Bunny Stream video metadata by ID. |
create_videoCreate a Bunny Stream video object before uploading content. | Create a Bunny Stream video object before uploading content. |
update_videoUpdate Bunny Stream video title, collection, or thumbnail metadata. | Update Bunny Stream video title, collection, or thumbnail metadata. |
upload_video_from_urlAsk Bunny Stream to fetch a source video URL into an existing video. | Ask Bunny Stream to fetch a source video URL into an existing video. |
delete_videoDelete a Bunny Stream video by exact ID. | Delete a Bunny Stream video by exact ID. |
list_collectionsList Bunny Stream collections for a library. | List Bunny Stream collections for a library. |
create_collectionCreate a Bunny Stream collection. | Create a Bunny Stream collection. |
delete_collectionDelete a Bunny Stream collection by exact ID. | Delete a Bunny Stream collection by exact ID. |
get_video_libraryGet Bunny Stream video library settings through the core bunny.net API. | Get Bunny Stream video library settings through the core bunny.net API. |
Triggers
| Name | Description |
|---|---|
stream_webhook_eventReceive Bunny Stream webhook events after configuring this webhook URL in the Bunny dashboard. | Receive Bunny Stream webhook events after configuring this webhook URL in the Bunny dashboard. |
Quick Start
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.