Docs
Reality Cloud developer guide.
Everything you need to ingest, map, tile, and analyze interiors. Use the quick-start paths below or dive into the full API reference.
1. Ship your first scene
- Install the CLI and authenticate with `pnpm dlx 2020 login`.
- Create a project, register your sensor mesh, and stream an initial capture.
- Trigger the default mapping pipeline and review the output in the Ops console.
2. Serve semantic tiles
- Define layers (geometry, anchors, analytics signals) in `maps.config.ts`.
- Publish tiles to staging and validate via the built-in WebGL viewer.
- Promote to production and pin a version for robots or AR overlays.
3. Automate analytics
- Write a custom job using our TypeScript SDK and register it in `analytics/jobs.ts`.
- Schedule runs based on scene updates or webhook triggers.
- Export results to your data warehouse or emit to downstream APIs.