Skip to main content
POST
/
v1
/
agents
/
{id}
/
suggest-instructions
Suggest agent instructions
curl --request POST \
  --url https://api.hq.zone/v1/agents/{id}/suggest-instructions \
  --header 'Authorization: Bearer <token>'
{
  "instructions": "<string>"
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

id
string<uuid>
required

Agent id

Response

A draft tailored system prompt for review

instructions
string
required

Claude's draft. Returned as plain text; caller saves via a follow-up PATCH /v1/agents/{id} {"instructions": "..."} after a human review pass. Never auto-persisted.