Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Body

application/json

Full runtime configuration for complexity routing analysis.

tier_boundaries
object
required

Score thresholds for complexity tier classification. All values must satisfy 0 < simple_medium < medium_complex < complex_reasoning < 1.

keywords
object
required

Editable keyword lists used by the complexity analyzer. Only the four user-facing dimensions are exposed; reasoning_keywords entries drive the reasoning tier override. Matching is normalized to lowercase and duplicates are removed on save.

Response

Complexity analyzer config updated successfully

Full runtime configuration for complexity routing analysis.

tier_boundaries
object
required

Score thresholds for complexity tier classification. All values must satisfy 0 < simple_medium < medium_complex < complex_reasoning < 1.

keywords
object
required

Editable keyword lists used by the complexity analyzer. Only the four user-facing dimensions are exposed; reasoning_keywords entries drive the reasoning tier override. Matching is normalized to lowercase and duplicates are removed on save.