## Set up the FactSet connector

Configure the FactSet connector in [AI Studio](https://app.writer.com/aistudio) under **Connectors & Tools**. The FactSet connector requires organization-managed OAuth authentication with private key JWT authentication method.

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

### Create a FactSet OAuth application

Create an OAuth 2.0 application in FactSet:

1. Contact FactSet to enable OAuth 2.0 access for your account
2. Configure your OAuth application with FactSet and grant access to the [required OAuth scopes](https://dev.writer.com/connectors/factset#required-oauth-scopes)
3. Generate a private key for JWT authentication
4. Add the Writer redirect URI if required by FactSet
5. Note your client ID and authentication credentials

For detailed instructions, see [FactSet’s OAuth 2.0 documentation](https://developer.factset.com/learn/authentication-oauth2).

#### Required OAuth scopes

- `api|content/eventsandtranscripts/v2` \- Access events and transcripts
- `api|content/fundamentals` \- Access fundamental financial data
- `api|content/estimates` \- Access estimates and forecasts

OAuth scopes are fixed per connector and cannot be customized based on enabled tools. When users authorize the FactSet connector, they will grant all the scopes listed above, even if you disable certain tools in AI Studio.

### Configure the connector in AI Studio

After creating your FactSet OAuth application:

1. Navigate to **Connectors & Tools** in [AI Studio](https://app.writer.com/aistudio)
2. Select the FactSet 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
7. Upload or configure your private key for JWT authentication
8. 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
