npx skills add ...
npx skills add contentful/skills --skill contentful-api
npx skills add contentful/skills --skill contentful-api
Comprehensive Contentful REST API guide. Covers Content Management API (CMA) for creating/updating content, Content Delivery API (CDA) for fetching published content, Preview API, Images API, and GraphQL API. All examples use curl/HTTP — language-agnostic.
Language-agnostic guide for Contentful APIs using HTTP/curl.
Read/write API for managing content, content types, assets, and environments.
Start here: references/content-management/overview.md
Read-only API for fetching published content.
Start here: references/content-delivery/overview.md
Draft + published content via same CDA endpoints, different host/token.
Reference: references/content-preview/overview.md
On-the-fly image transformations via URL parameters. No authentication needed.
Reference: references/images/overview.md
Query content via GraphQL with CDA tokens.
Reference: references/graphql/overview.md