cURL
curl --request GET \ --url https://api.example.com/api/monthly
{ "summary": { "copy": "<string>", "structured": {}, "provenance": {}, "recordDateLabel": "<string>" }, "copy": "<string>", "structured": {}, "provenance": {}, "recordDateLabel": "<string>", "agentHandoff": { "payload": {}, "prompt": "<string>" }, "summaryHash": "<string>", "generatedAt": "<string>", "version": "<string>" }
Monthly market regime summary with operational guidance
GET /api/monthly
Show summary properties
Show agentHandoff properties
curl https://your-domain.com/api/monthly
{ "summary": { "copy": "Market regime shows expansion characteristics with stable Treasury yields. Base rate at 4.15% suggests accommodative conditions. Yield curve normalized with 2Y-10Y spread at +10bps. Recommend normal project velocity and standard vendor commitments.", "structured": { "regime": "EXPANSION", "baseRate": 4.15, "curveSlope": 10, "constraints": ["NONE"], "recommendations": [ "Maintain normal hiring pace", "Proceed with multi-quarter infrastructure investments", "Standard vendor contract terms acceptable" ] }, "provenance": { "source": "US_TREASURY", "recordDate": "2026-03-02", "fetchedAt": "2026-03-03T10:30:00Z", "isLive": true }, "recordDateLabel": "March 2026" }, "copy": "Market regime shows expansion characteristics...", "structured": { "regime": "EXPANSION", "baseRate": 4.15, "curveSlope": 10 }, "provenance": { "source": "US_TREASURY", "recordDate": "2026-03-02" }, "recordDateLabel": "March 2026", "agentHandoff": { "payload": { "assessment": { /* full assessment data */ }, "treasury": { /* yield curve data */ }, "sensors": [ /* sensor readings */ ], "macroSeries": [ /* macro indicators */ ] }, "prompt": "Based on the following market regime data..." }, "summaryHash": "a1b2c3d4e5f6", "generatedAt": "2026-03-03T10:00:00Z", "version": "v1" }
agentHandoff
summaryHash