
from litellm-skills46
Update an existing user on a LiteLLM proxy: change budget, role, models, and rate limits via the proxy's POST /user/update endpoint.
This skill guides an agent through updating an existing user on a live LiteLLM proxy. It asks for the user_id and the fields to change (max_budget, user_role, models, tpm/rpm limits, email/alias) and issues a POST /user/update call with only the fields being changed.
Use this when an operator needs to modify a user's configuration on a LiteLLM proxy — e.g., raise or lower budget, change access role, adjust model access, or update rate limits and contact info. The skill includes prompts to request user_id and validate inputs before making the API call.
This is a CLI/curl-based skill intended for agents that can run or generate Bash/curl commands or instruct a human operator. It requires network access to the LiteLLM proxy and an admin API key.
This skill has not been reviewed by our automated audit pipeline yet.
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.
LiteLLM — Update Team
Update an existing team on a LiteLLM proxy: change alias, budget, allowed models, and rate limits via the proxy API.
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.
Delete API Key (LiteLLM)
Remove one or more API keys or key aliases from a LiteLLM proxy after confirming with the user; calls POST /key/delete and returns the deleted_keys list.