## Set up the Webflow connector

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

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

### 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
   ```

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

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](https://dev.writer.com/connectors/webflow#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](https://dev.writer.com/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](https://dev.writer.com/home/mcp-gateway): Learn about Writer’s MCP gateway architecture
