diff options
| author | Frank <[email protected]> | 2025-10-17 02:23:45 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-17 02:23:45 -0400 |
| commit | b7c869041458b864aa036f384bb195352a96851d (patch) | |
| tree | faa5c8bcd6c2f4163040b99776f99b60ed62bc71 | |
| parent | c25b9bf65ab95fc948734ab85d2aacc3a372316b (diff) | |
| download | opencode-b7c869041458b864aa036f384bb195352a96851d.tar.gz opencode-b7c869041458b864aa036f384bb195352a96851d.zip | |
wip: zen
| -rw-r--r-- | packages/web/src/content/docs/zen.mdx | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx index 464bbfd52..5799bfbaa 100644 --- a/packages/web/src/content/docs/zen.mdx +++ b/packages/web/src/content/docs/zen.mdx @@ -132,6 +132,39 @@ All our models are hosted in the US. Our providers follow a zero-retention polic --- +## Features + +--- + +### Team management + +Invite teammates to your workspace and assign roles. + +Roles available: + +- Admin: Manage models, members, API keys, and billing +- Member: Manage only their own API keys + +Admins can also set monthly spending limits for each member to keep costs under control. + +--- + +### Model management + +Admins can enable or disable specific models for the workspace. Requests made to a disabled model will return an error. + +If you prefer not to use models that collect data, simply disable them. + +--- + +### Bring your own key + +You can use your own OpenAI or Anthropic API keys while still accessing other models in Zen. + +When you use your own keys, tokens are billed directly by the provider, not by Zen. + +--- + ## Goals We created OpenCode Zen to: |
