Skip to main content

Daily brief API

Retrieve an aggregated daily briefing that checks the health of all Agentbot platform services in real time.

Get daily brief

No authentication required. Returns a structured briefing with live health checks for each monitored service, recent activity context, focus items, market pulse, security alerts, and upcoming milestones. The endpoint probes each service concurrently using an 8-second per-service timeout. Services that do not respond within the timeout are reported as down.

Monitored services

Response

Top-level fields

Brief section fields

System status item format

Each item in the system section follows one of these formats based on the service health: When a service returns a JSON response with a version or build field, the version is included in the healthy status message.

Security section behavior

The security section items are derived from the health check results:
  • When all services are healthy: "All infrastructure healthy — no anomalies detected in last check"
  • When services are down: "{count} service(s) DOWN: {names}"
  • When services are degraded: "{count} service(s) degraded: {names}"

Errors