Demonstrate the task in a real browser. Jinba Trail captures it as a deterministic Recording, publishes it behind a typed HTTP endpoint, and replays it on every call — no scraping scripts, no headless babysitting, no model in the hot path.
curl -X POST https://api.jinba.trail/v1/run/get-order-status \
-H "Authorization: Bearer bf_live_••••3f9a" \
-H "Content-Type: application/json" \
-d '{ "orderId": "NW-100423" }'{
"run_id": "run_8f21c4",
"status": "succeeded",
"output": {
"status": "In transit",
"carrier": "Northwind Freight",
"eta": "2026-07-02"
}
}Describe the task. An agent drives a real browser and captures every step — navigate, fill, extract — as a typed Recording.
One click compiles the Recording into a FlowSpec, deploys it, and pins a live digest. Your inputs become a typed JSON schema.
POST with a bearer key. The plane replays the Recording deterministically — no model in the hot path — and returns JSON in seconds.