From 14239e52226a601cdf82056957491e34b761f5dc Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 21:22:25 +0000 Subject: [PATCH 1/2] Add on-premises deployment documentation - Create comprehensive on-prem deployment documentation in settings section - Cover Kubernetes deployment, API key configuration, and enterprise features - Include security, compliance, and support information - Add to docs navigation in docs.json - Link to model configuration documentation Co-authored-by: Jay Hack --- docs/docs.json | 3 +- docs/settings/on-prem-deployment.mdx | 75 ++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 docs/settings/on-prem-deployment.mdx diff --git a/docs/docs.json b/docs/docs.json index 009a0b9bb..be1d9c4ac 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -46,7 +46,8 @@ "settings/agent-behavior", "settings/agent-permissions", "settings/team-roles", - "settings/trufflehog-integration" + "settings/trufflehog-integration", + "settings/on-prem-deployment" ] }, { diff --git a/docs/settings/on-prem-deployment.mdx b/docs/settings/on-prem-deployment.mdx new file mode 100644 index 000000000..2bafd46be --- /dev/null +++ b/docs/settings/on-prem-deployment.mdx @@ -0,0 +1,75 @@ +--- +title: "On-Premises Deployment" +description: "Deploy Codegen on your own infrastructure with complete control and security" +--- + +# On-Premises Deployment + +For organizations that require maximum control over their development environment, Codegen offers a comprehensive on-premises deployment solution. Run Codegen entirely within your own infrastructure while maintaining all the powerful AI-driven development capabilities that make your engineering teams 10x more productive. + +## Overview + +Our Kubernetes-native architecture ensures seamless integration with your existing infrastructure and security policies. With on-premises deployment, your code and data never leave your infrastructure, giving you complete sovereignty over your intellectual property. + +## Key Features + +### Kubernetes-Native Deployment +Deploy Codegen seamlessly on your existing Kubernetes clusters with our production-ready Helm charts and comprehensive deployment guides. + +### Your Own API Keys +Use your own API keys for AI models, ensuring complete control over your AI infrastructure costs and data flow. Configure multiple providers and models to suit your specific needs. + +Learn more about [API key configuration](/settings/model-configuration). + +### Complete Data Control +Your code and data never leave your infrastructure. Maintain complete sovereignty over your intellectual property while benefiting from Codegen's powerful development acceleration capabilities. + +### AWS Marketplace Ready +Coming soon: Deploy Codegen directly from AWS Marketplace with simplified billing and streamlined procurement processes for enterprise organizations. + +## Deployment Options + +### Flexible Infrastructure Support +Codegen on-premises supports a wide range of deployment scenarios, from single-cluster installations to multi-region, high-availability configurations. Our solution is designed to work with your existing security policies, network configurations, and operational procedures. + +- Private cloud and on-premises Kubernetes clusters +- Air-gapped environments with offline deployment support +- Multi-cluster and multi-region deployments +- Integration with existing CI/CD pipelines and security tools + +## Enterprise Only + +On-premises deployment is available exclusively as part of our Enterprise pricing tier. This ensures you receive the dedicated support, custom configuration assistance, and enterprise-grade SLAs necessary for successful on-premises deployments. + +Enterprise customers also receive: +- Priority support +- Custom integrations +- Dedicated customer success management +- Custom deployment plans tailored to your organization's specific requirements + +## Getting Started + +Ready to deploy Codegen on your own infrastructure? Contact our enterprise team to discuss your requirements and get started with a custom deployment plan. + + + Get in touch with our enterprise team to discuss your on-premises deployment requirements. + + +## Security and Compliance + +On-premises deployments maintain the same high security standards as our cloud offering: + +- End-to-end encryption for all data +- Comprehensive audit logging +- Integration with your existing security tools and policies +- Support for compliance requirements (SOC 2, GDPR, etc.) + +## Support + +Our enterprise team has extensive experience with on-premises deployments and can help you navigate the technical and business requirements for your specific use case. + +For technical support and deployment assistance, enterprise customers have access to: +- Dedicated support channels +- Custom deployment documentation +- Direct access to our engineering team +- Regular check-ins and optimization reviews From 4f3ce1f22d2d527d9d41f6438f725a873d68343c Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:17:55 +0000 Subject: [PATCH 2/2] Update on-prem docs per feedback - Shorten intro to 1 sentence and add enterprise-only Note with pricing link - Update deployment section to mention Docker, AMI, EKS options - Simplify API keys section to mention AWS Bedrock and Google Vertex - Convert AWS Marketplace info to Note format Co-authored-by: Jay Hack --- docs/settings/on-prem-deployment.mdx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/settings/on-prem-deployment.mdx b/docs/settings/on-prem-deployment.mdx index 2bafd46be..fac68b29a 100644 --- a/docs/settings/on-prem-deployment.mdx +++ b/docs/settings/on-prem-deployment.mdx @@ -5,7 +5,11 @@ description: "Deploy Codegen on your own infrastructure with complete control an # On-Premises Deployment -For organizations that require maximum control over their development environment, Codegen offers a comprehensive on-premises deployment solution. Run Codegen entirely within your own infrastructure while maintaining all the powerful AI-driven development capabilities that make your engineering teams 10x more productive. +Deploy Codegen on your own infrastructure with complete control over your data and development environment. + + +On-premises deployment is available exclusively for [Enterprise tier](https://codegen.com/pricing) customers. + ## Overview @@ -13,19 +17,22 @@ Our Kubernetes-native architecture ensures seamless integration with your existi ## Key Features -### Kubernetes-Native Deployment -Deploy Codegen seamlessly on your existing Kubernetes clusters with our production-ready Helm charts and comprehensive deployment guides. +### Flexible Deployment Options +Available for deployment as a Docker image, AMI, or on EKS - you can select your hardware and infrastructure to meet your specific requirements. ### Your Own API Keys -Use your own API keys for AI models, ensuring complete control over your AI infrastructure costs and data flow. Configure multiple providers and models to suit your specific needs. +Use your own model and API keys, including AWS Bedrock, Google Vertex AI, and other providers for complete control over your AI infrastructure. -Learn more about [API key configuration](/settings/model-configuration). +Learn more about [model configuration](/settings/model-configuration). ### Complete Data Control Your code and data never leave your infrastructure. Maintain complete sovereignty over your intellectual property while benefiting from Codegen's powerful development acceleration capabilities. ### AWS Marketplace Ready -Coming soon: Deploy Codegen directly from AWS Marketplace with simplified billing and streamlined procurement processes for enterprise organizations. + + +Coming soon: Deploy Codegen directly from AWS Marketplace with simplified billing and procurement. + ## Deployment Options