Step through a simulated browser session — navigate, extract, screenshot, and collect a cryptographically signed invoice. Every field below is what the real API returns.
POST POST /conduit/sessions/{id}/actions
{
"type": "NAVIGATE",
"url": "https://example.com"
}Step 1 of 4 — NAVIGATE
{
"success": true,
"voixUsed": false,
"durationMs": 412
}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.
This is a simulated replay. Download Conduit on GitHub ↗ to run against any real site.