Contentful
Overview
SLUG: CONTENTFUL
Description
Contentful is a headless CMS allowing developers to create, manage, and distribute content across multiple channels and devices with an API-first approach
Authentication Details
OAuth2
API Key
Connecting to Contentful
Create an auth config
Use the dashboard to create an auth config for the Contentful toolkit. This allows you to connect multiple Contentful accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Contentful toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
CONTENTFUL_GET_SPACE
Tool Name: Get space
Description
Action Parameters
Action Response
CONTENTFUL_LIST_SPACES
Tool Name: List spaces
Description
Action Parameters
Action Response
CONTENTFUL_UPDATE_SPACE
Tool Name: Update space
Description
Action Parameters
Action Response