Skip to main content
The API Keys screen is where you manage the keys that authenticate machine access to Valkyrie. It has two tabs: MCP Key and Deployment Keys.
Valkyrie API Keys screen

The API Keys screen, MCP Key tab.

MCP key

You have a single MCP server key (prefixed vk_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 (prefixed vk_dep_) that call your deployed models. Create one with + Create API key.
A key’s full value is shown only once, at creation. Copy it into your secret manager or environment immediately, you can’t view it again, only rotate or revoke it.

Using a key

Send the key in the X-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.