Skip to main content
Conduit/Session Replay
Live Session Replay

What a Real Conduit Session Produces

Step through a simulated browser session — navigate, extract, screenshot, and collect a cryptographically signed invoice. Every field below is what the real API returns.

1 / 4
Action
NAVIGATE

POST POST /conduit/sessions/{id}/actions

{
  "type": "NAVIGATE",
  "url": "https://example.com"
}

Step 1 of 4 NAVIGATE

API Response200 OK
{
  "success": true,
  "voixUsed": false,
  "durationMs": 412
}
Result

Navigated to example.com in 412ms.

VOIX capabilities: not detected. This site does not expose a VOIX agent manifest — Conduit will use standard DOM extraction instead.

Budget consumed: of session limit

This is a simulated replay. Download Conduit on GitHub ↗ to run against any real site.