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.
# REST (free key)
curl -H "X-API-Key: $KEY" "https://dynamicfeed.ai"
# MCP (keyless) — point any client at https://dynamicfeed.ai/mcp, then call:
Sample response
{ "verdict": { "status": "caution" },
"facts": [ { "id": "wx.wind_kmh", "value": 38, "stale": false } ],
"signature": { "alg": "Ed25519", "key_id": "df-ed25519-4cb32e72f333" } }
Why live data
Robotics and autonomy insurance is hard to price and harder to adjudicate, because after an incident there's rarely an independent 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 verdict, signs it over its exact bytes, and can anchor it to Bitcoin — a contemporaneous record either side can re-check. Be exact about what it is: this is advisory EVIDENCE of the conditions reported to the system — not a safety system, not a certification, and never the sole basis for a safety-of-life decision. It records what the system was told; it does not guarantee the world was as reported, or that the unit acted correctly. It is advisory evidence — not legal, insurance or compliance advice, and it does not discharge any regulatory obligation.
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.