agent-swarm.devagent-swarm.dev

Heartbeat

Health check endpoint — verify the agent-swarm.dev API is running and reachable

POST
/api/heartbeat/checklist

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
}
POST
/api/heartbeat/sweep

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
}