Skip to main content
Configure a customer-owned Anthropic API key. When BYOM is active, every model call (scoring, DAC chat, agents, recommendations) routes through the customer’s key and bypasses Dacard credit metering. Available on Business and Enterprise.

Read current status

Response:
If no key is configured, config is null.

Save or replace the key

The route validates the key against Anthropic before storing. The full key is encrypted at rest; only the prefix is returned in subsequent reads.

Body (PUT)

Errors

Audit log entries: byom_enabled, byom_disabled, byom_key_replaced.

Disabling BYOM

PATCH with { "enabled": false } keeps the key but pauses BYOM routing. DELETE removes the key entirely.