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

# Scoping Connectors

> Scope what each connector can do: which of its actions and events are available.

A [Connector Profile](/gateway/concepts/connector-profiles) holds the credentials and config for one connector in a [project](/gateway/concepts/organizations-and-projects). It's how you control which actions a connector exposes and how end-users link their accounts.

<Note>
  This assumes you already have a connector profile. To create one, follow the [Quickstart](/gateway/quickstart) or pick a connector in [Connectors](/connectors/introduction), then return here.
</Note>

## Enable or disable actions

Scope a profile to just the actions your app uses. This limits what every linked account on the profile can do and keeps the OAuth consent screen focused.

<Steps>
  <Step title="Open the profile">
    Go to [Connector Profiles](https://app.stackone.com/connector_profiles) and open the profile you want to scope.
  </Step>

  <Step title="Open the Actions tab">
    Each action has a toggle showing whether it's enabled for this profile.
  </Step>

  <Step title="Toggle actions on or off">
    Enable only the actions your app calls and disable the rest. We recommend starting with a few read actions, then enabling more as you need them.
  </Step>

  <Step title="Save">
    Save the profile. Changes apply to every linked account on it.
  </Step>
</Steps>

## Enable or disable events

The **Events** tab lists every event this connector can emit. Toggle the events you want, and pick which webhook each one fires to from the dropdown alongside it. Create the webhook first. See [Webhooks](/connect/webhooks) for the model and the difference between programmatic and manual events.

<Frame>
  <img src="https://mintcdn.com/stackone-60/sBNqLbWJU6Bl_z0G/images/connector-profiles/events-tab-okta.png?fit=max&auto=format&n=sBNqLbWJU6Bl_z0G&q=85&s=a5927febea280447294aa3cd22c7a712" alt="Events tab on a connector profile, showing per-event toggles and webhook routing" width="2576" height="1491" data-path="images/connector-profiles/events-tab-okta.png" />
</Frame>

For connectors that use a single app-level webhook, a **Native Webhook URL** appears at the top of the form. Paste it into the connector's app configuration to start receiving events.

<Note>
  The Native Webhook URL is only generated **after the profile is saved**. Save, close, then reopen the profile from the list. The field will be populated.
</Note>
