Notte

Active

by Orthogonal

Browser automation / anti-bot.

Infrastructure

Endpoints · 15

Base URLhttps://x402.orthogonal.com/notte
GET/sessions/{session_id}/cookiesNot publishedGet all cookies from the browser session.
POST/sessions/{session_id}/cookies$0.001Set cookies in the browser session.
GET/sessions/{session_id}/network/logsNot publishedGet network request/response logs from the session.
POST/sessions/{session_id}/page/observe$0.005Observe the current page state and get available actions.
POST/sessions/{session_id}/page/screenshot$0.001Take a screenshot of the current page.
DELETE/sessions/{session_id}/stopNot publishedStop and clean up a browser session.
POST/scrape_from_html$0.002Extract structured content from raw HTML without using a browser
POST/agents/startNot publishedStart an AI agent to autonomously complete a browser task.
POST/sessions/startNot publishedStart a new browser session. Configure browser type, proxies, viewport, and session timeout.
GET/agents/{agent_id}Not publishedGet agent execution status and results.
DELETE/agents/{agent_id}/stopNot publishedStop a running agent.
POST/scrape$0.01Scrape content from a URL without managing sessions.
POST/sessions/{session_id}/page/execute$0.002Execute an action on the page (click, type, navigate, etc.).
POST/sessions/{session_id}/page/scrape$0.003Scrape content from the current page in the session.
GET/sessions/{session_id}Not publishedGet session status and details.

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/notte/sessions/{session_id}/cookies
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/notte/sessions/{session_id}/cookies \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.