【内网/内部 API Key】为员工创建内网 LLM 访问密钥(飞书 bot 私聊开通场景)。返回 virtual_key(完整 sk-*,仅一次)及 onboarding 快速上手教程(BASE_URL、curl 测模型/推理)。关键词:申请api key、开通密钥、生成key、飞书bot、内网大模型
AI agents use litellm_key_generate to create or update resources in Litellm Admin — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Litellm Admin environment.
This tool creates new API keys/credentials that enable access to internal LLM services. While not destructive (keys can be revoked) and not financial, this is a Write operation (creates credentials reversibly). Severity is high because misuse could allow an agent to provision excessive API keys, grant unauthorized access to internal LLM resources, or create credentials for malicious actors.
From the tool's definition Tool generates and returns API keys (virtual_key, sk-*) for employees to access internal LLM services. The description states it creates internal API access credentials that are returned only once, indicating this is a credential creation and provisioning…
Attacks that exploit this kind of access
【内网/内部 API Key】为员工创建内网 LLM 访问密钥(飞书 bot 私聊开通场景)。返回 virtual_key(完整 sk-*,仅一次)及 onboarding 快速上手教程(BASE_URL、curl 测模型/推理)。关键词:申请api key、开通密钥、生成key、飞书bot、内网大模型. It is categorised as a Write tool in the Litellm Admin MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Litellm Admin MCP server in PolicyLayer and add a rule for litellm_key_generate: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Litellm Admin. Nothing to install.
litellm_key_generate is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the litellm_key_generate rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for litellm_key_generate. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
litellm_key_generate is provided by the Litellm Admin MCP server (junwayne66/litellm-admin-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
litellm_key_generate is one line of Litellm Admin's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →