Configure connectors - Writer AI Studio

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

This page covers technical details about configuring connectors for your organization, including authentication setup, access control, and security considerations. Connectors enable WRITER Agent to access enterprise tools and custom APIs through Writer’s Model Context Protocol (MCP) gateway.Writer provides two types of connectors:

After you configure connectors in AI Studio, users in your organization can connect to them through WRITER Agent. For step-by-step connector configuration instructions, see Setting up connectors in the Writer Help Center.

MCP connectors are currently available for WRITER Agent. Connectors do not currently support Agent Builder, no-code agents, or API integrations.

How MCP gateway works

Writer’s MCP gateway sits between WRITER Agent and connector servers (both prebuilt and custom). This architecture provides centralized security, access control, and observability for enterprise deployments. All connector requests—whether prebuilt or custom—flow through the MCP gateway. Connector requests flow through the following steps:

  1. Client connection: WRITER Agent connects to Writer’s unified MCP server
  2. Request submission: WRITER Agent sends HTTP requests to the MCP gateway endpoint
  3. Authentication: The gateway validates user identity and permissions using your Writer organization’s access controls
  4. Request routing: Authenticated requests are routed to the appropriate partner MCP server
  5. Response delivery: Results are returned to the agent through the secure channel

Partner MCP Server(Slack, Google, etc.) Access Control(Organization/Team/User) MCP Gateway(Writer) WRITER Agent Partner MCP Server(Slack, Google, etc.) Access Control(Organization/Team/User) MCP Gateway(Writer) WRITER Agent Request tools/execute action Validate user identity & permissions User authorized ✓ Forward authenticated request Return results Deliver response

Available connectors

Writer provides two types of connectors: prebuilt connectors for popular enterprise tools and custom connectors you create from OpenAPI specifications or MCP servers.

Prebuilt connectors

Prebuilt connectors are ready-to-use integrations maintained by Writer. These connectors provide access to popular enterprise tools with pre-configured authentication and tool definitions.

Connector Auth type Managed by Connector docs
Adobe Experience Manager OAuth 2.0 Adobe-managed View docs
Asana OAuth 2.0 Writer or organization-managed View docs
Atlassian OAuth 2.0 Atlassian-managed View docs
Contentful OAuth 2.0 Contentful-managed View docs
Databricks API key Organization-managed View docs
FactSet OAuth 2.0 Organization-managed View docs
Gmail OAuth 2.0 Organization-managed View docs
Gong API key Organization-managed View docs
Google BigQuery OAuth 2.0 Organization-managed View docs
Google Calendar OAuth 2.0 Organization-managed View docs
Google Docs OAuth 2.0 Organization-managed View docs
Google Drive OAuth 2.0 Organization-managed View docs
Google Sheets OAuth 2.0 Organization-managed View docs
HubSpot OAuth 2.0 Writer or organization-managed View docs
Microsoft Calendar OAuth 2.0 Writer or organization-managed View docs
Microsoft OneDrive OAuth 2.0 Writer or organization-managed View docs
Microsoft Outlook OAuth 2.0 Writer or organization-managed View docs
Microsoft SharePoint OAuth 2.0 Writer or organization-managed View docs
Microsoft Teams OAuth 2.0 Writer or organization-managed View docs
PitchBook API key Organization-managed View docs
Salesforce OAuth 2.0 Writer or organization-managed View docs
Semrush OAuth 2.0 Semrush-managed View docs
Slack OAuth 2.0 Writer or organization-managed View docs
Snowflake OAuth 2.0 Organization-managed View docs

Custom connectors

Custom connectors let you integrate WRITER Agent with any API that has an OpenAPI specification or any external MCP server. Use custom connectors to connect to internal tools, proprietary systems, or third-party services not available as prebuilt connectors. Once created, custom connectors are configured and managed in AI Studio the same way as prebuilt connectors. You control authentication, access permissions, and which tools are enabled for users and teams. For step-by-step instructions on creating custom connectors, see Custom connectors.

Set up connectors

Connector setup happens in AI Studio under Connectors & Tools. The setup process differs slightly between connector types:

The sections below cover the technical authentication requirements for configuring connectors.

Set up connector authentication

Both prebuilt and custom connectors support OAuth 2.0 and API key authentication. The type of authentication depends on the third-party service, and the connector configuration flow in AI Studio guides you through the required setup. OAuth 2.0 connectors:

API key connectors:

Set up OAuth

OAuth connectors support three possible authentication options in AI Studio:

WRITER-managed OAuth (prebuilt connectors only):

Organization-managed OAuth (prebuilt and custom connectors):

Dynamic client registration (Adobe Experience Manager, Atlassian, Contentful, and Semrush):

OAuth connection levels

When configuring an OAuth connector, you choose whether to use user-level or org-level authentication:

User-level OAuth (most common):

Org-level OAuth:

With user-level OAuth, administrators set up the connector configuration (OAuth app credentials, enabled tools, access permissions), but the actual OAuth authentication happens later when each user first uses the connector. With org-level OAuth, administrators complete the OAuth authentication during the initial connector setup.

Create OAuth applications for organization-managed authentication

If you choose organization-managed OAuth, or if using a connector that requires it, you need to create an OAuth application with the provider:

  1. Follow the provider’s documentation to create an OAuth application. View prebuilt connectors for links to provider documentation.
  2. Add the following Writer redirect URI to the list of allowed redirect URIs in your OAuth application’s settings:
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.

  1. Copy the client ID and client secret for use in AI Studio

