Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Update Agent
PATCH /v1/agents/{agentID}
Updates mutable fields on an existing machine agent identity. Only the fields provided in the request body are modified; all other fields remain unchanged. At least one field must be provided.
Authentication
RequiresX-API-Key header or Bearer JWT token. Tenant-scoped via X-Tenant-ID.
Path Parameters
The MAIP agent identifier (e.g.,
maip:t1234567:01HYX3KPZQ7RJGBN0WFMV8SDEH).Request Body
All fields are optional, but at least one must be provided.Updated human-readable name. Maximum 256 characters.
Updated description. Maximum 2048 characters.
Replacement metadata object. Replaces the entire metadata field (not a merge).
Maximum 16 KB serialized.
Response
Returns the full updated agent identity object.Internal UUID primary key.
MAIP-compliant agent identifier.
The updated display name.
The updated description.
The updated metadata object.
Current lifecycle status after update.
ISO 8601 timestamp reflecting the update.

