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

# Managing Your Connectors

> Set up and manage connectors on Core, Pro, and Enterprise plans. Centralized admin controls, scoped access, and audit tracking.

You can manage connectors so your team uses integrations in a consistent, secure way. What’s available depends on your plan:

* **Core and Pro**: Connector management is available in **collaborative workspaces**. The account admin sets up and manages connections for that workspace; builders can use them in apps within that workspace.
* **Enterprise**: Organization-wide connector management with advanced controls—custom OAuth clients, API key access controls, and bring-your-own keys.

## Key capabilities

* **Centralized management**: Admin sets up a service once; builders use it across apps in that workspace.
* **Visibility and audit**: See which apps and members use which services.
* **Per-app consent and revocation**: Revoke or rotate access without code changes.

**Enterprise only:**

* **Role-based access controls**: Scoped, least-privilege permissions and access controls on API keys.
* **Bring your own OAuth**: Use organization-owned OAuth clients with custom scopes.
* **Bring your own OpenAI key**: Use your own OpenAI API key instead of Replit’s default.

## How it works

<Steps>
  <Step title="Admin sets up a service">
    Admin sets up a service once using the credentials.
  </Step>

  <Step title="Admin approves access">
    Admin approves which groups can use the connector (Enterprise) or makes it available to the collaborative workspace (Core/Pro).
  </Step>

  <Step title="Builders use the connector">
    Members build with that service by asking Agent in apps within the workspace or org.
  </Step>

  <Step title="Admin monitors usage">
    Admins can monitor which members and apps use which services.
  </Step>
</Steps>

## Security and governance

* Credentials and tokens are managed by the platform, not stored in individual apps.
* Centralized revocation and rotation without code changes.
* Enterprise: scoped access with least-privilege permissions and optional custom OAuth configuration.

## Setup and management

### Enable new connectors

<Steps>
  <Step title="Navigate to Integrations">
    From your collaborative workspace (Core/Pro) or organization home (Enterprise), open the **Integrations** page.
  </Step>

  <Step title="Enable new connector">
    Select **Enable new connector** in the top right.
  </Step>

  <Step title="Select the service">
    Select the service you want to enable (e.g. Notion, GitHub, Google, Outlook, Dropbox, Salesforce).
  </Step>

  <Step title="Configure the connector">
    Enable the connector using the default configuration. On **Enterprise** only, you can create a custom OAuth connector (e.g. Drive scopes `.../auth/drive.file`, `.../auth/drive.install`).
  </Step>

  <Step title="Submit">
    Select **Submit**.
  </Step>
</Steps>

### Configure access (Enterprise)

1. After enabling a connector, select **Manage**.
2. Grant access to specific groups as needed.

### Modify connectors

* After enabling a connector, select **Manage**.
* Deleting a connector removes it for all builders in that workspace (Core/Pro) or organization (Enterprise).
* On Enterprise, you can edit scopes for custom OAuth connectors.

## Plan comparison

| Feature                         | Core (collaborative workspace) | Pro (collaborative workspace) | Enterprise   |
| ------------------------------- | ------------------------------ | ----------------------------- | ------------ |
| Enable and manage connectors    | ✓                              | ✓                             | ✓            |
| Scope                           | Workspace                      | Workspace                     | Organization |
| Create custom OAuth clients     | —                              | —                             | ✓            |
| Set access controls on API keys | —                              | —                             | ✓            |
| Bring your own OpenAI key       | —                              | —                             | ✓            |

### Bring your own OpenAI key (Enterprise)

Enterprise customers can use Connectors to bring their own OpenAI API key instead of Replit's default AI infrastructure. This lets you use existing OpenAI agreements and manage AI usage through your own account.

## What's next

Connector management is expanding to support:

* Webhook events for event-driven workflows
* Deeper admin experience with permissions, assignments, and analytics

## Related documentation

* [Workspaces](/core-concepts/workspaces): Understand Personal and Team Workspaces
* [Connectors overview](/replitai/integrations) — Learn about all integration types
* [Data Connectors](/replitai/warehouse-connectors) — Connect to BigQuery, Databricks, Snowflake, Segment, Amplitude, and Hex
