|
1 | 1 | # Enterprise Features
|
2 | 2 |
|
3 | 3 | Coder is free to use and includes some features that are only accessible with a paid license.
|
4 |
| -Contact sales@coder.com to obtain a license. |
5 |
| - |
6 |
| -### User Management |
7 |
| - |
8 |
| -- [Groups](./admin/groups.md) |
9 |
| -- [Template RBAC](./admin/rbac.md) |
10 |
| -- [SCIM](./admin/auth.md#scim) |
11 |
| - |
12 |
| -### Networking & Deployment |
13 |
| - |
14 |
| -- [High Availability](./admin/high-availability.md) |
15 |
| -- [Browser Only Connections](./networking.md#browser-only-connections) |
16 |
| -- [Service Banners](./admin/service-banners.md) |
17 |
| - |
18 |
| -### Other |
19 |
| - |
20 |
| -- [Audit Logging](./admin/audit-logs.md) |
21 |
| -- [Quotas](./admin/quotas.md) |
22 |
| - |
23 |
| -### Coming soon |
24 |
| - |
25 |
| -- Multiple Git Provider Authentication |
26 |
| -- Max Workspace Auto-Stop |
| 4 | +[Contact Sales](https://coder.com/contact) for pricing or [get a free |
| 5 | +trial](https://coder.com/trial). |
| 6 | + |
| 7 | +| Category | Feature | Open Source | Enterprise | |
| 8 | +| --------------- | --------------------------------------------------------------------------- | :------------: | :--------: | |
| 9 | +| User Management | [Groups](./admin/groups.md) | | X | |
| 10 | +| User Management | [OIDC](./admin/auth.md) | X<sup>\*</sup> | X | |
| 11 | +| User Management | [SCIM](./admin/auth.md#scim) | | X | |
| 12 | +| Governance | [Audit Logging](./admin/audit-logs.md) | | X | |
| 13 | +| Governance | [Browser Only Connections](./networking.md#browser-only-connections) | | X | |
| 14 | +| Governance | [Template Access Control](./admin/rbac.md) | | X | |
| 15 | +| Cost Control | [Quotas](./admin/quotas.md) | | X | |
| 16 | +| Cost Control | [Max Workspace Auto-Stop](./templates.md#configure-max-workspace-auto-stop) | | X | |
| 17 | +| Deployment | [High Availability](./admin/high-availability.md) | | X | |
| 18 | +| Deployment | [Service Banners](./admin/service-banners.md) | | X | |
| 19 | +| Deployment | [Git Provider Integration](./admin/git-providers.md) | X<sup>\*</sup> | X | |
| 20 | +| Deployment | Isolated Terraform Runners | | X | |
| 21 | + |
| 22 | +<sup>\*</sup> Free for up to 20 users |
27 | 23 |
|
28 | 24 | ## Adding your license key
|
29 | 25 |
|
30 | 26 | ### Requirements
|
31 | 27 |
|
32 |
| -- Your license key (contact sales@coder.com if you don't have yours) |
| 28 | +- Your license key |
33 | 29 | - Coder CLI installed
|
34 | 30 |
|
35 | 31 | ### Instructions
|
|
0 commit comments