cURL
curl --request PATCH \ --url https://api.vexara.io/v1/agents/{agentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "status": "active", "revenueShare": 123 } '
Update AI Agent configuration (only by creator)
JWT Bearer token authentication. Include the token in the Authorization header
active
paused
Agent updated successfully