AckdbAgentApiKeyStatus
Per-provider API key status. The raw key is write-only and never returned.
Properties
configuredbooleanA usable key exists (runtime config or env var).
sourcestringcustom = 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"
}