Record an agent heartbeat
POST
/api/v1/agents/{id}/heartbeatParameters
This endpoint does not accept parameters.
Responses
Response schema will be published alongside the stable v1 API.
Request
curl -X POST "https://api.knowledgetree.dev/api/v1/agents/{id}/heartbeat" \
-H "Authorization: Bearer $KT_API_TOKEN"