[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-litellm-add-team":3,"mdc--p5yq53-key":34,"related-repo-litellm-add-team":613,"related-org-litellm-add-team":691},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"add-team","create new teams on LiteLLM proxy","Create a new team on a live LiteLLM proxy. Asks for team name, budget, and allowed models, then calls POST \u002Fteam\u002Fnew and shows the result. Use when the user wants to create a new team, set up team budgets, or configure model access for a team on the proxy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"litellm","LiteLLM","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Flitellm.png","BerriAI",[13,17,20],{"name":14,"slug":15,"type":16},"Management","management","tag",{"name":18,"slug":19,"type":16},"LLM","llm",{"name":21,"slug":22,"type":16},"AI Infrastructure","ai-infrastructure",66,"https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm-skills","2026-07-14T05:37:29.671894","MIT",8,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Agent Skills for managing live LiteLLM proxy deployments — users, teams, keys, orgs, models, MCP servers, agents","https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm-skills\u002Ftree\u002FHEAD\u002Fadd-team","---\nname: add-team\ndescription: \"Create a new team on a live LiteLLM proxy. Asks for team name, budget, and allowed models, then calls POST \u002Fteam\u002Fnew and shows the result. Use when the user wants to create a new team, set up team budgets, or configure model access for a team on the proxy.\"\nlicense: MIT\ncompatibility: Requires curl.\nmetadata:\n  author: BerriAI\n  version: \"1.0\"\nallowed-tools: Bash(curl:*)\n---\n\n# Add Team\n\nCreate a new team on a live LiteLLM proxy.\n\n## Setup\n\nAsk for these if not already known:\n```\nLITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n```\n\nAPI reference: https:\u002F\u002Flitellm.vercel.app\u002Fdocs\u002Fproxy\u002Fteam_based_routing\n\n## Ask the user\n\n1. **Team name** (required, becomes `team_alias`)\n2. **Max budget** (optional, e.g. `100.00`)\n3. **Allowed models** (optional, e.g. `gpt-4o, gpt-4o-mini`) — leave empty to allow all\n4. **TPM \u002F RPM limits** (optional)\n\n## Run\n\n```bash\nBASE=\"$LITELLM_BASE_URL\"\nKEY=\"$LITELLM_API_KEY\"\n\ncurl -s -X POST \"$BASE\u002Fteam\u002Fnew\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"team_alias\": \"\u003Cname>\",\n    \"max_budget\": \u003Cbudget_or_null>,\n    \"models\": [\u003Cmodels_or_empty>],\n    \"tpm_limit\": \u003Ctpm_or_null>,\n    \"rpm_limit\": \u003Crpm_or_null>\n  }'\n```\n\n## Verify\n\nConfirm the team was created:\n```bash\ncurl -s \"$BASE\u002Fteam\u002Finfo?team_id=\u003Cteam_id>\" \\\n  -H \"Authorization: Bearer $KEY\"\n```\n\n## Output\n\nShow the user:\n- `team_id` — they'll need this to generate keys for the team\n- `team_alias`, `max_budget`, `models`\n\nOn error:\n- **401** — check that `LITELLM_API_KEY` is a valid admin key\n- **400** — check required fields (team_alias is required)\n- Other errors — show `detail` and the likely fix\n",{"data":35,"body":40},{"name":4,"description":6,"license":26,"compatibility":36,"metadata":37,"allowed-tools":39},"Requires curl.",{"author":11,"version":38},"1.0","Bash(curl:*)",{"type":41,"children":42},"root",[43,51,57,64,69,82,95,101,169,175,436,442,447,509,515,520,558,563,607],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","Add Team",{"type":44,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Create a new team on a live LiteLLM proxy.",{"type":44,"tag":58,"props":59,"children":61},"h2",{"id":60},"setup",[62],{"type":49,"value":63},"Setup",{"type":44,"tag":52,"props":65,"children":66},{},[67],{"type":49,"value":68},"Ask for these if not already known:",{"type":44,"tag":70,"props":71,"children":75},"pre",{"className":72,"code":74,"language":49},[73],"language-text","LITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n",[76],{"type":44,"tag":77,"props":78,"children":80},"code",{"__ignoreMap":79},"",[81],{"type":49,"value":74},{"type":44,"tag":52,"props":83,"children":84},{},[85,87],{"type":49,"value":86},"API reference: ",{"type":44,"tag":88,"props":89,"children":93},"a",{"href":90,"rel":91},"https:\u002F\u002Flitellm.vercel.app\u002Fdocs\u002Fproxy\u002Fteam_based_routing",[92],"nofollow",[94],{"type":49,"value":90},{"type":44,"tag":58,"props":96,"children":98},{"id":97},"ask-the-user",[99],{"type":49,"value":100},"Ask the user",{"type":44,"tag":102,"props":103,"children":104},"ol",{},[105,125,142,159],{"type":44,"tag":106,"props":107,"children":108},"li",{},[109,115,117,123],{"type":44,"tag":110,"props":111,"children":112},"strong",{},[113],{"type":49,"value":114},"Team name",{"type":49,"value":116}," (required, becomes ",{"type":44,"tag":77,"props":118,"children":120},{"className":119},[],[121],{"type":49,"value":122},"team_alias",{"type":49,"value":124},")",{"type":44,"tag":106,"props":126,"children":127},{},[128,133,135,141],{"type":44,"tag":110,"props":129,"children":130},{},[131],{"type":49,"value":132},"Max budget",{"type":49,"value":134}," (optional, e.g. ",{"type":44,"tag":77,"props":136,"children":138},{"className":137},[],[139],{"type":49,"value":140},"100.00",{"type":49,"value":124},{"type":44,"tag":106,"props":143,"children":144},{},[145,150,151,157],{"type":44,"tag":110,"props":146,"children":147},{},[148],{"type":49,"value":149},"Allowed models",{"type":49,"value":134},{"type":44,"tag":77,"props":152,"children":154},{"className":153},[],[155],{"type":49,"value":156},"gpt-4o, gpt-4o-mini",{"type":49,"value":158},") — leave empty to allow all",{"type":44,"tag":106,"props":160,"children":161},{},[162,167],{"type":44,"tag":110,"props":163,"children":164},{},[165],{"type":49,"value":166},"TPM \u002F RPM limits",{"type":49,"value":168}," (optional)",{"type":44,"tag":58,"props":170,"children":172},{"id":171},"run",[173],{"type":49,"value":174},"Run",{"type":44,"tag":70,"props":176,"children":180},{"className":177,"code":178,"language":179,"meta":79,"style":79},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","BASE=\"$LITELLM_BASE_URL\"\nKEY=\"$LITELLM_API_KEY\"\n\ncurl -s -X POST \"$BASE\u002Fteam\u002Fnew\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"team_alias\": \"\u003Cname>\",\n    \"max_budget\": \u003Cbudget_or_null>,\n    \"models\": [\u003Cmodels_or_empty>],\n    \"tpm_limit\": \u003Ctpm_or_null>,\n    \"rpm_limit\": \u003Crpm_or_null>\n  }'\n","bash",[181],{"type":44,"tag":77,"props":182,"children":183},{"__ignoreMap":79},[184,217,243,253,303,334,359,378,386,395,404,413,422],{"type":44,"tag":185,"props":186,"children":189},"span",{"class":187,"line":188},"line",1,[190,196,202,207,212],{"type":44,"tag":185,"props":191,"children":193},{"style":192},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[194],{"type":49,"value":195},"BASE",{"type":44,"tag":185,"props":197,"children":199},{"style":198},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[200],{"type":49,"value":201},"=",{"type":44,"tag":185,"props":203,"children":204},{"style":198},[205],{"type":49,"value":206},"\"",{"type":44,"tag":185,"props":208,"children":209},{"style":192},[210],{"type":49,"value":211},"$LITELLM_BASE_URL",{"type":44,"tag":185,"props":213,"children":214},{"style":198},[215],{"type":49,"value":216},"\"\n",{"type":44,"tag":185,"props":218,"children":220},{"class":187,"line":219},2,[221,226,230,234,239],{"type":44,"tag":185,"props":222,"children":223},{"style":192},[224],{"type":49,"value":225},"KEY",{"type":44,"tag":185,"props":227,"children":228},{"style":198},[229],{"type":49,"value":201},{"type":44,"tag":185,"props":231,"children":232},{"style":198},[233],{"type":49,"value":206},{"type":44,"tag":185,"props":235,"children":236},{"style":192},[237],{"type":49,"value":238},"$LITELLM_API_KEY",{"type":44,"tag":185,"props":240,"children":241},{"style":198},[242],{"type":49,"value":216},{"type":44,"tag":185,"props":244,"children":246},{"class":187,"line":245},3,[247],{"type":44,"tag":185,"props":248,"children":250},{"emptyLinePlaceholder":249},true,[251],{"type":49,"value":252},"\n",{"type":44,"tag":185,"props":254,"children":256},{"class":187,"line":255},4,[257,263,269,274,279,284,289,294,298],{"type":44,"tag":185,"props":258,"children":260},{"style":259},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[261],{"type":49,"value":262},"curl",{"type":44,"tag":185,"props":264,"children":266},{"style":265},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[267],{"type":49,"value":268}," -s",{"type":44,"tag":185,"props":270,"children":271},{"style":265},[272],{"type":49,"value":273}," -X",{"type":44,"tag":185,"props":275,"children":276},{"style":265},[277],{"type":49,"value":278}," POST",{"type":44,"tag":185,"props":280,"children":281},{"style":198},[282],{"type":49,"value":283}," \"",{"type":44,"tag":185,"props":285,"children":286},{"style":192},[287],{"type":49,"value":288},"$BASE",{"type":44,"tag":185,"props":290,"children":291},{"style":265},[292],{"type":49,"value":293},"\u002Fteam\u002Fnew",{"type":44,"tag":185,"props":295,"children":296},{"style":198},[297],{"type":49,"value":206},{"type":44,"tag":185,"props":299,"children":300},{"style":192},[301],{"type":49,"value":302}," \\\n",{"type":44,"tag":185,"props":304,"children":306},{"class":187,"line":305},5,[307,312,316,321,326,330],{"type":44,"tag":185,"props":308,"children":309},{"style":265},[310],{"type":49,"value":311},"  -H",{"type":44,"tag":185,"props":313,"children":314},{"style":198},[315],{"type":49,"value":283},{"type":44,"tag":185,"props":317,"children":318},{"style":265},[319],{"type":49,"value":320},"Authorization: Bearer ",{"type":44,"tag":185,"props":322,"children":323},{"style":192},[324],{"type":49,"value":325},"$KEY",{"type":44,"tag":185,"props":327,"children":328},{"style":198},[329],{"type":49,"value":206},{"type":44,"tag":185,"props":331,"children":332},{"style":192},[333],{"type":49,"value":302},{"type":44,"tag":185,"props":335,"children":337},{"class":187,"line":336},6,[338,342,346,351,355],{"type":44,"tag":185,"props":339,"children":340},{"style":265},[341],{"type":49,"value":311},{"type":44,"tag":185,"props":343,"children":344},{"style":198},[345],{"type":49,"value":283},{"type":44,"tag":185,"props":347,"children":348},{"style":265},[349],{"type":49,"value":350},"Content-Type: application\u002Fjson",{"type":44,"tag":185,"props":352,"children":353},{"style":198},[354],{"type":49,"value":206},{"type":44,"tag":185,"props":356,"children":357},{"style":192},[358],{"type":49,"value":302},{"type":44,"tag":185,"props":360,"children":362},{"class":187,"line":361},7,[363,368,373],{"type":44,"tag":185,"props":364,"children":365},{"style":265},[366],{"type":49,"value":367},"  -d",{"type":44,"tag":185,"props":369,"children":370},{"style":198},[371],{"type":49,"value":372}," '",{"type":44,"tag":185,"props":374,"children":375},{"style":265},[376],{"type":49,"value":377},"{\n",{"type":44,"tag":185,"props":379,"children":380},{"class":187,"line":27},[381],{"type":44,"tag":185,"props":382,"children":383},{"style":265},[384],{"type":49,"value":385},"    \"team_alias\": \"\u003Cname>\",\n",{"type":44,"tag":185,"props":387,"children":389},{"class":187,"line":388},9,[390],{"type":44,"tag":185,"props":391,"children":392},{"style":265},[393],{"type":49,"value":394},"    \"max_budget\": \u003Cbudget_or_null>,\n",{"type":44,"tag":185,"props":396,"children":398},{"class":187,"line":397},10,[399],{"type":44,"tag":185,"props":400,"children":401},{"style":265},[402],{"type":49,"value":403},"    \"models\": [\u003Cmodels_or_empty>],\n",{"type":44,"tag":185,"props":405,"children":407},{"class":187,"line":406},11,[408],{"type":44,"tag":185,"props":409,"children":410},{"style":265},[411],{"type":49,"value":412},"    \"tpm_limit\": \u003Ctpm_or_null>,\n",{"type":44,"tag":185,"props":414,"children":416},{"class":187,"line":415},12,[417],{"type":44,"tag":185,"props":418,"children":419},{"style":265},[420],{"type":49,"value":421},"    \"rpm_limit\": \u003Crpm_or_null>\n",{"type":44,"tag":185,"props":423,"children":425},{"class":187,"line":424},13,[426,431],{"type":44,"tag":185,"props":427,"children":428},{"style":265},[429],{"type":49,"value":430},"  }",{"type":44,"tag":185,"props":432,"children":433},{"style":198},[434],{"type":49,"value":435},"'\n",{"type":44,"tag":58,"props":437,"children":439},{"id":438},"verify",[440],{"type":49,"value":441},"Verify",{"type":44,"tag":52,"props":443,"children":444},{},[445],{"type":49,"value":446},"Confirm the team was created:",{"type":44,"tag":70,"props":448,"children":450},{"className":177,"code":449,"language":179,"meta":79,"style":79},"curl -s \"$BASE\u002Fteam\u002Finfo?team_id=\u003Cteam_id>\" \\\n  -H \"Authorization: Bearer $KEY\"\n",[451],{"type":44,"tag":77,"props":452,"children":453},{"__ignoreMap":79},[454,486],{"type":44,"tag":185,"props":455,"children":456},{"class":187,"line":188},[457,461,465,469,473,478,482],{"type":44,"tag":185,"props":458,"children":459},{"style":259},[460],{"type":49,"value":262},{"type":44,"tag":185,"props":462,"children":463},{"style":265},[464],{"type":49,"value":268},{"type":44,"tag":185,"props":466,"children":467},{"style":198},[468],{"type":49,"value":283},{"type":44,"tag":185,"props":470,"children":471},{"style":192},[472],{"type":49,"value":288},{"type":44,"tag":185,"props":474,"children":475},{"style":265},[476],{"type":49,"value":477},"\u002Fteam\u002Finfo?team_id=\u003Cteam_id>",{"type":44,"tag":185,"props":479,"children":480},{"style":198},[481],{"type":49,"value":206},{"type":44,"tag":185,"props":483,"children":484},{"style":192},[485],{"type":49,"value":302},{"type":44,"tag":185,"props":487,"children":488},{"class":187,"line":219},[489,493,497,501,505],{"type":44,"tag":185,"props":490,"children":491},{"style":265},[492],{"type":49,"value":311},{"type":44,"tag":185,"props":494,"children":495},{"style":198},[496],{"type":49,"value":283},{"type":44,"tag":185,"props":498,"children":499},{"style":265},[500],{"type":49,"value":320},{"type":44,"tag":185,"props":502,"children":503},{"style":192},[504],{"type":49,"value":325},{"type":44,"tag":185,"props":506,"children":507},{"style":198},[508],{"type":49,"value":216},{"type":44,"tag":58,"props":510,"children":512},{"id":511},"output",[513],{"type":49,"value":514},"Output",{"type":44,"tag":52,"props":516,"children":517},{},[518],{"type":49,"value":519},"Show the user:",{"type":44,"tag":521,"props":522,"children":523},"ul",{},[524,535],{"type":44,"tag":106,"props":525,"children":526},{},[527,533],{"type":44,"tag":77,"props":528,"children":530},{"className":529},[],[531],{"type":49,"value":532},"team_id",{"type":49,"value":534}," — they'll need this to generate keys for the team",{"type":44,"tag":106,"props":536,"children":537},{},[538,543,545,551,552],{"type":44,"tag":77,"props":539,"children":541},{"className":540},[],[542],{"type":49,"value":122},{"type":49,"value":544},", ",{"type":44,"tag":77,"props":546,"children":548},{"className":547},[],[549],{"type":49,"value":550},"max_budget",{"type":49,"value":544},{"type":44,"tag":77,"props":553,"children":555},{"className":554},[],[556],{"type":49,"value":557},"models",{"type":44,"tag":52,"props":559,"children":560},{},[561],{"type":49,"value":562},"On error:",{"type":44,"tag":521,"props":564,"children":565},{},[566,584,594],{"type":44,"tag":106,"props":567,"children":568},{},[569,574,576,582],{"type":44,"tag":110,"props":570,"children":571},{},[572],{"type":49,"value":573},"401",{"type":49,"value":575}," — check that ",{"type":44,"tag":77,"props":577,"children":579},{"className":578},[],[580],{"type":49,"value":581},"LITELLM_API_KEY",{"type":49,"value":583}," is a valid admin key",{"type":44,"tag":106,"props":585,"children":586},{},[587,592],{"type":44,"tag":110,"props":588,"children":589},{},[590],{"type":49,"value":591},"400",{"type":49,"value":593}," — check required fields (team_alias is required)",{"type":44,"tag":106,"props":595,"children":596},{},[597,599,605],{"type":49,"value":598},"Other errors — show ",{"type":44,"tag":77,"props":600,"children":602},{"className":601},[],[603],{"type":49,"value":604},"detail",{"type":49,"value":606}," and the likely fix",{"type":44,"tag":608,"props":609,"children":610},"style",{},[611],{"type":49,"value":612},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":614,"total":690},[615,632,642,652,662,672,678],{"slug":616,"name":616,"fn":617,"description":618,"org":619,"tags":620,"stars":23,"repoUrl":24,"updatedAt":631},"add-agent","create AI agents on LiteLLM proxy","Create a new AI agent on a live LiteLLM proxy. Asks for agent name, the underlying model, and optional MCP server access, then calls POST \u002Fv1\u002Fagents.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[621,624,627,628],{"name":622,"slug":623,"type":16},"Agents","agents",{"name":625,"slug":626,"type":16},"API Development","api-development",{"name":18,"slug":19,"type":16},{"name":629,"slug":630,"type":16},"MCP","mcp","2026-07-14T05:37:35.882412",{"slug":633,"name":633,"fn":634,"description":635,"org":636,"tags":637,"stars":23,"repoUrl":24,"updatedAt":641},"add-key","generate API keys on LiteLLM proxy","Generate a new API key on a live LiteLLM proxy. Asks for alias, scope (user\u002Fteam), budget, models, and expiry, then calls POST \u002Fkey\u002Fgenerate. Use when the user wants to create, generate, or provision an API key on a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[638,639,640],{"name":21,"slug":22,"type":16},{"name":625,"slug":626,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:23.401687",{"slug":643,"name":643,"fn":644,"description":645,"org":646,"tags":647,"stars":23,"repoUrl":24,"updatedAt":651},"add-mcp","register MCP servers on LiteLLM proxy","Register a new MCP server on a live LiteLLM proxy. Asks for the server name, transport type, URL, and optional auth, then calls POST \u002Fv1\u002Fmcp\u002Fserver.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[648,649,650],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":629,"slug":630,"type":16},"2026-07-14T05:37:18.330664",{"slug":653,"name":653,"fn":654,"description":655,"org":656,"tags":657,"stars":23,"repoUrl":24,"updatedAt":661},"add-model","add models to LiteLLM proxy","Add a new model to a live LiteLLM proxy. Walks the user through picking a provider, entering the deployment name and credentials, calls POST \u002Fmodel\u002Fnew, then test-calls the model to confirm it routes correctly. Use when the user wants to add, register, deploy, or configure a new model on a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[658,659,660],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},"2026-07-14T05:37:41.141371",{"slug":663,"name":663,"fn":664,"description":665,"org":666,"tags":667,"stars":23,"repoUrl":24,"updatedAt":671},"add-org","create organizations on LiteLLM proxy","Create a new organization on a live LiteLLM proxy. Asks for org name, budget, and allowed models, then calls POST \u002Forganization\u002Fnew.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[668,669,670],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},"2026-07-14T05:37:43.83623",{"slug":4,"name":4,"fn":5,"description":6,"org":673,"tags":674,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[675,676,677],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":679,"name":679,"fn":680,"description":681,"org":682,"tags":683,"stars":23,"repoUrl":24,"updatedAt":689},"add-user","create LiteLLM proxy users","Create a new user on a live LiteLLM proxy. Asks for email, role, and optional budget\u002Fmodel limits, then calls POST \u002Fuser\u002Fnew and shows the result.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[684,685,686],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":687,"slug":688,"type":16},"Operations","operations","2026-07-14T05:37:22.16293",21,{"items":692,"total":690},[693,700,706,712,718,724,730,736,747,759,771,782],{"slug":616,"name":616,"fn":617,"description":618,"org":694,"tags":695,"stars":23,"repoUrl":24,"updatedAt":631},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[696,697,698,699],{"name":622,"slug":623,"type":16},{"name":625,"slug":626,"type":16},{"name":18,"slug":19,"type":16},{"name":629,"slug":630,"type":16},{"slug":633,"name":633,"fn":634,"description":635,"org":701,"tags":702,"stars":23,"repoUrl":24,"updatedAt":641},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[703,704,705],{"name":21,"slug":22,"type":16},{"name":625,"slug":626,"type":16},{"name":9,"slug":8,"type":16},{"slug":643,"name":643,"fn":644,"description":645,"org":707,"tags":708,"stars":23,"repoUrl":24,"updatedAt":651},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[709,710,711],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":629,"slug":630,"type":16},{"slug":653,"name":653,"fn":654,"description":655,"org":713,"tags":714,"stars":23,"repoUrl":24,"updatedAt":661},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[715,716,717],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"slug":663,"name":663,"fn":664,"description":665,"org":719,"tags":720,"stars":23,"repoUrl":24,"updatedAt":671},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[721,722,723],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":725,"tags":726,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[727,728,729],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":679,"name":679,"fn":680,"description":681,"org":731,"tags":732,"stars":23,"repoUrl":24,"updatedAt":689},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[733,734,735],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":687,"slug":688,"type":16},{"slug":737,"name":737,"fn":738,"description":739,"org":740,"tags":741,"stars":23,"repoUrl":24,"updatedAt":746},"delete-agent","delete AI agents from LiteLLM proxy","Delete an AI agent from a live LiteLLM proxy. Ask for the agent_id and confirm before calling DELETE \u002Fv1\u002Fagents\u002F{agent_id}.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[742,743,744,745],{"name":622,"slug":623,"type":16},{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},"2026-07-14T05:37:34.647734",{"slug":748,"name":748,"fn":749,"description":750,"org":751,"tags":752,"stars":23,"repoUrl":24,"updatedAt":758},"delete-key","delete API keys from LiteLLM proxy","Delete one or more API keys from a live LiteLLM proxy. Ask for the key(s) and confirm before calling POST \u002Fkey\u002Fdelete.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[753,754,755],{"name":625,"slug":626,"type":16},{"name":9,"slug":8,"type":16},{"name":756,"slug":757,"type":16},"Security","security","2026-07-14T05:37:38.407239",{"slug":760,"name":760,"fn":761,"description":762,"org":763,"tags":764,"stars":23,"repoUrl":24,"updatedAt":770},"delete-mcp","delete MCP servers from LiteLLM proxy","Delete an MCP server from a live LiteLLM proxy. Ask for the server_id and confirm before calling DELETE \u002Fv1\u002Fmcp\u002Fserver\u002F{server_id}.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[765,766,769],{"name":21,"slug":22,"type":16},{"name":767,"slug":768,"type":16},"Configuration","configuration",{"name":629,"slug":630,"type":16},"2026-07-14T05:37:32.167939",{"slug":772,"name":772,"fn":773,"description":774,"org":775,"tags":776,"stars":23,"repoUrl":24,"updatedAt":781},"delete-model","delete models from LiteLLM proxy","Delete a model from a live LiteLLM proxy. Asks for the model name or model_id and confirms before calling POST \u002Fmodel\u002Fdelete. Use when the user wants to remove, delete, or unregister a model from a LiteLLM proxy instance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[777,778,779,780],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-07-14T05:37:33.417861",{"slug":783,"name":783,"fn":784,"description":785,"org":786,"tags":787,"stars":23,"repoUrl":24,"updatedAt":790},"delete-org","delete organizations from LiteLLM proxy","Delete one or more organizations from a live LiteLLM proxy. Ask for the organization_id(s) and confirm before calling DELETE \u002Forganization\u002Fdelete.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[788,789],{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:20.916307"]