Skip to main content
Our docs redesign is live!

Build with AI

Contentstack is an API-first platform and therefore very easy to use with AI clients. Sometimes it's as easy as pointing your agent to a documentation page and ask for an implementation. Below you can find some tools to help you have and your LLM to have an easy time navigating the Contentstack platform.

Contentstack MCP

The (experimental) Contentstack’s MCP Server acts as a bridge between Contentstack’s APIs. It enables natural language-based content operations, making content workflows smarter and more conversational from any LLM client.

Features: Content Operations, Analytics API Integration, Analytics with Lytics, Brand Kit Integration, Launch Deployments, Personalize API Integration, Developer Hub Integration, and more.

Get your OAuth token:

npx @contentstack/mcp --auth -y

Install it in your favorite IDE or AI Client:

{
  "mcpServers": {
    "contentstack": {
      "command": "npx",
      "args": [
        "-y",
        "@contentstack/mcp"
      ],
      "env": {
        "CONTENTSTACK_API_KEY": "<your_stack_api_key>",
        "CONTENTSTACK_DELIVERY_TOKEN": "<your_delivery_token>",
        "GROUPS": "<comma_separated_groups>"
      }
    }
  }
}

Read the docs for a deeper getting started guide.

Contentstack Agent Skills

We have an ever-growing repository of secure skills. Check out our agent security policy to understand how we build our skills.

Install them like this:

npx skills add timbenniks/contentstack-skills

Current skills

  • contentstack-cli-assistant: Intelligent CLI assistant that translates natural language into csdx commands. Covers auth, export/import, branches, publishing, migrations, launch, audit, and more.
  • contentstack-delivery-sdk-assistant: Translates natural language into Contentstack TypeScript Delivery SDK code. Covers initialization, queries, filtering, pagination, image transforms, live preview, sync, and type generation.
  • contentstack-js-to-ts-migration: Hands-on migration assistant for converting JavaScript Delivery SDK code to the TypeScript SDK. Analyzes code, identifies changes, generates migrated TypeScript with types.

learn more at https://agentskills.io

AI posts on our blog

view all
Generated_Image_December_16_2025_-_10_28PM.jpg

Cursor, rules, and my vibe engineer workflow

This article discusses how to turn Cursor AI from a simple code-generating tool into a reliable engineering system using explicit rules, structured commands, and real project context, ultimately achieving trustworthy speed and consistency when building SaaS projects.

aiautomationopinion
BLOG
homjoi56fsgohbf21lck.jpg

The future of software is bespoke

This article explores why generic SaaS dashboards are becoming outdated as modern APIs, SDKs, scaffolding, and AI-assisted development enable teams to quickly build bespoke interfaces tailored to their exact workflows. It discusses how platforms should provide core infrastructure while teams take ownership of the experience layer, and examines both the benefits and trade-offs of this new paradigm.

aisdkapi...
BLOG
1_4kbCDNs7Y-BLoQ9dLffhfA.webp

The Architecture of Intelligent Retrieval : Part I

Learn how Mastra-style workspaces and markdown skills (SKILL.md + references) provide structured context for Agentic RAG agents and tools.

aiautomation
BLOG
ChatGPT Image Feb 25, 2026, 03_29_51 PM.png

Contentstack agent skills security policy

This policy defines the minimum security requirements for building, publishing, and maintaining Agent Skills within the Contentstack ecosystem. It protects users, content, and systems from prompt injection, unsafe markdown rendering, and model hallucinations.

aisecurity
BLOG
Code is craft now, not labor

Code is craft now, not labor

This article explores how advances in AI and automation have transformed programming from a required task for software production into an act of creative expression, much like knitting transitioned from necessity to craft. The author discusses the enduring value of foundational development skills and predicts a future where coding by hand is a rewarding choice rather than a job requirement.

opinionautomationai
BLOG
ChatGPT Image Feb 20, 2026, 04_16_11 PM.png

Agents are users now and this website is ready

AI assistants are now part of every developer's workflow. This post covers why we built developers.contentstack.com to serve both humans and agents, and how to connect any MCP-capable client to start building on top of it in minutes.

aiapimcp...
BLOG
a1em5ldkumaku4wjl2p6.jpg

Codex built a skill with custom CLI for itself. Is MCP even a thing anymore?

This article explores how Codex, given a management token, API key, and precise schema documentation, imported content flawlessly and even built a custom CLI and skill to repeat the process, raising questions about the future relevance of MCP in content operations.

aiagent skillsopinion
BLOG
gczomqaywcc0aieqknau.jpg

When Output Is Cheap, Taste Is Everything

This article explores how AI has radically reduced the cost of producing things, shifting the real bottleneck from implementation to judgment. It argues that taste—the ability to decide what is truly worth building—and genuine rest are the new sources of leverage in a world of fast, cheap output.

aiopinion
BLOG