Berri AI avatar

Berri AI

Official

@berriai

0Followers
|
58Public Repos
|
21Published Skills

The fastest way to take your LLM app to production

Skills Distribution
DomainAI Models & ...Model Routing & Go.. (40%)Proxy Infrastructu.. (30%)User & Team Access.. (30%)

Agent Skills by Berri AI

Showing 21 vetted skills indexed across 1 GitHub repositories.

BerriAIBerriAI
77

delete-team

Deletes specified teams from a LiteLLM proxy via authenticated JSON request.

Official
Intermediate
BerriAIBerriAI
77

view-usage

Query daily spend and token activity from a LiteLLM proxy.

Official
Intermediate
BerriAIBerriAI
77

update-user

Update existing LiteLLM proxy users via the POST /user/update endpoint.

Official
Intermediate
BerriAIBerriAI
77

add-agent

Create an AI agent on a LiteLLM proxy via POST /v1/agents.

Official
Intermediate
BerriAIBerriAI
77

delete-agent

Delete an AI agent from a live LiteLLM proxy via the admin API.

Official
Intermediate
BerriAIBerriAI
77

delete-mcp

Delete an MCP server from a LiteLLM proxy via DELETE request.

Official
Intermediate
BerriAIBerriAI
77

delete-key

Delete API keys from a live LiteLLM proxy via POST /key/delete.

Official
Intermediate
BerriAIBerriAI
77

add-user

Create a new user on the LiteLLM proxy via its API.

Official
Intermediate
BerriAIBerriAI
77

delete-org

Delete organizations from a live LiteLLM proxy by organization_id.

Official
Intermediate
BerriAIBerriAI
77

update-agent

Update AI agent configurations on a LiteLLM proxy via PATCH requests.

Official
Intermediate
BerriAIBerriAI
77

delete-model

Delete a model from a live LiteLLM proxy via POST to /model/delete.

Official
Intermediate
BerriAIBerriAI
77

add-model

Register a new LLM deployment in LiteLLM via POST /model/new and validate routing.

Official
Intermediate
BerriAIBerriAI
77

add-team

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

Official
Intermediate
BerriAIBerriAI
77

update-model

Update model configurations on a live LiteLLM proxy via curl.

Official
Intermediate
BerriAIBerriAI
77

update-team

Update team budgets, models, and limits on a LiteLLM proxy.

Official
Intermediate
BerriAIBerriAI
77

add-org

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

Official
Intermediate
BerriAIBerriAI
77

add-key

Generate a new API key on a live LiteLLM proxy via POST /key/generate.

Official
Basic
BerriAIBerriAI
77

add-mcp

Register MCP servers on a live LiteLLM proxy via POST /v1/mcp/server.

Official
Intermediate
BerriAIBerriAI
77

delete-user

Delete confirmed users from a LiteLLM proxy via /user/delete POST request.

Official
Intermediate
BerriAIBerriAI
77

update-mcp

Update MCP server registrations on a LiteLLM proxy via PUT /v1/mcp/server.

Official
Intermediate
BerriAIBerriAI
77

update-key

Update existing LiteLLM proxy API keys via POST /key/update.

Official
Intermediate

Frequently Asked Questions About Berri AI

FAQPage Schema
What administrative tasks can I perform using these capabilities?

You can manage the full lifecycle of proxy resources, including registering new model deployments, configuring team budgets, updating user permissions, and managing MCP server registrations through standardized request endpoints.

Which personas benefit from these administrative functions?

Platform engineers, infrastructure administrators, and technical leads responsible for maintaining centralized model gateways and ensuring secure, governed access to various model providers across enterprise teams.

What are the prerequisites for managing these proxy resources?

You require an active LiteLLM proxy instance and valid administrative credentials to authenticate requests. Operations are performed via standard HTTP methods directed at the proxy's management endpoints.