
from litellm-skills29
Update an existing team on a LiteLLM proxy: change alias, budget, allowed models, and rate limits via the proxy API.
This skill guides an agent to update an existing team on a LiteLLM proxy by calling the proxy's POST /team/update endpoint. It walks through collecting the required team_id, which fields to change (team_alias, max_budget, models, tpm/rpm limits, blocked), and provides concrete curl examples for making the API call.
Use when an operator asks to modify team configuration on a live LiteLLM proxy (quota, budget, model list, or blocking a team). The skill assumes the operator can provide or the agent can list team_ids using the proxy's list endpoint.
Agents that can make HTTP requests or run curl in a shell, and that have access to the proxy admin key (e.g., CLI-capable assistants).
Simple, focused skill for updating a team on a LiteLLM proxy via curl. No bundled scripts — just SKILL.md instructions directing the agent to call the proxy API. Clean frontmatter, clear workflow (ask for team_id and changes, then curl POST). Uses env vars for credentials rather than hardcoding. Niche but practical for LiteLLM proxy administrators.
Straightforward admin skill. No security concerns beyond standard shell variable interpolation in curl templates. No scripts to execute or evaluate.
Add Team — LiteLLM Proxy
Create and configure a new team on a LiteLLM proxy: collects team name, budget, allowed models and calls the proxy API to provision the team, returning the team
Add Model to LiteLLM Proxy
Guides adding and testing a new model on a LiteLLM proxy: pick provider, supply credentials, POST to /model/new and verify routing with a test call.
Add User (LiteLLM Proxy)
Interactive helper to create a new user on a LiteLLM proxy by collecting email, role, budget and allowed models, then calling the proxy's user creation API.
Add Organization (LiteLLM)
Create a new organization on a LiteLLM proxy: prompts for org name, allowed models, budget and calls the proxy API to create the org.
Delete Organization
Delete one or more organizations from a LiteLLM proxy with confirmation and safe checks.
Delete MCP Server
Interactively delete an MCP server registration from a LiteLLM proxy: ask for server_id, confirm, and call the DELETE endpoint safely.
LiteLLM: Add API Key
Create and provision API keys on a live LiteLLM proxy, specifying alias, scope, allowed models, budget and expiry.