Oden Docs

Last validated: 2026-05-25

Oden is the Voysys software stack for low-latency remote operation of vehicles and machines.

Oden has multiple components: the vehicle-side Oden Streamer, the operator-side OdenVR (Player), and the cloud fleet management system Bifrost.

Using these docs with LLM agents

To make this site easier to feed to ChatGPT, Claude, Cursor, or any other LLM agent, every page is published in machine-readable form alongside the HTML:

  • llms.txt — a structured table of contents with direct links to every page in Markdown.

  • llms-full.txt — the entire documentation concatenated into a single Markdown document, ready for one-shot ingestion.

  • Any individual page is also available as Markdown: replace .html with .md in the URL (for example, /start/quickstart.md).

Point your agent at llms.txt first so it can fetch only the pages it needs, or hand it llms-full.txt when you want the whole context in one go.