Agents

Update Agent Jwks

Update an agent's JWKS (public keys for JWT-bearer authentication).

The JWKS must contain at least one Ed25519 public key and must not contain any private key material. This enables the agent to authenticate via JWT-bearer assertions signed with the corresponding private key.

put/agents/{agent_id}/jwks

Path parameters

agent_idstring required

Request body

jwksobject required

JWKS containing public keys

Response

Successful Response

approved_atstring date-time nullable
approved_bystring nullable
created_atstring date-time required
denial_reasonstring nullable
denied_bystring nullable
descriptionstring nullable
has_api_keyboolean
idstring required
namestring required
owner_idstring nullable
parent_agent_idstring nullable
registered_bystring required
statusstring required

Changes

Changed in 3 of the 88 revisions of this API.12