A signed go/caution/no-go trail for autonomous-fleet insurance.
When an autonomous unit acts, the question afterward is what it was told. Dynamic Feed returns a per-location go / caution / no-go verdict, Ed25519-signed — so an operator or insurer has a contemporaneous, re-checkable record of the conditions Dynamic Feed reported to the system before it moved.
The call
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# Keyless over MCP — point any client at https://dynamicfeed.ai/mcp
# Or one signed REST call (free key) — full reference at https://dynamicfeed.ai/docs:
curl -s https://dynamicfeed.ai/v1/batch -H "Content-Type: application/json" \
-d '{"calls":[{"tool":"","args":{}}]}'
Sample response
{ "verdict": { "status": "caution" },
"facts": [ { "id": "wx.wind_kmh", "value": 38, "stale": false } ],
"signature": { "alg": "Ed25519", "key_id": "df-ed25519-6ca0de29113b" } }
Why live data
Robotics and autonomy insurance is hard to price and harder to adjudicate, because after an incident there is rarely a checkable record of what the system was told. Dynamic Feed's awareness API fuses live weather, wind, air quality, space weather and nearby hazards into a per-class go / caution / no-go advisory and signs supported records over their exact bytes. A workflow can separately request an RFC 3161 artifact for the record digest; independent time evidence requires full token, digest-binding and certificate-path validation. This is advisory evidence of reported conditions — not a safety system, certification, legal, insurance or compliance advice, and never the sole basis for a safety-of-life decision.
Use it for
- A signed, pre-action record of the conditions a unit was given
- Incident reconstruction for drone / ground / marine autonomy claims
- An underwriting input on what an operator's systems consume
- Pairs with the dual-use evidence bundle — one record for actuation and a claim
FAQ
Is this a safety system for my fleet?
No. Dynamic Feed is advisory evidence, not a safety system or a certification, and must never be the sole basis for a safety-of-life decision. It records the conditions reported to a unit so they can be re-checked later.
What does 'signed' prove here?
That Dynamic Feed issued this exact verdict and facts at this time and they haven't been altered since — verifiable against /.well-known/keys. It does not prove the world matched the report, or that the unit's action was correct.
Does Dynamic Feed control or command the robot?
No. It returns information a system or operator may use; all control, safety and operational decisions are theirs.