AckdbAgentApiKeyStatus

Per-provider API key status. The raw key is write-only and never returned.

Properties

configuredboolean

A usable key exists (runtime config or env var).

sourcestring

custom = stored via PUT /config/agent; env = deployment env var; none = no key.

"custom""env""none"
maskedstring (nullable)

Masked preview (first 6 + last 4 chars) - only for runtime-configured keys.

Example

AckdbAgentApiKeyStatus example
{
  "configured": false,
  "source": "custom",
  "masked": "sk-ant…abcd"
}