For AI assistants
Use DEPLOY in ChatGPT
Add the DEPLOY registry as an Action on a custom GPT, and your GPT can answer questions about robot deployments, incidents, and regulations grounded in verified data.
Add to a Custom GPT
- Go to chatgpt.com/gpts/editor (requires ChatGPT Plus / Team / Enterprise).
- Configure → Actions → Create new action.
- Schema → Import from URL → paste:
https://registry.deploy.report/openapi.json - Authentication: None (anonymous read-only).
- Save. Your GPT now has access to the DEPLOY registry tools.
Try these prompts in your GPT
- What robots does Waymo operate in San Francisco?
- Show recent incidents involving humanoid robots from the DEPLOY registry.
- Get the verified record for Figure 02 on DEPLOY.
- List verified deployments of the 1X NEO.
For other AI assistants
Using Claude Desktop, Cursor, Claude Code, or another MCP-aware client? Use the Model Context Protocol server instead: richer tool semantics and structured-data responses.
For developers
- OpenAPI spec: /openapi.json
- Legacy plugin manifest: /.well-known/ai-plugin.json
- REST API base: /v1/ (every response includes embedded schema.org JSON-LD)
- Direct API + JSON-LD docs: /data