DEPLOYThe reference layer for physical AI

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

  1. Go to chatgpt.com/gpts/editor (requires ChatGPT Plus / Team / Enterprise).
  2. Configure → Actions → Create new action.
  3. Schema → Import from URL → paste:
    https://registry.deploy.report/openapi.json
  4. Authentication: None (anonymous read-only).
  5. Save. Your GPT now has access to the DEPLOY registry tools.

Try these prompts in your GPT

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.

Use the MCP server

For developers