cURL
curl --request POST \ --url https://api.agentixx.io/api/agents/{id}/improve-instructions \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "currentInstructions": "Answer customer questions.", "tone": "professional" } '
{ "instructions": "<string>" }
Use AI to suggest improved agent instructions.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Use AI to improve agent instructions
1
Improved instructions