Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions docs/enterprise-starter.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Enterprise Starter

<p className="subtitle">Learn about the Enterprise Starter plan tailored for teams and individuals.</p>

<Callout type="info">Enterprise Starter is available for Sourcegraph versions 6.0+ and supports VS Code, JetBrains, Cody Web.</Callout>

The Enterprise Starter plan offers a multi-tenant Sourcegraph designed for small teams and individuals that require the same core features of a traditional Sourcegraph instance but with a simplified management experience. This plan provides a fully managed version of Sourcegraph (AI + code search + omnibox, with privately indexed code) through a self-serve flow.

## Team seats

The Enterprise Starter plan is priced at **$19 per month per seat**. You can add or remove team members at any time. Existing Cody Pro users can also sign up for the Enterprise Starter by paying $19 per seat. However, their Cody Pro subscription will neither be upgraded nor canceled. Instead, they will have two live subscriptions.

## Enterprise Starter team roles

The Enterprise Starter plan includes the following team-level roles:

- **Admin**: Has full access to the workspace, including the ability to manage users, billing, and settings
- **Member**: Can access repositories in the workspace and can experience the supported features

## Billing

Workspaces on the Enterprise Starter plan are billed monthly based on the number of team seats purchased. In case of overdue or failing payment, there is a grace period during which the workspace admins will receive a daily notification to complete the transaction.

## Features supported

The Enterprise Starter plan supports a variety of AI and search-based features like:

| **AI features** | **Code Search** | **Deployment** | **Management** | **Support** |
| ---------------------------------------- | ------------------------------ | ---------------------- | --------------------------------------------------------- | ------------------------- |
| Unlimited autocomplete and chat messages | Indexed Code Search | Multi-tenant cloud | Simplified admin experience with UI-based repo-management | Support with limited SLAs |
| Powerful LLM models for chat | Indexed Symbol Search | Private workspace | User management | - |
| Omnibox intent detection | Searched based code-navigation | Privately indexed code | GitHub code host integration | - |
| Cody integration | - | - | - | - |


<Callout type="note">We are actively working on bringing more features to Enterprise Starter. Stay tuned for updates!</Callout>

## Limits

Sourcegraph Enterprise Starter offers the following limits:

- Max 50 users per workspace
- Max 100 repos
- 5 GB of storage
- 1 GB storage per seat added
- 10 GB max total storage

## Workspace settings

After creating a new workspace, you can switch views between your personal and workspace accounts. Once you are in your workspace, you can configure the **Workspace settings**. These include options for:

- **General Settings**: Helps you configure how your workspace is described or accessed with options like workspace name, URL, and deleting the workspace
- **Users**: Manage permissions, assign seats, or invite new users
- **Billing**: Manage your monthly billing cycle for all your purchased seats
- **Repository Management**: A complete track and log of your connected repos with the storage used
- **User settings**: Navigates you to your personal account's settings

![workspace-settings](https://storage.googleapis.com/sourcegraph-assets/Docs/workspace-settings-125.jpg)

## Downgrading Enterprise Starter

To downgrade your Enterprise Starter, there are two options:

- Delete the workspace — this cancels the subscription, and you lose access to the workspace
- Cancel the workspace subscription from the **Billing** settings. This allows you to access the workspace until the end of the current billing period

Once access to your workspace is revoked, all your data and settings are permanently deleted.
Loading
Loading