Berri AI
Official@berriai
The fastest way to take your LLM app to production
Agent Skills by Berri AI
Showing 21 vetted skills indexed across 1 GitHub repositories.
delete-team
Deletes specified teams from a LiteLLM proxy via authenticated JSON request.
view-usage
Query daily spend and token activity from a LiteLLM proxy.
update-user
Update existing LiteLLM proxy users via the POST /user/update endpoint.
add-agent
Create an AI agent on a LiteLLM proxy via POST /v1/agents.
delete-agent
Delete an AI agent from a live LiteLLM proxy via the admin API.
delete-mcp
Delete an MCP server from a LiteLLM proxy via DELETE request.
delete-key
Delete API keys from a live LiteLLM proxy via POST /key/delete.
add-user
Create a new user on the LiteLLM proxy via its API.
delete-org
Delete organizations from a live LiteLLM proxy by organization_id.
update-agent
Update AI agent configurations on a LiteLLM proxy via PATCH requests.
delete-model
Delete a model from a live LiteLLM proxy via POST to /model/delete.
add-model
Register a new LLM deployment in LiteLLM via POST /model/new and validate routing.
add-team
Create a new team on a LiteLLM proxy via POST /team/new.
update-model
Update model configurations on a live LiteLLM proxy via curl.
update-team
Update team budgets, models, and limits on a LiteLLM proxy.
add-org
Create a new organization on a LiteLLM proxy via POST /organization/new.
add-key
Generate a new API key on a live LiteLLM proxy via POST /key/generate.
add-mcp
Register MCP servers on a live LiteLLM proxy via POST /v1/mcp/server.
delete-user
Delete confirmed users from a LiteLLM proxy via /user/delete POST request.
update-mcp
Update MCP server registrations on a LiteLLM proxy via PUT /v1/mcp/server.
update-key
Update existing LiteLLM proxy API keys via POST /key/update.
Frequently Asked Questions About Berri AI
FAQPage SchemaWhat 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.