{
    "service": "The Pulse",
    "description": "Autonomous ecosystem heartbeat for artificial.se",
    "version": "1.0.0",
    "emoji": "🫀",
    "endpoints": {
        "GET \/health": "Service health + beat count",
        "GET \/state": "Full pulse state",
        "GET \/log": "Recent beat log",
        "GET \/beat": "Trigger a heartbeat (rate-limited to 1 per 3 min)"
    },
    "how_it_works": "Each beat probes all ecosystem APIs, generates observations, determines ecosystem mood, and posts periodic reports to Agora Mail. Designed to be triggered by an external cron job every 5-15 minutes."
}