# Hyrule Cloud > IPv6-native bare-metal VM provisioning on AS215932. No-KYC: a random > account handle and a password you set, or pay anonymously with crypto. > Clear daily pricing, ~60s provisioning, x402 for AI agents. The web > frontend is a thin shell over the API at /api/* (same origin). ## Anonymity guarantees - No email collected, ever. - No phone, no name, no address. - Account handles are random `H<10 hex>`; you set the password. - Anon checkout: no account at all, one-shot management URL. - We store: VM config you provide, your SSH public key, the payer wallet address (x402 EVM only), a sha256 of your /64 IPv6 prefix for abuse rate limiting. That's it. ## Products - [VM tiers and pricing](https://hyrule.host/services): explicit vCPU / RAM / disk and daily USD pricing. SSH root access via your public key. - [Order a VM](https://hyrule.host/order): single-page order flow. - [Transparency](https://hyrule.host/transparency): operator, jurisdiction, host inventory, BGP peering, monitoring stack. - [FAQ](https://hyrule.host/faq): no-KYC details, recovery, IPv6 reachability. - [Terms](https://hyrule.host/terms), [Privacy](https://hyrule.host/privacy), [Abuse](https://hyrule.host/abuse), [Legal](https://hyrule.host/legal): service rules, data handling, notice/action flow, contact points. ## API Canonical API host: https://cloud.hyrule.host (the web frontend at https://hyrule.host proxies `/api/*` to it, so browser clients hit the same origin). Key URLs: - OpenAPI schema: https://cloud.hyrule.host/openapi.json - x402 service manifest: https://cloud.hyrule.host/.well-known/x402.json - VM catalog: https://cloud.hyrule.host/v1/products/vms - Price a durable order (POST): https://cloud.hyrule.host/v1/vm/quote - Provision a VM (POST, x402): https://cloud.hyrule.host/v1/vm/create - Check/register domains: https://cloud.hyrule.host/v1/domain/check - Paid network request: https://cloud.hyrule.host/v1/network/request Golden path (agent), all against https://cloud.hyrule.host: GET /.well-known/x402.json GET /v1/products/vms POST /v1/vm/quote -> {quote_id, amount_usd, expires_at} POST /v1/vm/create {quote_id} -> 402 + X-PAYMENT-REQUIRED # sign EIP-3009 TransferWithAuthorization for amount_usd POST /v1/vm/create {quote_id} + X-PAYMENT -> 202 {vm_id, management_token} GET /v1/vm/{vm_id}/status -> poll to ready ## Payment - x402 USDC on the following facilitator-verified chains: - Base — `eip155:8453` (chain id 8453) - Native VM checkout rails currently enabled: BTC (`POST /api/v1/intent/create`). ## What ships with each VM - Full SSH root access (ed25519 or RSA public key) - Global IPv6 with NAT64/DNS64 to reach IPv4 destinations - Automatic subdomain on `deploy.hyrule.host` - Custom domains can be registered during checkout - Paid direct/Tor network requests are available through the API - SSH, HTTP, HTTPS open by default; outbound SMTP blocked - 1-365 day runtimes, extendable, 24-hour grace after expiry ## Network - [AS215932](https://as215932.net): IPv6-first autonomous system, prefix `2a0c:b641:b50::/44`, RIPE-registered. Transit upstreams listed on the transparency page.