
from litellm-skills13
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.
This skill guides an operator through creating a new user on a LiteLLM proxy: it collects required inputs (email, role), optional limits (budget, allowed models), and issues a POST /user/new request to the proxy admin API. It returns the created user_id and API key, and surfaces error details if the proxy rejects the request.
Use this skill when onboarding team members or automating user provisioning for a LiteLLM deployment. It's suitable for manual interactive runs or scripted administrative flows where a proxy admin key is available.
Works with agents able to run shell commands (curl) or make HTTP POST requests; fits lightweight admin tooling and CLI-first agents.
This skill has not been reviewed by our automated audit pipeline yet.