Update agent directory fields

Updates directory fields on an agent you own. Supports partial updates.

Updatable fields: slug, description, discoverability, tags.

Setting discoverability to public requires at least one tag.

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

idstringRequiredformat: "uuid"
Agent ID

Request

Agent update parameters
agentobjectRequired

Parameters for updating an agent’s directory fields (all fields optional for partial updates)

Response

Updated Agent
dataobject
An agent owned by the authenticated user

Errors