
The API Keys screen, MCP Key tab.
MCP key
You have a single MCP server key (prefixedvk_mcp_) used to connect the
MCP server. Rather than creating many, you rotate it when you
need a fresh secret, the old value stops working once rotated. The MCP
Configuration button gives you the ready-to-paste connection settings for your
client.
Deployment keys
The Deployment Keys tab holds the keys (prefixedvk_dep_) that call your
deployed models. Create one with + Create API key.
Using a key
Send the key in theX-API-Key header (the OpenAI SDKs send it as a bearer token,
which is also accepted):
Keys are environment-specific, a key issued in one environment won’t work against
another.