AI agents can browse, click, and interact like humans, yet most websites still block them. SpaceRouter routes your agent through real residential IPs, so the web treats it like any other user. One proxy URL. Zero code changes.
AI agents are reshaping the internet. They browse, purchase, fill forms, gather data — autonomously, at scale, around the clock. They're projected to drive a $209 billion web data infrastructure market.
But there's a wall. Websites detect and block traffic that doesn't come from a real user on a real home connection. It doesn't matter how sophisticated your agent is — if it's running from a data center, most of the web is off limits.
SpaceRouter solves this at the infrastructure level. Agent-native tooling — Skill, CLI, SDK, and API — built from the ground up for autonomous workflows. No dashboards. No manual configuration. Your agent connects in one call.
HTTP or SOCKS5 — whatever your client supports. Zero changes to your agent's code.
Authentication happens at the edge. Invalid keys are rejected before traffic is routed.
Weighted scoring ensures you always get the highest-quality residential connection.
Runs on real home machines, behind real ISPs, with real residential addresses.
Full response fidelity — headers, cookies, and body returned intact.
curl -x "http://gateway.spacerouter.org:8080" \ -U "sr_live_YOUR_API_KEY:" \ https://httpbin.org/ip
curl -x "socks5://sr_live_YOUR_API_KEY:@gateway.spacerouter.org:1080" \ https://httpbin.org/ip
curl -x "socks5://sr_live_YOUR_API_KEY-country-KR-type-residential:@gateway.spacerouter.org:1080" \ https://httpbin.org/ip
from spacerouter import SpaceRouter with SpaceRouter( "sr_live_YOUR_API_KEY", region="KR", ip_type="residential", ) as router: response = router.get("https://httpbin.org/ip") print(response.json())
import { SpaceRouter } from "@spacenetwork/spacerouter"; const router = new SpaceRouter("sr_live_YOUR_API_KEY", { region: "KR", ipType: "residential", }); const response = await router.get("https://httpbin.org/ip"); console.log(await response.json()); router.close();
| Component | Role | Description |
|---|---|---|
| Proxy Gateway | Entry Point | Agent-facing entry point. Handles HTTP and SOCKS5 proxy protocols, authentication, rate limiting, and route selection. |
| Coordination API | Control Plane | Central control plane. Manages the node registry, API keys, IP classification (via IPinfo.io), and health-based routing. |
| Home Node | Exit Point | Residential exit point. Runs on home machines behind NAT, auto-configures port forwarding via UPnP, and proxies traffic from its residential IP. |
curl -x "http://gateway.spacerouter.org:8080" \ -U "sr_live_YOUR_API_KEY:" \ https://httpbin.org/ip
Share your IP address, earn $SPACE. Or deploy AI agents through a residential network built for speed and scale. Either way, you're in.
Space moves fast. Don't miss a beat. Enter your email to be the first to always know.
SpaceRouter is the first product in the Spacecoin ecosystem — a decentralized satellite internet network. As SpaceRouter scales, the SPACE token becomes the payment and staking layer connecting AI agents, node operators, and the broader space economy.
AI agents are the new users of the internet. SpaceRouter is their network.
Starting with residential IP addresses that give agents private, unrestricted access to the web, SpaceRouter is building the world's fastest privacy-preserving, decentralized routing network — token-incentivized, inspired by Tor, and destined to scale across the globe and into space through Space Network, a decentralized satellite telecommunications network powered by Spacecoin.