[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-litellm-update-key":3,"mdc-bo1hui-key":32,"related-repo-litellm-update-key":521,"related-org-litellm-update-key":607},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"update-key","update API keys on LiteLLM proxy","Update an existing API key on a live LiteLLM proxy. Ask for the key and what to change (budget, models, expiry), then call POST \u002Fkey\u002Fupdate.\n",{"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},"Configuration","configuration","tag",{"name":18,"slug":19,"type":16},"AI Infrastructure","ai-infrastructure",{"name":9,"slug":8,"type":16},66,"https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm-skills","2026-07-14T05:37:42.579568","MIT",8,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"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\u002Fupdate-key","---\nname: update-key\ndescription: >\n  Update an existing API key on a live LiteLLM proxy. Ask for the key and\n  what to change (budget, models, expiry), then call POST \u002Fkey\u002Fupdate.\nlicense: MIT\ncompatibility: Requires curl.\nmetadata:\n  author: BerriAI\n  version: \"1.0\"\nallowed-tools: Bash(curl:*)\n---\n\n# Update Key\n\nUpdate an existing API key on a live LiteLLM proxy.\n\n## Setup\n\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\u002Fvirtual_keys\n\n## Ask the user\n\n1. **Key** (required) — the `sk-...` value. If they don't have it, list keys:\n   ```bash\n   curl -s \"$BASE\u002Fkey\u002Flist?size=25&return_full_object=true\" -H \"Authorization: Bearer $KEY\"\n   ```\n2. **What to change** — any combination of:\n   - `max_budget` (float)\n   - `models` (list)\n   - `key_alias` (string)\n   - `tpm_limit` \u002F `rpm_limit` (int)\n   - `duration` (e.g. `30d` — extends expiry from now)\n   - `team_id` \u002F `user_id` (reassign ownership)\n\n## Run\n\n```bash\ncurl -s -X POST \"$BASE\u002Fkey\u002Fupdate\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"key\": \"\u003Csk-...>\",\n    \"max_budget\": \u003Cvalue>,\n    \"models\": [\u003Cmodels>],\n    \"duration\": \"\u003Cduration>\"\n  }'\n```\n\nOnly include the fields being changed.\n\n## Output\n\nShow the updated `key_alias`, `max_budget`, `models`, `expires`.\n",{"data":33,"body":38},{"name":4,"description":6,"license":24,"compatibility":34,"metadata":35,"allowed-tools":37},"Requires curl.",{"author":11,"version":36},"1.0","Bash(curl:*)",{"type":39,"children":40},"root",[41,49,55,62,75,88,94,294,300,472,477,483,515],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Update Key",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Update an existing API key on a live LiteLLM proxy.",{"type":42,"tag":56,"props":57,"children":59},"h2",{"id":58},"setup",[60],{"type":47,"value":61},"Setup",{"type":42,"tag":63,"props":64,"children":68},"pre",{"className":65,"code":67,"language":47},[66],"language-text","LITELLM_BASE_URL  — e.g. https:\u002F\u002Fmy-proxy.example.com\nLITELLM_API_KEY   — proxy admin key\n",[69],{"type":42,"tag":70,"props":71,"children":73},"code",{"__ignoreMap":72},"",[74],{"type":47,"value":67},{"type":42,"tag":50,"props":76,"children":77},{},[78,80],{"type":47,"value":79},"API reference: ",{"type":42,"tag":81,"props":82,"children":86},"a",{"href":83,"rel":84},"https:\u002F\u002Flitellm.vercel.app\u002Fdocs\u002Fproxy\u002Fvirtual_keys",[85],"nofollow",[87],{"type":47,"value":83},{"type":42,"tag":56,"props":89,"children":91},{"id":90},"ask-the-user",[92],{"type":47,"value":93},"Ask the user",{"type":42,"tag":95,"props":96,"children":97},"ol",{},[98,191],{"type":42,"tag":99,"props":100,"children":101},"li",{},[102,108,110,116,118],{"type":42,"tag":103,"props":104,"children":105},"strong",{},[106],{"type":47,"value":107},"Key",{"type":47,"value":109}," (required) — the ",{"type":42,"tag":70,"props":111,"children":113},{"className":112},[],[114],{"type":47,"value":115},"sk-...",{"type":47,"value":117}," value. If they don't have it, list keys:\n",{"type":42,"tag":63,"props":119,"children":123},{"className":120,"code":121,"language":122,"meta":72,"style":72},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -s \"$BASE\u002Fkey\u002Flist?size=25&return_full_object=true\" -H \"Authorization: Bearer $KEY\"\n","bash",[124],{"type":42,"tag":70,"props":125,"children":126},{"__ignoreMap":72},[127],{"type":42,"tag":128,"props":129,"children":132},"span",{"class":130,"line":131},"line",1,[133,139,145,151,157,162,167,172,176,181,186],{"type":42,"tag":128,"props":134,"children":136},{"style":135},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[137],{"type":47,"value":138},"curl",{"type":42,"tag":128,"props":140,"children":142},{"style":141},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[143],{"type":47,"value":144}," -s",{"type":42,"tag":128,"props":146,"children":148},{"style":147},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[149],{"type":47,"value":150}," \"",{"type":42,"tag":128,"props":152,"children":154},{"style":153},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[155],{"type":47,"value":156},"$BASE",{"type":42,"tag":128,"props":158,"children":159},{"style":141},[160],{"type":47,"value":161},"\u002Fkey\u002Flist?size=25&return_full_object=true",{"type":42,"tag":128,"props":163,"children":164},{"style":147},[165],{"type":47,"value":166},"\"",{"type":42,"tag":128,"props":168,"children":169},{"style":141},[170],{"type":47,"value":171}," -H",{"type":42,"tag":128,"props":173,"children":174},{"style":147},[175],{"type":47,"value":150},{"type":42,"tag":128,"props":177,"children":178},{"style":141},[179],{"type":47,"value":180},"Authorization: Bearer ",{"type":42,"tag":128,"props":182,"children":183},{"style":153},[184],{"type":47,"value":185},"$KEY",{"type":42,"tag":128,"props":187,"children":188},{"style":147},[189],{"type":47,"value":190},"\"\n",{"type":42,"tag":99,"props":192,"children":193},{},[194,199,201],{"type":42,"tag":103,"props":195,"children":196},{},[197],{"type":47,"value":198},"What to change",{"type":47,"value":200}," — any combination of:\n",{"type":42,"tag":202,"props":203,"children":204},"ul",{},[205,216,227,238,257,276],{"type":42,"tag":99,"props":206,"children":207},{},[208,214],{"type":42,"tag":70,"props":209,"children":211},{"className":210},[],[212],{"type":47,"value":213},"max_budget",{"type":47,"value":215}," (float)",{"type":42,"tag":99,"props":217,"children":218},{},[219,225],{"type":42,"tag":70,"props":220,"children":222},{"className":221},[],[223],{"type":47,"value":224},"models",{"type":47,"value":226}," (list)",{"type":42,"tag":99,"props":228,"children":229},{},[230,236],{"type":42,"tag":70,"props":231,"children":233},{"className":232},[],[234],{"type":47,"value":235},"key_alias",{"type":47,"value":237}," (string)",{"type":42,"tag":99,"props":239,"children":240},{},[241,247,249,255],{"type":42,"tag":70,"props":242,"children":244},{"className":243},[],[245],{"type":47,"value":246},"tpm_limit",{"type":47,"value":248}," \u002F ",{"type":42,"tag":70,"props":250,"children":252},{"className":251},[],[253],{"type":47,"value":254},"rpm_limit",{"type":47,"value":256}," (int)",{"type":42,"tag":99,"props":258,"children":259},{},[260,266,268,274],{"type":42,"tag":70,"props":261,"children":263},{"className":262},[],[264],{"type":47,"value":265},"duration",{"type":47,"value":267}," (e.g. ",{"type":42,"tag":70,"props":269,"children":271},{"className":270},[],[272],{"type":47,"value":273},"30d",{"type":47,"value":275}," — extends expiry from now)",{"type":42,"tag":99,"props":277,"children":278},{},[279,285,286,292],{"type":42,"tag":70,"props":280,"children":282},{"className":281},[],[283],{"type":47,"value":284},"team_id",{"type":47,"value":248},{"type":42,"tag":70,"props":287,"children":289},{"className":288},[],[290],{"type":47,"value":291},"user_id",{"type":47,"value":293}," (reassign ownership)",{"type":42,"tag":56,"props":295,"children":297},{"id":296},"run",[298],{"type":47,"value":299},"Run",{"type":42,"tag":63,"props":301,"children":303},{"className":120,"code":302,"language":122,"meta":72,"style":72},"curl -s -X POST \"$BASE\u002Fkey\u002Fupdate\" \\\n  -H \"Authorization: Bearer $KEY\" \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\n    \"key\": \"\u003Csk-...>\",\n    \"max_budget\": \u003Cvalue>,\n    \"models\": [\u003Cmodels>],\n    \"duration\": \"\u003Cduration>\"\n  }'\n",[304],{"type":42,"tag":70,"props":305,"children":306},{"__ignoreMap":72},[307,350,379,404,423,432,441,450,458],{"type":42,"tag":128,"props":308,"children":309},{"class":130,"line":131},[310,314,318,323,328,332,336,341,345],{"type":42,"tag":128,"props":311,"children":312},{"style":135},[313],{"type":47,"value":138},{"type":42,"tag":128,"props":315,"children":316},{"style":141},[317],{"type":47,"value":144},{"type":42,"tag":128,"props":319,"children":320},{"style":141},[321],{"type":47,"value":322}," -X",{"type":42,"tag":128,"props":324,"children":325},{"style":141},[326],{"type":47,"value":327}," POST",{"type":42,"tag":128,"props":329,"children":330},{"style":147},[331],{"type":47,"value":150},{"type":42,"tag":128,"props":333,"children":334},{"style":153},[335],{"type":47,"value":156},{"type":42,"tag":128,"props":337,"children":338},{"style":141},[339],{"type":47,"value":340},"\u002Fkey\u002Fupdate",{"type":42,"tag":128,"props":342,"children":343},{"style":147},[344],{"type":47,"value":166},{"type":42,"tag":128,"props":346,"children":347},{"style":153},[348],{"type":47,"value":349}," \\\n",{"type":42,"tag":128,"props":351,"children":353},{"class":130,"line":352},2,[354,359,363,367,371,375],{"type":42,"tag":128,"props":355,"children":356},{"style":141},[357],{"type":47,"value":358},"  -H",{"type":42,"tag":128,"props":360,"children":361},{"style":147},[362],{"type":47,"value":150},{"type":42,"tag":128,"props":364,"children":365},{"style":141},[366],{"type":47,"value":180},{"type":42,"tag":128,"props":368,"children":369},{"style":153},[370],{"type":47,"value":185},{"type":42,"tag":128,"props":372,"children":373},{"style":147},[374],{"type":47,"value":166},{"type":42,"tag":128,"props":376,"children":377},{"style":153},[378],{"type":47,"value":349},{"type":42,"tag":128,"props":380,"children":382},{"class":130,"line":381},3,[383,387,391,396,400],{"type":42,"tag":128,"props":384,"children":385},{"style":141},[386],{"type":47,"value":358},{"type":42,"tag":128,"props":388,"children":389},{"style":147},[390],{"type":47,"value":150},{"type":42,"tag":128,"props":392,"children":393},{"style":141},[394],{"type":47,"value":395},"Content-Type: application\u002Fjson",{"type":42,"tag":128,"props":397,"children":398},{"style":147},[399],{"type":47,"value":166},{"type":42,"tag":128,"props":401,"children":402},{"style":153},[403],{"type":47,"value":349},{"type":42,"tag":128,"props":405,"children":407},{"class":130,"line":406},4,[408,413,418],{"type":42,"tag":128,"props":409,"children":410},{"style":141},[411],{"type":47,"value":412},"  -d",{"type":42,"tag":128,"props":414,"children":415},{"style":147},[416],{"type":47,"value":417}," '",{"type":42,"tag":128,"props":419,"children":420},{"style":141},[421],{"type":47,"value":422},"{\n",{"type":42,"tag":128,"props":424,"children":426},{"class":130,"line":425},5,[427],{"type":42,"tag":128,"props":428,"children":429},{"style":141},[430],{"type":47,"value":431},"    \"key\": \"\u003Csk-...>\",\n",{"type":42,"tag":128,"props":433,"children":435},{"class":130,"line":434},6,[436],{"type":42,"tag":128,"props":437,"children":438},{"style":141},[439],{"type":47,"value":440},"    \"max_budget\": \u003Cvalue>,\n",{"type":42,"tag":128,"props":442,"children":444},{"class":130,"line":443},7,[445],{"type":42,"tag":128,"props":446,"children":447},{"style":141},[448],{"type":47,"value":449},"    \"models\": [\u003Cmodels>],\n",{"type":42,"tag":128,"props":451,"children":452},{"class":130,"line":25},[453],{"type":42,"tag":128,"props":454,"children":455},{"style":141},[456],{"type":47,"value":457},"    \"duration\": \"\u003Cduration>\"\n",{"type":42,"tag":128,"props":459,"children":461},{"class":130,"line":460},9,[462,467],{"type":42,"tag":128,"props":463,"children":464},{"style":141},[465],{"type":47,"value":466},"  }",{"type":42,"tag":128,"props":468,"children":469},{"style":147},[470],{"type":47,"value":471},"'\n",{"type":42,"tag":50,"props":473,"children":474},{},[475],{"type":47,"value":476},"Only include the fields being changed.",{"type":42,"tag":56,"props":478,"children":480},{"id":479},"output",[481],{"type":47,"value":482},"Output",{"type":42,"tag":50,"props":484,"children":485},{},[486,488,493,495,500,501,506,507,513],{"type":47,"value":487},"Show the updated ",{"type":42,"tag":70,"props":489,"children":491},{"className":490},[],[492],{"type":47,"value":235},{"type":47,"value":494},", ",{"type":42,"tag":70,"props":496,"children":498},{"className":497},[],[499],{"type":47,"value":213},{"type":47,"value":494},{"type":42,"tag":70,"props":502,"children":504},{"className":503},[],[505],{"type":47,"value":224},{"type":47,"value":494},{"type":42,"tag":70,"props":508,"children":510},{"className":509},[],[511],{"type":47,"value":512},"expires",{"type":47,"value":514},".",{"type":42,"tag":516,"props":517,"children":518},"style",{},[519],{"type":47,"value":520},"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":522,"total":606},[523,542,552,562,572,584,594],{"slug":524,"name":524,"fn":525,"description":526,"org":527,"tags":528,"stars":21,"repoUrl":22,"updatedAt":541},"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},[529,532,535,538],{"name":530,"slug":531,"type":16},"Agents","agents",{"name":533,"slug":534,"type":16},"API Development","api-development",{"name":536,"slug":537,"type":16},"LLM","llm",{"name":539,"slug":540,"type":16},"MCP","mcp","2026-07-14T05:37:35.882412",{"slug":543,"name":543,"fn":544,"description":545,"org":546,"tags":547,"stars":21,"repoUrl":22,"updatedAt":551},"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},[548,549,550],{"name":18,"slug":19,"type":16},{"name":533,"slug":534,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:23.401687",{"slug":553,"name":553,"fn":554,"description":555,"org":556,"tags":557,"stars":21,"repoUrl":22,"updatedAt":561},"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},[558,559,560],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":539,"slug":540,"type":16},"2026-07-14T05:37:18.330664",{"slug":563,"name":563,"fn":564,"description":565,"org":566,"tags":567,"stars":21,"repoUrl":22,"updatedAt":571},"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},[568,569,570],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":536,"slug":537,"type":16},"2026-07-14T05:37:41.141371",{"slug":573,"name":573,"fn":574,"description":575,"org":576,"tags":577,"stars":21,"repoUrl":22,"updatedAt":583},"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},[578,579,580],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":581,"slug":582,"type":16},"Management","management","2026-07-14T05:37:43.83623",{"slug":585,"name":585,"fn":586,"description":587,"org":588,"tags":589,"stars":21,"repoUrl":22,"updatedAt":593},"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},[590,591,592],{"name":18,"slug":19,"type":16},{"name":536,"slug":537,"type":16},{"name":581,"slug":582,"type":16},"2026-07-14T05:37:29.671894",{"slug":595,"name":595,"fn":596,"description":597,"org":598,"tags":599,"stars":21,"repoUrl":22,"updatedAt":605},"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},[600,601,602],{"name":18,"slug":19,"type":16},{"name":536,"slug":537,"type":16},{"name":603,"slug":604,"type":16},"Operations","operations","2026-07-14T05:37:22.16293",21,{"items":608,"total":606},[609,616,622,628,634,640,646,652,663,675,685,696],{"slug":524,"name":524,"fn":525,"description":526,"org":610,"tags":611,"stars":21,"repoUrl":22,"updatedAt":541},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[612,613,614,615],{"name":530,"slug":531,"type":16},{"name":533,"slug":534,"type":16},{"name":536,"slug":537,"type":16},{"name":539,"slug":540,"type":16},{"slug":543,"name":543,"fn":544,"description":545,"org":617,"tags":618,"stars":21,"repoUrl":22,"updatedAt":551},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[619,620,621],{"name":18,"slug":19,"type":16},{"name":533,"slug":534,"type":16},{"name":9,"slug":8,"type":16},{"slug":553,"name":553,"fn":554,"description":555,"org":623,"tags":624,"stars":21,"repoUrl":22,"updatedAt":561},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[625,626,627],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":539,"slug":540,"type":16},{"slug":563,"name":563,"fn":564,"description":565,"org":629,"tags":630,"stars":21,"repoUrl":22,"updatedAt":571},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[631,632,633],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":536,"slug":537,"type":16},{"slug":573,"name":573,"fn":574,"description":575,"org":635,"tags":636,"stars":21,"repoUrl":22,"updatedAt":583},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[637,638,639],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":581,"slug":582,"type":16},{"slug":585,"name":585,"fn":586,"description":587,"org":641,"tags":642,"stars":21,"repoUrl":22,"updatedAt":593},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[643,644,645],{"name":18,"slug":19,"type":16},{"name":536,"slug":537,"type":16},{"name":581,"slug":582,"type":16},{"slug":595,"name":595,"fn":596,"description":597,"org":647,"tags":648,"stars":21,"repoUrl":22,"updatedAt":605},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[649,650,651],{"name":18,"slug":19,"type":16},{"name":536,"slug":537,"type":16},{"name":603,"slug":604,"type":16},{"slug":653,"name":653,"fn":654,"description":655,"org":656,"tags":657,"stars":21,"repoUrl":22,"updatedAt":662},"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},[658,659,660,661],{"name":530,"slug":531,"type":16},{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":581,"slug":582,"type":16},"2026-07-14T05:37:34.647734",{"slug":664,"name":664,"fn":665,"description":666,"org":667,"tags":668,"stars":21,"repoUrl":22,"updatedAt":674},"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},[669,670,671],{"name":533,"slug":534,"type":16},{"name":9,"slug":8,"type":16},{"name":672,"slug":673,"type":16},"Security","security","2026-07-14T05:37:38.407239",{"slug":676,"name":676,"fn":677,"description":678,"org":679,"tags":680,"stars":21,"repoUrl":22,"updatedAt":684},"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},[681,682,683],{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"name":539,"slug":540,"type":16},"2026-07-14T05:37:32.167939",{"slug":686,"name":686,"fn":687,"description":688,"org":689,"tags":690,"stars":21,"repoUrl":22,"updatedAt":695},"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},[691,692,693,694],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":536,"slug":537,"type":16},{"name":581,"slug":582,"type":16},"2026-07-14T05:37:33.417861",{"slug":697,"name":697,"fn":698,"description":699,"org":700,"tags":701,"stars":21,"repoUrl":22,"updatedAt":704},"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},[702,703],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},"2026-07-14T05:37:20.916307"]