API error type

Bundled-LLM consent required

HTTP 402 · https://errors.driftstack.dev/bundled-llm-consent-required

What it means

The agent turn would bill the deployment’s bundled LLM, and your account has not opted in.

How to fix it

Opt in via `PATCH /v1/account/me/bundled-llm-settings` (sets the monthly cap), or supply your own Anthropic key (BYOK always wins).

Where it appears

In the type field of the RFC 9457 application/problem+json error body, alongside title, status, detail, and an instance correlation id.