Draft an agent from a plain-language description
POST
https://server.heyrik.com/api/v1/agents/generateHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Parameters 2
Fields documented for this operation. See the request example for placement and structure.
descriptionstringRequired"A clinic receptionist that books appointments and answers timings".
categorystringOptional hint: healthcare, sales, support…
Response
No response example is documented for this operation yet.
Error referencePOST/agents/generate
cURL
curl -X POST https://server.heyrik.com/api/v1/agents/generate \
-H "Authorization: Bearer $HEYRIK_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "description": "A clinic receptionist that books appointments and answers timings" }'Illustrative examples · No live request is sent
