Storyblok
Headless CMS with visual editor for content management
Actions
| Name | Description |
|---|---|
list_spacesList all spaces accessible with your token | List all spaces accessible with your token |
list_storiesList stories in a space | List stories in a space |
get_storyGet a specific story by ID | Get a specific story by ID |
create_storyCreate a new story in a space | Create a new story in a space |
delete_storyDelete a story by ID | Delete a story by ID |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'storyblok',
actionName: 'list_spaces',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Storyblok 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 actions programmatically.
What actions does Storyblok support?
Storyblok supports 5 actions including List Spaces, List Stories, Get Story, Create Story, Delete Story.
Can I use Storyblok with AI agents?
Yes. Add Storyblok 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 Storyblok use?
Storyblok uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Storyblok integration cost?
The Storyblok integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Storyblok in 2 minutes
Get 1,000 free actions every month. No credit card required.