add-team

Create a new team on a LiteLLM proxy via POST /team/new.

77|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/BerriAI/litellm-skills --skill add-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-team
Source: https://github.com/BerriAI/litellm-skills/tree/main/add-team
Command: npx skills add https://github.com/BerriAI/litellm-skills --skill add-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Admins need a simple, auditable way to create and configure teams on a running LiteLLM proxy, including budget controls and model access.

Core Features & Use Cases

  • Team creation: Create new teams via the proxy API with a team name, budget cap, and allowed models.
  • Access control: Enforce per-team model access and TPM/RPM limits for governance.
  • Operational workflow: Retrieve and display resulting team_id and metadata for admin workflows.

Quick Start

Ask for the team name, budget, and allowed models, then call POST /team/new to create the team on your LiteLLM proxy.

Frequently Asked Questions about add-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a team on a LiteLLM proxy with budget and model access controls?

Creating a team on a LiteLLM proxy involves collecting the team name, budget, and allowed models, then calling POST /team/new to generate a team_id with optional TPM/RPM limits.

Can I set TPM and RPM limits when creating a LiteLLM proxy team?

Yes, you can enforce per-team TPM and RPM limits during team creation on a LiteLLM proxy to maintain governance and control API resource consumption.

What information do I need to configure before adding a team to my LiteLLM proxy?

You need to configure the LiteLLM proxy API URL and API key before adding a team, as the skill validates these inputs to successfully execute the POST /team/new request.

What happens if the LiteLLM proxy team creation API call fails?

If the LiteLLM proxy team creation fails, the skill validates the inputs and surfaces clear error details from the API response to help you troubleshoot the configuration issue.

What does the LiteLLM proxy return when I successfully create a new team?

Upon successfully creating a new team via the LiteLLM proxy, the response retrieves and presents the resulting team_id and metadata for your administrative workflows.

Why set budget caps for teams on a LiteLLM proxy?

Setting budget caps for teams on a LiteLLM proxy provides a simple, auditable way to enforce access controls and manage model usage costs across different administrative groups.