Everything between the sensor and the solution – integration fabric, data services, AI, an agentic runtime, and a digital twin engine. You build the solution; we’ve built the plumbing.
Five Layers of Middleware. One Digital Twin on Top.
Every solution you ship climbs the same pyramid – connect the physical world through the integration fabric, refine it into data and intelligence, and deliver a living digital twin as the product your customers see.
Platform Modules
Build On, Not From Scratch
Six production-grade modules behind one API – compose the ones your solution needs.
🔌
Device & Edge SDK
Bring any device online – ours, yours, or your customer’s legacy fleet.
Protocol AdaptersModbus, OPC-UA, BACnet, DNP3, CAN, MQTT out of the box
Edge RuntimeLocal rules, buffering, and analytics on gateways and MCUs
Fleet & OTA ManagementProvision, monitor, and update devices at scale
Secure OnboardingZero-touch provisioning with hardware root of trust
🧵
Integration Fabric
The connective tissue – every system your solution must talk to.
OT & SCADA ConnectorsSecure DMZ bridges into industrial control systems
Enterprise ConnectorsERP, CMMS, billing, and ticketing integrations
GIS & BIM ImportSpatial context and building models as first-class data
Open APIs & WebhooksREST and streaming APIs for anything we didn’t prebuild
🗄️
Data Services
A unified data model your whole solution can trust.
Streaming IngestionMQTT/Kafka pipelines for telemetry, events, and video
Time-Series & Spatial StoresPurpose-built storage with one query layer
Asset & Twin GraphEvery device, asset, and relationship in one model
Governance & Multi-TenancyPer-tenant isolation, lineage, and compliance
🧠
AI Services
Pre-trained intelligence you can call like any other API.
Prebuilt ModelsAnomaly detection, forecasting, and failure prediction
Custom Training PipelinesFine-tune on your customer’s data with MLOps built in
Edge DeploymentPush models to gateways for millisecond inference
Model Registry & MonitoringVersioning, drift detection, and rollback
🤖
Agentic AI Runtime
The layer that makes solutions autonomous – agents that reason over the twin and act on the real world.
Agent FrameworkGoal-driven agents with tools bound to telemetry and control
Multi-Agent OrchestrationCoordinated agents across domains and assets
Guardrails & ApprovalsPolicy limits, action scopes, and human-in-the-loop gates
Full Audit TrailEvery agent decision logged, explainable, and replayable
🪞
Digital Twin Engine
The output your customers see – a living replica, rendered and queryable.
Twin Modeling APIsDefine assets, networks, and behaviours declaratively
Simulation & What-IfRun scenarios against live state before acting
Visualization KitEmbeddable 2D/3D twin views, dashboards, and map layers
White-Label AppsShip branded web and mobile experiences on top
Developer Experience
From Idea to Autonomous Agent in an Afternoon
One SDK, one twin graph, one control plane. Write against the twin – the platform handles protocols, pipelines, and safety underneath.
SDKs for Python, JavaScript/TypeScript, and embedded C
REST, GraphQL, and streaming APIs with full OpenAPI specs
Sandbox environment with simulated devices and twins
Multi-tenant and white-label ready from day one
Deploy on our cloud, your cloud, or on-premise
deploy_agent.py
# Put an AI agent in charge of a live assetfrom rdv import Platform
p = Platform(api_key="rdv_live_…")
pump = p.twin.asset("pump-station-7")
agent = p.agents.create(
goal="hold reservoir pressure in range",
tools=[pump.telemetry, pump.control],
guardrails=p.guardrails.approval(risk="high"),
)
agent.run() # sense → predict → act, on its own
Integrations
Speaks Every Language of the Physical World
Field protocols to enterprise systems – prebuilt, tested, and supported.
Modbus OPC-UA BACnet DNP3 CAN MQTT Kafka LoRaWAN NB-IoT BLE SCADA GIS / ArcGIS BIM / IFC SAP / ERP CMMS REST / GraphQL Webhooks
Who It’s For
Built for the People Who Build Solutions
🏗️
System Integrators
Deliver utility, city, and industrial projects on a proven stack instead of assembling one per project.
📦
OEMs & Device Makers
Ship your hardware with a cloud, twin, and app experience already behind it – white-labelled as yours.
🚀
Software Teams
Add real-world sensing and control to your product without becoming an embedded company.
Start Building on the Platform
Get developer access, a sandbox twin, and an engineer on the first call – not a sales deck.