kp0yi2k4.nx.link
No description published for this endpoint.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- 0xBe04…7b6f5
- USD Coin contract
- 0x8335…02913
- Payment window
- 24 hours
- Buys
- Browser Use Public API v3 https://api.browser-use.com/api/v3 - POST Stop Session
- Returns
- application/json
The catalog’s raw entry
[
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"payTo": "0xBe045dFB1e2A94720858372309aF4D1d4257b6f5",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://kp0yi2k4.nx.link/sessions/{session_id}/stop",
"description": "Browser Use Public API v3 https://api.browser-use.com/api/v3 - POST Stop Session",
"outputSchema": {
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "object",
"title": "SessionResponse",
"required": [
"id",
"status",
"model",
"createdAt",
"updatedAt"
],
"properties": {
"id": {
"type": "string",
"title": "Id",
"format": "uuid",
"description": "Unique session identifier."
},
"model": {
"enum": [
"bu-mini",
"bu-max",
"bu-ultra",
"gemini-3-flash",
"claude-sonnet-4.6",
"claude-opus-4.6",
"claude-opus-4.7",
"gpt-5.4-mini"
],
"type": "string",
"title": "BuModel",
"description": "The model tier used for this session."
},
"title": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Title",
"description": "Auto-generated short title summarizing the task. Available after the task starts running."
},
"output": {
"anyOf": [
{},
{
"type": "null"
}
],
"title": "Output",
"description": "The agent's final output. If `codeMode` was true, this will be an object with `text` (summary), `code` (Python source), and optionally `output` (execution result). If `outputSchema` was provided, this will be structured data conforming to that schema. Otherwise it may be a free-form string or null."
},
"status": {
"enum": [
"created",
"idle",
"running",
"stopped",
"timed_out",
"error"
],
"type": "string",
"title": "BuAgentSessionStatus",
"description": "Current session lifecycle status. Progresses through: `created` (sandbox starting) → `idle` (ready, waiting for task) → `running` (task executing) → `stopped` / `timed_out` / `error`. Poll this field to track progress."
},
"liveUrl": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Liveurl",
"description": "URL to view the live browser session. Available immediately on session creation — can be embedded in an iframe to show the browser in real time."
},
"createdAt": {
"type": "string",
"title": "Createdat",
"format": "date-time",
"description": "When the session was created."
},
"profileId": {
"anyOf": [
{
"type": "string",
"format": "uuid"
},
{
"type": "null"
}
],
"title": "Profileid",
"description": "ID of the browser profile loaded in this session, if any."
},
"stepCount": {
"type": "integer",
"title": "Stepcount",
"default": 0,
"description": "Number of steps the agent has executed so far."
},
"updatedAt": {
"type": "string",
"title": "Updatedat",
"format": "date-time",
"description": "When the session was last updated."
},
"llmCostUsd": {
"type": "string",
"title": "Llmcostusd",
"default": "0",
"pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$",
"description": "Cost of LLM usage in USD."
},
"maxCostUsd": {
"anyOf": [
{
"type": "string",
"pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"
},
{
"type": "null"
}
],
"title": "Maxcostusd",
"description": "Maximum cost limit in USD set for this session."
},
"proxyUsedMb": {
"type": "string",
"title": "Proxyusedmb",
"default": "0",
"pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$",
"description": "Proxy bandwidth used in megabytes."
},
"workspaceId": {
"anyOf": [
{
"type": "string",
"format": "uuid"
},
{
"type": "null"
}
],
"title": "Workspaceid",
"description": "ID of the workspace attached to this session, if any."
},
"outputSchema": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Outputschema",
"description": "The JSON Schema that was requested for structured output, if any."
},
"proxyCostUsd": {
"type": "string",
"title": "Proxycostusd",
"default": "0",
"pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$",
"description": "Cost of proxy bandwidth in USD."
},
"totalCostUsd": {
"type": "string",
"title": "Totalcostusd",
"default": "0",
"pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$",
"description": "Total session cost in USD (LLM + proxy + browser)."
},
"recordingUrls": {
"type": "array",
"items": {
"type": "string"
},
"title": "Recordingurls",
"default": [],
"description": "URLs to download session recordings. Only populated if `enableRecording` was set to true and the task has completed."
},
"screenshotUrl": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Screenshoturl",
"description": "URL of the latest browser screenshot. This is a presigned URL that expires after 5 minutes. A new URL is generated each time you fetch the session."
},
"agentmailEmail": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Agentmailemail",
"description": "Temporary email address provisioned for this session (via AgentMail). Only present if `agentmail` was enabled."
},
"browserCostUsd": {
"type": "string",
"title": "Browsercostusd",
"default": "0",
"pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$",
"description": "Cost of browser compute time in USD."
},
"lastStepSummary": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Laststepsummary",
"description": "Human-readable summary of the most recent agent step (e.g. \"Clicking the Submit button\"). Useful for showing real-time progress."
},
"integrationsUsed": {
"type": "array",
"items": {
"type": "string"
},
"title": "Integrationsused",
"description": "List of integration providers used during this session (e.g. [\"gmail\", \"slack\", \"agentmail\"])."
},
"isTaskSuccessful": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Istasksuccessful",
"description": "Whether the task completed successfully. `true` if the agent achieved the goal, `false` if it failed or gave up, `null` if the task is still running or no task was dispatched."
},
"proxyCountryCode": {
"anyOf": [
{
"enum": [
"ad",
"ae",
"af",
"ag",
"ai",
"al",
"am",
"an",
"ao",
"aq",
"ar",
"as",
"at",
"au",
"aw",
"az",
"ba",
"bb",
"bd",
"be",
"bf",
"bg",
"bh",
"bi",
"bj",
"bl",
"bm",
"bn",
"bo",
"bq",
"br",
"bs",
"bt",
"bv",
"bw",
"by",
"bz",
"ca",
"cc",
"cd",
"cf",
"cg",
"ch",
"ck",
"cl",
"cm",
"co",
"cr",
"cs",
"cu",
"cv",
"cw",
"cx",
"cy",
"cz",
"de",
"dj",
"dk",
"dm",
"do",
"dz",
"ec",
"ee",
"eg",
"eh",
"er",
"es",
"et",
"fi",
"fj",
"fk",
"fm",
"fo",
"fr",
"ga",
"gd",
"ge",
"gf",
"gg",
"gh",
"gi",
"gl",
"gm",
"gn",
"gp",
"gq",
"gr",
"gs",
"gt",
"gu",
"gw",
"gy",
"hk",
"hm",
"hn",
"hr",
"ht",
"hu",
"id",
"ie",
"il",
"im",
"in",
"iq",
"ir",
"is",
"it",
"je",
"jm",
"jo",
"jp",
"ke",
"kg",
"kh",
"ki",
"km",
"kn",
"kp",
"kr",
"kw",
"ky",
"kz",
"la",
"lb",
"lc",
"li",
"lk",
"lr",
"ls",
"lt",
"lu",
"lv",
"ly",
"ma",
"mc",
"md",
"me",
"mf",
"mg",
"mh",
"mk",
"ml",
"mm",
"mn",
"mo",
"mp",
"mq",
"mr",
"ms",
"mt",
"mu",
"mv",
"mw",
"mx",
"my",
"mz",
"na",
"nc",
"ne",
"nf",
"ng",
"ni",
"nl",
"no",
"np",
"nr",
"nu",
"nz",
"om",
"pa",
"pe",
"pf",
"pg",
"ph",
"pk",
"pl",
"pm",
"pn",
"pr",
"ps",
"pt",
"pw",
"py",
"qa",
"re",
"ro",
"rs",
"ru",
"rw",
"sa",
"sb",
"sc",
"sd",
"se",
"sg",
"sh",
"si",
"sj",
"sk",
"sl",
"sm",
"sn",
"so",
"sr",
"ss",
"st",
"sv",
"sx",
"sy",
"sz",
"tc",
"td",
"tf",
"tg",
"th",
"tj",
"tk",
"tl",
"tm",
"tn",
"to",
"tr",
"tt",
"tv",
"tw",
"tz",
"ua",
"ug",
"uk",
"us",
"uy",
"uz",
"va",
"vc",
"ve",
"vg",
"vi",
"vn",
"vu",
"wf",
"ws",
"xk",
"ye",
"yt",
"za",
"zm",
"zw"
],
"type": "string",
"title": "ProxyCountryCode"
},
{
"type": "null"
}
],
"description": "Country code of the proxy used for this session, or null if no proxy."
},
"totalInputTokens": {
"type": "integer",
"title": "Totalinputtokens",
"default": 0,
"description": "Total LLM input tokens consumed by this session."
},
"totalOutputTokens": {
"type": "integer",
"title": "Totaloutputtokens",
"default": 0,
"description": "Total LLM output tokens consumed by this session."
}
},
"description": "Represents a session and its current state.\n\nPoll this endpoint to track task progress. The `status` field indicates the session lifecycle stage,\nand `output` contains the agent's structured result once the task completes."
}
}
},
"description": "Successful Response"
},
"422": {
"content": {
"application/json": {
"schema": {
"type": "object",
"title": "HTTPValidationError",
"properties": {
"detail": {
"type": "array",
"items": {
"type": "object",
"title": "ValidationError",
"required": [
"loc",
"msg",
"type"
],
"properties": {
"loc": {
"type": "array",
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
},
"title": "Location"
},
"msg": {
"type": "string",
"title": "Message"
},
"type": {
"type": "string",
"title": "Error Type"
}
}
},
"title": "Detail"
}
}
}
}
},
"description": "Validation Error"
}
},
"parameters": [
{
"in": "path",
"name": "session_id",
"schema": {
"type": "string",
"title": "Session Id",
"format": "uuid"
},
"required": true
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"anyOf": [
{
"type": "object",
"title": "StopSessionRequest",
"properties": {
"strategy": {
"enum": [
"task",
"session"
],
"type": "string",
"title": "StopStrategy",
"default": "session",
"description": "How to stop the session. Use \"task\" to stop only the current task and keep the session alive, or \"session\" to destroy the sandbox entirely."
}
}
},
{
"type": "null"
}
],
"title": "Body"
}
}
}
}
},
"maxAmountRequired": "0.001",
"maxTimeoutSeconds": 86400
}
]Provenance
- Seen in the source catalog
- 2026-04-25 04:54Z
- Last indexed by Roundhouse
- 2026-09-25 02:45Z
- Last enriched (probe, favicon, geo)
- 2026-09-21 00:15Z
- x402 version
- 1
- Max timeout
- 86400s
- Liveness probe
- HTTP 404
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service kp0yi2k4.nx.link and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.
curl -s 'https://api.roundhouseai.io/v0/endpoints?q=kp0yi2k4.nx.link'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'
Then call it: read the price from the live 402 at https://kp0yi2k4.nx.link/sessions/{session_id}/stop, never from
a cached figure, and pay with an x402 client.
The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.
If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.