diff --git a/docs/my-website/docs/proxy/ui.md b/docs/my-website/docs/proxy/ui.md index 520168983..3fd3871d6 100644 --- a/docs/my-website/docs/proxy/ui.md +++ b/docs/my-website/docs/proxy/ui.md @@ -10,7 +10,7 @@ This is in beta, so things may change. If you have feedback, [let us know](https ::: -Allow your users to create, view their own keys through a UI +Create + delete keys through a UI @@ -18,7 +18,29 @@ Allow your users to create, view their own keys through a UI ## Quick Start -## 1. Setup SSO/Auth for UI +- Requires proxy master key to be set +- Requires db connected + +Follow [setup](./virtual_keys.md#setup) + +### 1. Start the proxy +```bash +litellm --config /path/to/config.yaml + +#INFO: Proxy running on http://0.0.0.0:8000 +``` + +### 2. Go to UI +```bash +http://0.0.0.0:8000/ui # /ui +``` + +### 3. Create Key + + + + +## Setup SSO/Auth for UI @@ -87,37 +109,4 @@ litellm --config proxy_config.yaml --port 4000 Your Proxy Swagger is available on the root of the Proxy: `http://localhost:4000/` - - - - - - - + \ No newline at end of file diff --git a/docs/my-website/img/litellm_ui_login.png b/docs/my-website/img/litellm_ui_login.png new file mode 100644 index 000000000..f66d0ccfc Binary files /dev/null and b/docs/my-website/img/litellm_ui_login.png differ