> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryprofound.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Sanity to Profound

## Prerequisites

Before connecting Sanity to Profound, ensure:

* You have a [Sanity.io](https://www.sanity.io) account with an active project
* You have **Editor** or **Administrator** permissions on the project
* You have generated an API token with write access

## Generate a Sanity API Token

1. Go to your [Sanity project management console](https://www.sanity.io/manage).
2. Select your project.
3. Navigate to **API → Tokens**.
4. Click **Add API token**.
5. Give the token a descriptive name (e.g., "Profound Integration").
6. Set the permissions to **Editor** (minimum required).
7. Click **Save** and copy the token.

<Callout icon="warning" color="#FF6B35">
  **Important:** Copy the token immediately — it won't be shown again. Store it securely.
</Callout>

## Find Your Project ID

Your Project ID is displayed at the top of your project's management console, or in the URL: `https://www.sanity.io/manage/project/<project-id>`.

## Connect Your Account

1. In Profound, go to **Account → Integrations → Sanity**.
2. Click **Connect account**.
3. Enter your **API Token** and **Project ID**.
4. Click **Save**.

Once connected, Sanity will appear as an available integration and can be selected inside Agents.

<Note>
  Profound requires a token with **Editor** permissions at minimum. Tokens with read-only (Viewer) access will not work for creating or updating documents.
</Note>
