llms.txt Content
# Sanity
> Sanity is the Content Operating System for the AI era. It gives teams a structured content backbone (Content Lake), a fully customizable editing environment (Sanity Studio), and APIs that power everything from websites to AI agents. Model content around how your business actually works, automate the repetitive stuff, and deliver to any channel from a single source of truth.
## Docs
- [Manage Sanity with code](https://www.sanity.io/docs/blueprints)
- [Introduction](https://www.sanity.io/docs/blueprints-introduction): Learn what Blueprints are, how they work, and how to get started.
- [Project layout and monorepos](https://www.sanity.io/docs/blueprints/project-layout-and-monorepos): Lay out a Sanity project so Blueprints, Functions, and your application code coexist cleanly in monorepos.
- [Promote a stack](https://www.sanity.io/docs/blueprints/promote-stack-to-organization-scope): Learn how to promote an existing project-scoped blueprint stack to organization scope to unlock scheduled functions.
- [Deploy from CI](https://www.sanity.io/docs/blueprints/deploy-blueprints-from-ci): How to deploy your Blueprint automatically from any CI system using a deploy token and environment variables.
- [Deploy with GitHub Actions](https://www.sanity.io/docs/blueprints/blueprint-action): Use the official action to deploy your blueprints with GitHub Actions.
- [Define a webhook](https://www.sanity.io/docs/blueprints/blueprints-webhook): Blueprints allow you to define and manage your webhooks in code, then deploy them in a predictable manner.
- [Define a CORS origin](https://www.sanity.io/docs/blueprints/blueprints-cors): Blueprints allow you to define and manage your CORS origins in code, then deploy them in a predictable manner.
- [Define a robot token](https://www.sanity.io/docs/blueprints/blueprints-robot-tokens): Blueprints allow you to create robot tokens alongside other resources for use in the blueprint.
- [Define a custom role](https://www.sanity.io/docs/bluepr