Skip to main content
The API is in early access and is not publicly available. Endpoint URLs, request examples and sample responses on this page are illustrative. Contact hello@vangrid.io to request access.
Embodied AI systems, humanoid robots, drone swarms, autonomous industrial equipment, require a persistent, continuously updated model of the physical world to operate safely and effectively. Vangrid supplies the spatial cortex: a real-time stream of verified ground truth observations from the network that your system can ingest to keep its world model current.

What embodied AI needs from spatial data

A world model is only as good as its inputs. Vangrid addresses three core requirements:
  • Continuous updates, the physical world changes constantly; your world model must too
  • Verified observations, every data point carries a provenance_hash so your system can trust what it receives
  • High spatial density, tactical urban coverage means enough node overlap to corroborate observations and eliminate false positives

Streaming spatial updates into your world model

Use the Vangrid Streaming API to subscribe to a geographic zone and receive push updates as ground truth changes.
1

Define your area of interest

Specify the geographic polygon your system operates within. Keep the AOI tight to reduce update volume and latency.
2

Open a streaming connection

Connect to the streaming endpoint with your API key. Updates arrive as newline-delimited JSON.
3

Ingest updates into your world model

Parse each event and update your spatial representation. Use ground_truth_score to weight observations.
4

Verify provenance on critical observations

For safety-critical decisions, verify the provenance_hash before acting on an observation.
Python

Key data fields for embodied AI

Each streaming event includes:
For real-time navigation, filter to ground_truth_score >= 0.75. For safety-critical actions (grasping, human interaction), require ground_truth_score >= 0.90.

Example streaming event

Contact hello@vangrid.io to discuss high-frequency streaming rates and dedicated node allocation for production embodied AI deployments.
Last modified on August 8, 2026