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

# Webflow connector

> Connect WRITER Agent to Webflow to manage sites, pages, and CMS content

This guide shows you how to configure the [Webflow](https://webflow.com/) connector for WRITER Agent. After setting up this connector, WRITER Agent can access your Webflow sites, pages, and CMS collections—enabling AI-driven content creation, updates, and site management.

## Set up the Webflow connector

Configure the Webflow connector in [AI Studio](https://app.writer.com/aistudio) under **Connectors & Tools**.

<Note>
  The Webflow connector only supports organization-managed OAuth. You must create your own Webflow OAuth application. Writer-managed OAuth is not available for Webflow.
</Note>

### Create a Webflow OAuth application

Create an OAuth application in the Webflow workspace settings:

1. Sign in to [Webflow](https://webflow.com/) and navigate to your workspace

2. Go to **Workspace settings** > **Apps & integrations**

3. Select the **Develop** tab and select **Create new app**

4. Enter your app name (for example, "Writer MCP Client") and a description

5. Add the Writer redirect URI to **Redirect URIs**:

   ```
   https://app.writer.com/mcp/oauth/callback
   ```

   <Note>
     If your organization is deployed in the EU, use `https://app.eu2.writer.com/mcp/oauth/callback` instead.
   </Note>

6. Under **Scopes**, select the permissions your agents need (for example, `sites:read`, `pages:read`, `pages:write`, `cms:read`, `cms:write`)

7. Select **Create app**

8. Copy the **Client ID** and **Client secret** for use in [AI Studio](#configure-the-connector-in-ai-studio)

For more information, see [Webflow's OAuth documentation](https://developers.webflow.com/data/reference/oauth-app).

### Configure the connector in AI Studio

After creating your Webflow OAuth application:

1. Navigate to **Connectors & Tools** in [AI Studio](https://app.writer.com/aistudio)
2. Select the Webflow connector
3. Select who has access by default (all users or specific teams)
4. Select the connection level: user level (each user authenticates their own account) or org level (shared connection to a single account)
5. Select which tools to enable for your agents
6. Enter your OAuth client ID and client secret
7. Complete the OAuth authorization flow

## Next steps

* [Set up connectors](https://support.writer.com/article/299-setting-up-connectors): Learn how to configure and enable connectors in AI Studio
* [Tool calling guide](/home/tool-calling): Understand how AI agents use tools in conversations
* [WRITER Agent guide](https://support.writer.com/article/293-how-to-use-action-agent): Learn how to use WRITER Agent with connected tools
* [MCP gateway overview](/home/mcp-gateway): Learn about Writer's MCP gateway architecture
