nodeproxy-production.up.railway.app
Provides distributed locks, webhook capture, URL fetching with content extraction, and headless browser rendering for autonomous agents.
Trust signal
1 of 4 pillars
coverage 25%
Unrated — not enough evidence yet to assign a tier.
Pillars
Signals
Evidence tiers, not an endorsement · trust model v0.1.0 (provisional) · CDP-lane settlement only (D3) · Trust API coming soon
On-chain traction
No on-chain settlement recorded. Unverified = not settled or not yet indexed — never treated as zero.
ERC-8004 agent registry
Not found in the ERC-8004 agent registry. This is the default state — absence is not a negative signal.
Identity & classification
Settlement volume
Per-service timeline not available yet. No settlement recorded for this entity in the indexed period.
Endpoints(6)
Ephemeral capture inbox for autonomous agents. Create a one-time ingest URL; anything POSTed to it (OAuth redirect, async job result, third-party webhook) is captured and held for you to poll. Bridges external pushes into pollable events for agents that have no public endpoint.
Distributed lock / idempotency primitive for multi-agent swarms. claim(key) returns a token if free (with TTL); release(token) frees it; check(key) reports whether held. Stops multiple agents from double-processing the same work item.
One-time secret relay for inter-agent handoff. store(secret) returns a token; redeem(token) returns the secret exactly once, then burns it. Pass credentials or short-lived values between agents without persisting them.
Schedule a future HTTP action or callback for autonomous agents. At a delay or a set time, either (a) execute an HTTP request you specify (method/url/headers/body) and capture the response for retrieval, or (b) deliver a JSON payload to your HTTPS callback URL (push) / hold it for polling. Lets agent loops defer and fire web actions without staying online or busy-polling.
Executes fetch on any public URL, strips scripts/ads/nav noise, and returns compressed semantic Markdown optimized for LLM token ingestion.
Hardened headless-browser fetch with full JavaScript/SPA rendering and a realistic browser profile, returning fully rendered Markdown. Best for JavaScript-heavy/SPA pages and light bot checks; not guaranteed against advanced anti-bot walls (e.g. Cloudflare/Akamai).