diff --git a/docs/my-website/docs/enterprise.md b/docs/my-website/docs/enterprise.md index e72cc76abd..b1dda8769d 100644 --- a/docs/my-website/docs/enterprise.md +++ b/docs/my-website/docs/enterprise.md @@ -65,3 +65,14 @@ Professional Support can assist with LLM/Provider integrations, deployment, upgr ### What’s the cost of the Self-Managed Enterprise edition? Self-Managed Enterprise deployments require our team to understand your exact needs. [Get in touch with us to learn more](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat) + + +### How does deployment with Enterprise License work? + +You just deploy [our docker image](https://docs.litellm.ai/docs/proxy/deploy) and get an enterprise license key to add to your environment to unlock additional functionality (SSO, Prometheus metrics, etc.). + +```env +LITELLM_LICENSE="eyJ..." +``` + +No data leaves your environment. \ No newline at end of file