Integration Surface

API Documentation.

Public programmatic access to the live signal stream used by The Circle interface.

GET /signals.json

Returns the latest FIRE observations and confidence scores.

Transport: static JSON file bundled with deployment

Example: `/signals.json`

Response Shape

{
  "generatedAt": "2026-02-20T23:35:00.000Z",
  "signals": [
    {
      "id": 1,
      "sector": "ELECTRONIC LABOUR",
      "tone": "labour",
      "confidence": 0.82,
      "headline": "...",
      "source": "Insurance Ecotone",
      "timestamp": "2026-02-20 14:32 UTC",
      "leadTime": "11 days",
      "status": "COMPLETE"
    }
  ]
}