This is a submission for the Sanity Challenge, Path One: Ship an Agent That Queries Real Content
What I Built
A Sanity-backed content workspace set up as a monorepo with a Studio in studio/ and a Next.js app in web/. The project uses Sanity project nm0snmwo, organization ona08dfkw, and the public production dataset as the source of truth for structured content.
Demo
- Project: https://www.sanity.io/organizations/ona08dfkw/project/nm0snmwo/getting-started
- Datasets: https://www.sanity.io/organizations/ona08dfkw/project/nm0snmwo/datasets?name=production
Code
The workspace is scaffolded with:
npm create sanity@latest -- --project nm0snmwo --dataset production --template clean --typescript --output-path studio
That creates the Studio in studio/ and leaves room for the app in web/.
How I Used Sanity
I used Sanity as the source of truth for structured content. The setup points the app at the public production dataset, which lets an agent query real content instead of relying on prompt-only context. The project page and dataset page are the canonical references for the workspace.
Sanity Project Details
- Project ID:
nm0snmwo - Organization ID:
ona08dfkw - Dataset:
production(public)
Agent Session
Optional and not included in this draft.
Top comments (0)