The gateway uses this redirect URI to receive authorization codes from third-party services after users grant permission.

Required OAuth scopes

Each connector requires specific OAuth scopes to access third-party APIs. The connector configuration interface in AI Studio displays the required scopes when you configure a connector.

Some connectors require extensive OAuth scopes during authentication. This is because connectors often provide multiple tools with broad functionality across the integrated service. For example, a connector for a productivity service might include tools to:

Each of these capabilities requires corresponding OAuth scopes from the provider. Connectors use either dynamic or fixed OAuth scopes. For details on how scopes work and which connectors support dynamic scopes, see OAuth scopes.

Manage access control and permissions

Organization and IT administrators can control which users have access to connectors and configure granular permissions for connector functionality.

Configure connector availability

Connectors can be made available to users in two ways:

This access control model allows organizations to gradually roll out connectors or restrict sensitive integrations to specific teams.

Role-based administration

By default, only users with Org Admin and IT Admin roles can configure and manage connectors. These permissions can be adjusted through the roles and permissions settings in AI Studio to delegate connector management to other roles if needed.

Tool-level granular control

Within each connector, administrators can selectively enable specific tools rather than activating all available functionality. This provides fine-grained control over what actions AI agents can perform through each connector. For example, you might enable read-only tools for a connector while disabling tools that modify or delete data.

Revoke connector access

Administrators and users can revoke connector access at multiple levels:

Revoke individual user access:

Revoke team or organization access:

Revoke specific tool permissions:

Private endpoints

A private endpoint is a network path between Writer’s MCP gateway and a service in your VPC. Instead of sending connector traffic over the public internet, Writer connects through AWS PrivateLink or GCP Private Service Connect so requests stay on your cloud provider’s private network. Register private endpoints in AI Studio under Connectors & Tools > Private endpoints. After you register an endpoint, attach it when you configure a connector so WRITER Agent uses that path for that connector’s requests. For cloud provider setup, registration, and how to enable an endpoint on a connector, see Private endpoints.

For prebuilt connectors, contact your customer success manager to enable private endpoints. You can enable private endpoints on custom connectors during connector setup in AI Studio.

Whitelist IP addresses

If your organization’s firewall or network policies restrict connections from third-party services, add Writer’s MCP Gateway static egress IP addresses to your allowlist. All outbound traffic from prebuilt and custom connectors originates from the following static IP addresses:

Show static egress IP addresses

IP address
136.114.152.14
136.114.183.118
136.114.77.197
136.116.231.122
34.10.120.41
34.132.102.189
34.132.239.48
34.136.80.118
34.136.9.195
34.30.77.246
34.41.53.121
34.56.164.176
34.58.72.208
34.63.201.5
34.68.86.48
35.225.95.201

IP addresses are subject to change. Last updated March 10, 2026.

Connect as an end user

After administrators configure connectors in AI Studio, end users interact with them through conversation in WRITER Agent.

User-level and org-level OAuth

Connectors can be configured with different OAuth authentication levels, which affects how users connect:

User-level OAuth (most common):

Org-level OAuth (shared connection):

Most connectors use user-level OAuth where each person connects their own account. When a connector is configured with user-level OAuth, users must authenticate individually before using it.

How users interact with connectors

To use a connector, ask WRITER Agent for what you need in everyday language, such as “Summarize unread emails” or “Find messages in Slack.” If access is needed, the agent prompts you to connect your account. After you’re connected, you can keep making requests the same way—no special steps or commands required. Example interactions:

Using Gmail:

User: "Summarize my unread emails from this week"
Agent: [If not connected] "I need access to your Gmail to help with that. Please connect your Gmail account to continue."
      [Shows authentication button]

User: [Clicks to authenticate, completes OAuth flow]

Agent: "Thanks! I can now access your Gmail. Here's a summary of your unread emails from this week..."

First-time connection flow

For connectors configured with user-level OAuth, users must authenticate their personal account the first time they use a connector:

  1. User makes a request: “Search Slack for messages about the budget”
  2. Authentication prompt: Agent responds: “I need access to your Slack workspace to search messages. Please connect your Slack account.”
  3. OAuth authorization: User clicks the authentication button and is redirected to Slack’s authorization page
  4. Permission consent: User reviews the permissions and approves access
  5. Return to conversation: User is redirected back to WRITER Agent
  6. Task completion: Agent automatically retries the original request: “I found 15 messages about the budget…”

For connectors configured with org-level OAuth, users can immediately use the connector without individual authentication since the administrator has already set up the shared connection.

Known limitations

OAuth token expiration

Some providers automatically expire OAuth tokens after periods of inactivity:

The MCP gateway automatically handles token refresh for active connections, but cannot refresh tokens that have been revoked due to inactivity.

OAuth scopes

OAuth scopes define the permissions a connector receives during authorization. Depending on the connector, the OAuth application requests scopes as either a fixed set or a dynamic set based on the tools you select during configuration.

Fixed scopes

With fixed-scope OAuth connectors, the OAuth application requests all scopes required for every available tool when you authorize the connector, regardless of which tools you enable or disable in your configuration.

Dynamic scopes

With dynamic-scope OAuth connectors, the OAuth application requests only the scopes needed for the tools you enable. The following connectors support dynamic OAuth scopes:

Next steps