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