@apiKey = {{$dotenv API_KEY}} ### Health GET http://127.0.0.1:8010/api/v1/health X-API-Key: {{apiKey}} ### Daily brief GET http://127.0.0.1:8010/api/v1/reports/daily-brief X-API-Key: {{apiKey}} ### Report push runs GET http://127.0.0.1:8010/api/v1/reports/push-runs X-API-Key: {{apiKey}} ### AI ask POST http://127.0.0.1:8010/api/v1/ai/ask Content-Type: application/json X-API-Key: {{apiKey}} { "actor": "demo", "prompt": "总结当前项目风险。", "context": { "project": "P-2026-001" } }