Update agent configuration.
cURL
curl --request PATCH \ --url https://api.usehavoc.com/api/agents/{agentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "model": "<string>", "status": "<string>" } '
Clerk JWT Token — obtained from the Havoc frontend via Clerk authentication.
Agent updated