--- title: 'Storyblok' description: '' --- # Storyblok undefined | Detail | Value | |---|---| | Category | CMS | | Base URL | `https://mapi.storyblok.com/v1` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `storyblok` | ## Using Storyblok in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Storyblok** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_stories_0) | List Stories | | [GET ](./get_create_story_1) | Create Story | | [GET ](./get_publish_story_2) | Publish Story | | [GET ](./get_list_components_3) | List Components | | [GET ](./get_list_assets_4) | List Assets | | [GET ](./get_list_spaces_5) | List Spaces | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.