summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-07-09 15:46:53 -0400
committerJay V <[email protected]>2025-07-09 15:46:57 -0400
commitfebecc348a9cce54938a705886fe00c0b85232f9 (patch)
treedf1fc8b2c60743022433679f837e007c5c1c6fb7 /packages/web/src/content/docs
parentc5ccfc3e947f7b983efa0d0984acf150507e1091 (diff)
downloadopencode-febecc348a9cce54938a705886fe00c0b85232f9.tar.gz
opencode-febecc348a9cce54938a705886fe00c0b85232f9.zip
docs: enterprise doc
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/docs/enterprise.mdx63
1 files changed, 63 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/docs/enterprise.mdx b/packages/web/src/content/docs/docs/enterprise.mdx
new file mode 100644
index 000000000..a493dd8a4
--- /dev/null
+++ b/packages/web/src/content/docs/docs/enterprise.mdx
@@ -0,0 +1,63 @@
+---
+title: Enterprise
+description: Using opencode in your organization.
+---
+
+opencode does not store any of your code or context data. This makes it easy for
+you to use opencode at your organization.
+
+To get started, we recommend:
+
+1. Do a trial internally with your team.
+2. [**Contact us**](mailto:[email protected]) to discuss pricing and implementation options.
+
+---
+
+## Trial
+
+Since opencode is open source and does not store any of your code or context data, your developers can simply [get started](/docs/) and carry out a trial.
+
+---
+
+### Data handling
+
+**opencode does not store your code or context data.** All processing happens locally or through direct API calls to your AI provider.
+
+The only caveat here is the optional `/share` feature that must be manually enabled.
+
+---
+
+#### Sharing conversations
+
+If a user enables the `/share` feature, the conversation and the data associated with it are sent to the service we use to host these shares pages at opencode.ai.
+
+The data is currently served through our CDN's edge network, and is cached on the edge near your users.
+
+---
+
+### Code ownership
+
+**You own all code produced by opencode.** There are no licensing restrictions or ownership claims.
+
+---
+
+## Deployment
+
+Once you have completed your trial and you are ready to self-host opencode at
+your organization, you can [**contact us**](mailto:[email protected]) to discuss
+pricing and implementation options.
+
+---
+
+### SSO
+
+SSO integration can be implemented for enterprise deployments after your trial. Currently users manage and configure individual API keys locally.
+
+This can be switched to a centralized authentication system that your organization uses.
+
+---
+
+### Self-hosting
+
+The share feature can be self-hosted and the share pages can be made accessible
+only after the user has been authenticated.