{"name":"BenchLM Radar","version":"1.0","description":"Source-linked model, API, pricing, research, app, benchmark, and outage intelligence.","openapi":"https://radar.benchlm.ai/v1/schema.json","authentication":{"type":"bearer","secretEnvironmentVariable":"RADAR_API_KEY","header":"Authorization: Bearer $RADAR_API_KEY"},"polling":{"endpoint":"https://radar.benchlm.ai/v1/events","recommendedIntervalSeconds":60,"initialRequest":"GET /v1/events?limit=50","subsequentRequest":"GET /v1/events?cursor=<nextCursor>&limit=200","rules":["Persist nextCursor after every successful response.","When hasMore is true, request the returned nextCursor immediately.","Deduplicate events by id.","Treat sourceUrl as the authoritative evidence link.","Do not expose the API key in prompts, logs, or chat messages."]}}