DatoCMS
Headless CMS for structured content management with a powerful API
Actions
| Name | Description |
|---|---|
list_item_typesList all content models (item types) in the DatoCMS project | List all content models (item types) in the DatoCMS project |
list_itemsList records of a specific content model | List records of a specific content model |
get_itemGet a specific record by its ID | Get a specific record by its ID |
create_itemCreate a new record for a specific content model | Create a new record for a specific content model |
update_itemUpdate an existing record by its ID | Update an existing record by its ID |
custom_api_callMake a custom API call to the DatoCMS Content Management API | Make a custom API call to the DatoCMS Content Management API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'datocms',
actionName: 'list_item_types',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect DatoCMS 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 DatoCMS support?
DatoCMS supports 6 actions including List Item Types (Models), List Items (Records), Get Item (Record), Create Item (Record), Update Item (Record), and more.
Can I use DatoCMS with AI agents?
Yes. Add DatoCMS 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 DatoCMS use?
DatoCMS uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the DatoCMS integration cost?
The DatoCMS integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect DatoCMS in 2 minutes
Get 1,000 free actions every month. No credit card required.