cURL
curl --request PUT \ --url https://api.agentixx.io/api/agents/{id} \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "name": "Updated Support Agent", "instructions": "Be concise and helpful." } '
{}
Update an AI agent configuration, knowledge, or tools. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Update an AI agent configuration
1
Agent updated