
from litellm-skills21
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
This skill provisions a new team on a LiteLLM proxy by collecting required information (team alias, budget, allowed models, tpm/rpm limits) and calling the proxy's POST /team/new endpoint. It verifies creation and returns identifiers and config for downstream operations.
Use when administering a LiteLLM deployment and you need to create team accounts, set budgets, or restrict model access for tenants. Suitable for infra operators setting up orgs or automating team onboarding.
Works with agents that can run Bash/cURL or call HTTP APIs directly; suitable for automation assistants with network access and secret management.
This skill has not been reviewed by our automated audit pipeline yet.
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.