Free your team to do more of what they’re great at (and less busy work) with the AI assistant that works with structured content. Attach reusable AI instructions to fields and documents to supercharge your editorial workflow.
You create the instructions; Sanity AI Assist does the rest. Learn how to install, configure, and use AI Assist in the Sanity documentation.
Read the release announcement here.
Using this feature requires Sanity to send data to OpenAI.com for processing. It uses generative AI; you should verify the data before using it.
The @sanity/assist
package lives in the plugin directory.
Follow the instructions in the Sanity docs.
This version of the feature uses OpenAI.com as a third-party sub-processor. Sanity's security team has vetted their security posture, and approved for use.
To start the test studio run
npm run dev
or
SANITY_STUDIO_PROJECT_ID=<projectId> SANITY_STUDIO_DATASET=<dataset> npm run dev
The studio will hot-reload whenever the plugin code changes.
To use a custom API host for the plugin, set SANITY_STUDIO_PLUGIN_API_HOST
env variable.