Heartbeat
Health check endpoint — verify the agent-swarm.dev API is running and reachable
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Response Body
application/json
application/json
curl -X POST "http://localhost:3013/api/heartbeat/checklist"{
"success": true,
"message": "string"
}{
"error": "string",
"property1": null,
"property2": null
}Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Response Body
application/json
application/json
curl -X POST "http://localhost:3013/api/heartbeat/sweep"{
"success": true,
"message": "string"
}{
"error": "string",
"property1": null,
"property2": null
}