_Interactive

Content operations, automated

Sanity AgentDocument type: article

Translate article to Spanish

Translating "Design Systems at Scale" to Spanish. Preserving all references, slugs, and schema integrity. Review draft ready in 30 seconds.

  1. 01

    Drafts first

    All AI changes stage as drafts. Humans review before anything goes live.

  2. 02

    Schema-aware

    AI understands your content model. No hallucinated field names.

  3. 03

    Audit trail

    Every change tracked. Rollback any edit to any point in time.

Default Page builder

Structured content, predictable UI

This block mirrors the route-level intro pattern when placed as the first section in the page builder.

Current Context:e-commerce, products
status:enabledExplore →

Intelligent context

Give your agents better content

Query structured content with business rules, semantic search, and real-time accuracy.

_Optional

Use Case Hero

Agents querying structured content in real time.

  • E-commerce discovery

    Help customers find exactly what they need with real product data and inventory constraints.

  • Self-service support

    Deflect tickets with instant, accurate answers pulled directly from your documentation.

  • Content operations

    Automate audits, translations, and enrichment at scale with structured content context.

  • Internal knowledge

    Surface organizational knowledge instantly — no more hunting through wikis.

How agent context works

  1. 01

    User asks a question

    "Show me all hiking boots under $200 in size 10."

  2. 02

    Agent generates a GROQ query

    Understands intent, applies schema knowledge, combines price filter with semantic category matching.

  3. 03

    Structured results returned

    Real products, real stock levels, real prices. No hallucinations.

Real-time. Reliable. Governed.

  • No drift

    Update content once and every agent reflects it immediately.

  • Business rule enforcement

    Agents can only recommend what your schema allows. Constraints are baked in.

  • Editorial control

    Published content is accessible. Drafts stay private. Governance is automatic.

Structured data + real constraints = agents you can trust in production.

Three primitives. Infinite use cases.

  • Semantic index

    Auto-generated embeddings on all your content. AI understands meaning, not just keywords.

  • GROQ API

    Expressive query language with type safety, references, and cross-document joins.

  • MCP endpoint

    Connect any agent in one line. Claude, GPT-4, Gemini — they all speak MCP.

Built for developers who ship

  • No pipeline to configure.
  • No months of infrastructure work.
  • Just connect and query.

Agent Context ships with everything pre-wired.

Add a skill to your MCP client, point it at your dataset, start querying.

Everything your team needs in one place

The database optimized for content operations

Store any valid JSON document, with schemas living in your Sanity Studio configuration, not as database constraints.

  • Schema as code
  • Query anything
  • Update with precision
  • Manage different environments
Demo media

Content workflows that mirror how you work

Enable creative freedom with infinitely customizable workflows.

  • A modern content studio
  • Custom content applications with App SDK
  • Preview content in context
  • Content releases with precision
  • Multiplayer editing for teams
Demo media

An agent to run content operations at scale

The first content agent that knows your content, so you can action with accuracy at scale.

  • Transform source materials into structured content
  • Audit and edit content at scale
  • Edit visuals with natural language
  • Research trends and topics
  • Prepare changes for revision
Demo media

Programmable automation

Automate content operations, from AI enrichment to syncing with any system, triggered by any mutation in your dataset.

  • Event driven automation
  • Full access to your content
  • Any possible if-this-then-that combination
  • Agent Actions for schema-aware AI automations
  • Write once, use everywhere
Demo media

Power web, mobile, or your own agent

Now, with Sanity you can power not only web and content applications but your own agents. Structured data that powers intelligence.

  • Structured content to agentic reasoning
  • Build your own customer-facing or internal agents
  • Agentic workflows
  • Or power any web surface or content application
Demo media

_Structured content

The backbone of reliable agents

  • Schema-first

    Define your content model in code. Types enforce structure at every layer.

  • Real-time

    Changes publish instantly. No reindexing. No cache invalidation headaches.

  • Query with constraints

    GROQ combines semantic meaning with business rules in a single call.

_Schema as code

Define once, deploy everywhere

schema.ts
export const product = defineType({
  name: 'product',
  type: 'document',
  fields: [
    defineField({ name: 'title', type: 'string' }),
    defineField({ name: 'price', type: 'number' }),
    defineField({ name: 'inStock', type: 'boolean' }),
  ]
})
WorkspacePublished 5 min ago
ProductsCategoriesAuthorsPagesSettings
Title
Price
In Stock
Category
Description

Schema-first development means your content model lives in version control alongside your app code.

Call to Action

Start your design system today

Get up and running with our comprehensive toolkit in minutes.

  • Acme Corp
  • GlobalTech
  • Nexus Design
  • BuildCo
Implementing a design system cut our UI inconsistency bugs by 80% in the first quarter.

Alex Rivera

VP of Engineering, Acme Corp

_Platform capabilities

Everything you need

01

Authoring

Portable Text

Rich text editing with custom block types and inline marks.

blockContent[]

References

Cross-document linking with type safety and validation.

reference(to: 'author')

Image hotspot

Focal point editing for responsive cropping on any display.

02

Developer experience

GROQ

Expressive query language built for JSON with filtering, projections, and joins.

*[_type == 'post']

TypeGen

Auto-generated TypeScript types from your schema. Zero drift.

sanity typegen generate

Visual Editing

Overlay-based in-context editing powered by Presentation Tool.

schema.tsconfig.tsqueries.ts
export const article = defineType({
  name: 'article',
  type: 'document',
  fields: [
    defineField({ name: 'title', type: 'string' }),
    defineField({ name: 'body', type: 'blockContent' }),
  ]
})
StudioPublished 2 min ago
Title
Author
Published at
Tags
Body
Preview

Sanity Studio

Studio Product Hero Scetion

Build exactly the CMS your team needs with code-first schema and a configurable React workspace.

Ready to get started?

Join tens of thousands of developers and teams building with structured content.