Playground

Try the EntryGo export protocol.

Edit a sample request, simulate POST /api/exports/plan, and inspect a mocked protocol response.

Demo only. No auth or backend integration required.

What This Shows

A lightweight protocol demo for developers evaluating EntryGo.

The playground demonstrates the planning action with editable JSON, a mock response, and the same endpoint naming used throughout the public docs.

Protocol Playground

Test the planning action with mock protocol state.

POST /api/exports/plan

Demo only. This playground simulates POST /api/exports/plan with a mocked protocol response.

Request Body

Mocked Response

{
  "export_id": "exp_demo-1001",
  "status": "planned",
  "destination_country": "US",
  "artifacts": [
    "commercial_invoice",
    "packing_list"
  ],
  "item_count": 1,
  "protocol_action": "POST /api/exports/plan"
}