Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.capout.ai/llms.txt

Use this file to discover all available pages before exploring further.

capout_api_keys

Use this tool to see which CapOut API key is currently selected for MCP traffic and any other available live or test keys. The tool does not expose raw API key values to the model. It returns selection metadata such as labels, ids, status, and whether a key is marked with mcp=true.
{
  "tool": "capout_api_keys",
  "arguments": {}
}
Example output:
CAPOUT MCP API KEYS
STATUS: 2 AVAILABLE

Current Key       : LIVE - Production
Selection Mode    : EXPLICIT (mcp=true)
Execution Status  : READY
MCP Selection     : AVAILABLE

[1] LIVE - Production | CURRENT | MCP PIN
ID                : api_key_live
Status            : ACTIVE

[2] TEST - Sandbox
ID                : api_key_test
Status            : ACTIVE

capout_select_api_key by kind

Use key_kind=live for live or production traffic:
{
  "tool": "capout_select_api_key",
  "arguments": {
    "key_kind": "live"
  }
}
Use key_kind=test for test traffic:
{
  "tool": "capout_select_api_key",
  "arguments": {
    "key_kind": "test"
  }
}
If a user says prod or production, map that to key_kind=live. Selecting a key does not reveal the secret API key value. It updates which stored organization key is marked mcp=true for future MCP-authenticated requests.

capout_select_api_key by explicit id

{
  "tool": "capout_select_api_key",
  "arguments": {
    "api_key_id": "api_key_live"
  }
}
Example result:
CAPOUT MCP API KEY
STATUS: UPDATED

Selected Key      : LIVE - Production
ID                : api_key_live
Status            : ACTIVE
MCP Pin           : YES

No key available yet

If the organization has not created any CapOut API keys yet, create one in the CapOut app first:
https://app.capout.ai/settings/api-keys