# Storyblok AI integration on Definable

> Headless CMS with visual editor for content management and delivery across multiple platforms

## What this connects

Headless CMS with visual editor for content management and delivery across multiple platforms

Vendor: https://www.storyblok.com

## Tools available

**10** tools available. First 10:

- `STORYBLOK_FETCH_CONTENT_TYPE_ITEMS_GRAPHQL` — Fetch Content Type Items (GraphQL) — Fetch multiple stories/content items using Storyblok's GraphQL API with filtering and pagination. Use starts_with with language code prefix (e.g., 'es/*', 'hi/*') to retrieve translated content in specific languages.
- `STORYBLOK_FETCH_GRAPHQL_CONTENT_ITEM` — Fetch GraphQL Content Item — Tool to fetch a single story in a specific language using Storyblok GraphQL API with field-level translations. For each content type (e.g., Page), Storyblok generates a ContentTypeItem field (e.g., PageItem). Use when you need to retrieve a specific story by ID or slug with optional language translation.
- `STORYBLOK_GET_APP` — Get Extension/App — Tool to retrieve a Storyblok extension/app by ID using the Management API. Use when you need to fetch details about a specific extension or app installed in Storyblok.
- `STORYBLOK_GET_DATASOURCE_ENTRIES` — Get Datasource Entries — Tool to retrieve datasource entries from Storyblok via GraphQL API. Use when you need to fetch datasource data. Returns datasource entries with fields like id, name, value, and dimension_value.
- `STORYBLOK_GET_GRAPHQL_RATE_LIMIT` — Get GraphQL Rate Limit — Tool to retrieve rate limit information from Storyblok GraphQL API. Use when you need to check the maximum cost per request to calculate safe request rates (100 / maxCost = requests per second).
- `STORYBLOK_GET_PAGE_ITEM` — Get Page Item — Tool to retrieve a single page item by ID or slug from Storyblok using GraphQL. Use when you need to fetch specific page content with custom field selection. Supports both draft and published versions.
- `STORYBLOK_LIST_GRAPHQL_CONTENT_TYPE_ITEMS` — List GraphQL Content Type Items — Tool to retrieve multiple content items with pagination, filtering, and relation resolution for any Storyblok content type via GraphQL. Content types are dynamically generated as [ContentType]Items (e.g., PageItems, BlogArticleItems). Use when you need to query structured content with flexible field selection and filtering.
- `STORYBLOK_QUERY_PAGE_ITEMS` — Query page items via GraphQL — Execute GraphQL queries to retrieve multiple page items from Storyblok with filtering options. Use when you need to fetch page content with filters like path prefix, publish date, or slug exclusions.
- `STORYBLOK_RETRIEVE_LINKS_GRAPHQL` — Retrieve Links via GraphQL — Tool to retrieve links for navigation using Storyblok's GraphQL API. Use when you need to fetch navigation links with their metadata (id, uuid, slug, name, published status).
- `STORYBLOK_RETRIEVE_TAGS` — Retrieve Tags via GraphQL — Tool to retrieve tags from Storyblok via GraphQL API. Use when you need to fetch available tags for content organization and filtering.

## Auth

Auth schemes: `API_KEY`, `OAUTH2`.

## How agents use Storyblok

Inside a Definable workflow, Storyblok is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Storyblok** — the Researcher (GPT-5.5) pulls context from Storyblok (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Storyblok** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Storyblok (create record, post message, draft email).
- **Designer / Engineer → Distributor → Storyblok** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Storyblok (attach file, open PR comment, post status).

The Verifier checks every Storyblok call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/
- website builders — https://definable.ai/apps/category/website-builders/

## Related

- HTML page: https://definable.ai/apps/storyblok/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
