# Sourcegraph Enterprise Portal

Sourcegraph Enterprise Portal is the service for viewing your enterprise subscription and managing user access to Sourcegraph operated services.

<QuickLinks>
	<QuickLink
		title="Sourcegraph Enterprise Portal"
		href="https://enterprise-portal.sourcegraph.com"
		description="Open Enterprise Portal"
		icon="theming"
	/>
</QuickLinks>

## Accessing Sourcegraph Enterprise Portal

A [Sourcegraph Account](/sourcegraph-accounts) is required to access Sourcegraph Enterprise Portal. To manage a subscription a user must be added as a **Subscription admin** for the subscription.

![Sourcegraph Enterprise Portal subscription](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-manage.png)

## Subscription admin management

A subscription admin is a user with full access to the subscription in Enterprise Portal. Subscription admins can grant and revoke admin access to other users.

![Sourcegraph Enterprise Portal admin management](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-admins.png)

Users can be invited individually or in bulk. If there is no [Sourcegraph Account](/sourcegraph-accounts) associated with an invited user's email address an account will be created for them. Newly created users are sent an email with instructions to reset their password to access Enterprise Portal.

## Services

### Sourcegraph Analytics access

Subscription admins can view [Sourcegraph Analytics](/analytics) for the subscription.

![Sourcegraph Enterprise Portal analytics](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-analytics.png)

## Credits

Subscription admins can view credit balances and rates for metered services, including [Deep Search](/deep-search) and [Agentic Batch Changes](/agentic-batch-changes), on the **Credits** page. This replaces the former Deep Search usage monitoring page and shows subscription-wide consumption, not an individual user's usage.

1. [Sign in to Enterprise Portal](#accessing-sourcegraph-enterprise-portal) as a subscription admin.
2. Select your subscription.
3. Select **Credits** in the subscription navigation.

### Credit balances

A **credit bucket** is a pool of credits with its own allocation and validity period. Under **Active credit buckets**, the summary shows:

- **Allocated**: Total credits allocated across currently active buckets.
- **Consumed**: Credits used from those buckets.
- **Remaining**: Unused credits summed across those buckets. Consumption beyond a bucket's allocation is shown separately as **over allocated**, rather than subtracted from another bucket's remaining credits.

Expired buckets and buckets whose start date is in the future are excluded. These figures describe active allocations, not all-time usage or usage during a selectable date range.

The table lists each active bucket's **Name**, **Credits** consumed out of its total, **Start** date, and **Expires** date. Buckets that have used their allocation are marked **Depleted**. Dates are displayed in UTC. If there are no active buckets, the page displays **No active credit buckets**.

If your subscription has an uncapped overage bucket, its row shows consumption out of **∞**. These buckets are excluded from the numeric summary totals; **Allocated** displays **+ unlimited bucket** to indicate their presence.

### Credit rates and purchasing

The **Credit rates** table lists metered services and their **Credits per unit**. Check this table for current rates, Beta status, general availability dates, and any promotional notes. For the policy on when features begin consuming credits, see [credits and billing](/beta-and-experimental#credits-and-billing).

To purchase additional credits, contact [Sourcegraph support](mailto:support@sourcegraph.com). Enterprise Portal does not offer self-service credit purchases.

### Detailed usage and limits

For a more detailed credit usage breakdown, follow the **Sourcegraph Analytics** link on the Credits page when available. See [Sourcegraph Analytics](/analytics#enablement-instructions) for access requirements.

Credit balances are separate from administrator-configured usage limits. To control Deep Search usage, configure [entitlements](/admin/entitlements) or [role-based access control](/admin/access-control) on your Sourcegraph instance.

## Architecture

Learn about how Enterprise Portal fits into Sourcegraph in the [architecture overview](/admin/architecture#enterprise-portal).
