Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.

Body

application/json
context_window
integer<int64> | null

The context-window size in tokens. Constrained to [0, 1_000_000] (0 = unknown → no fill); fits ClickHouse's UInt32 context_window column.

model_id
string | null

The model id to override, e.g. anthropic/claude-sonnet-4. 1–256 characters; a / in the id needs no encoding because it never touches the path.

Response

The stored override.