DEPLOYregistry

Data and API

DEPLOY publishes the verified record of physical AI in machine-readable form for developers, AI agents, researchers, and journalists. The surfaces below are stable, indexable, and free to use without an account or API key. Rate limits are generous; if you need bulk access, see the contact note at the bottom.

REST API endpoints

JSON, no authentication required, served from https://registry.deploy.report/v1/. Responses follow conventional REST shapes (collection at the root path, single record at /{id}). All UUIDs use the canonical entity-ID space, stable across renames.

Example: fetch the Tesla company record at /v1/companies/bde7c8a1-5d35-449d-93b0-2ac8e4601c16.

Markdown mirrors

Every entity, comparison, glossary, methodology, and category page on DEPLOY has a markdown mirror at the same URL with .md appended. Pure text, no JavaScript, no HTML chrome. The markdown mirror is the canonical agent-ingestion surface.

JSON-LD structured data

All entity and aggregation pages embed schema.org structured data in the page head for machine consumption. Types in use: Organization (companies), Product (models), Place (locations), Article (comparison pages), ItemList (category and aggregation pages), and DefinedTermSet with DefinedTerm children on the glossary. Crawlers and LLMs can extract canonical names, IDs, URLs, and relationships without parsing the visible HTML body.

RSS feeds

Standard RSS 2.0. Subscribe in any reader. Two scopes:

Feed-reader autodiscovery: company detail pages declare their feed via a <link rel="alternate" type="application/rss+xml"> tag in the page head.

Bulk access

The REST endpoints listed above return full collections by default; a single GET to /v1/entities returns the entire entity index. Equivalent collection endpoints exist for /v1/companies, /v1/models, /v1/robots, /v1/incidents, /v1/locations, and /v1/regulations. A single-file bulk export (newline-delimited JSON of the full registry snapshot) is on the roadmap. Researchers needing bulk access before that ships: corrections@deploy.report.

Citation

Citation guidelines for journalists, researchers, and AI agents consuming the registry are documented at /cite (forthcoming; in the meantime cite the canonical URL of the record plus the access date).

Verification discipline

Every record on the registry has been verified against primary sources or rendered as company-claimed. See how we verify and the glossary for the strict definitions behind "deployment", "fleet", "incident", and the rest of the registry vocabulary.

Machine-readable: this page as markdown · sitemap · /llms.txt