{
  "schema_version": "v1",
  "name": "Incognito VPS",
  "legal_name": "Incognito VPS Infrastructure OÜ",
  "url": "https://incognitovps.com",
  "logo": "https://incognitovps.com/brand/incognito-mark.svg",
  "description": "Offshore VPS, bare-metal and GPU servers in 16 locations, 8 of them chosen for their legal properties. No identity required, crypto-only payment, deployed in 55 seconds. Operating since 2020. Designed to be purchased end to end by an autonomous agent: no email confirmation, no card form, no captcha at any step.",
  "founding_date": "2020-03-11",
  "capabilities": [
    "browse-catalog",
    "quote-price",
    "create-account",
    "crypto-topup",
    "deploy-server",
    "query-server-state"
  ],
  "auth": {
    "type": "bearer",
    "token_format": "IVPS-XXXX-XXXX-XXXX-XXXX",
    "creation_endpoint": "https://incognitovps.com/api/v1/account",
    "creation_method": "POST",
    "auto_create_on_first_order": true,
    "kyc_required": false,
    "email_required": false,
    "human_step_required": false,
    "recovery": "none — the token is stored only as a hash and cannot be recovered"
  },
  "payment_model": {
    "type": "crypto-only",
    "fiat_accepted": false,
    "coins": [
      {
        "code": "BTC",
        "name": "Bitcoin",
        "chain": "Bitcoin"
      },
      {
        "code": "XMR",
        "name": "Monero",
        "chain": "Monero"
      },
      {
        "code": "ETH",
        "name": "Ethereum",
        "chain": "Ethereum"
      },
      {
        "code": "USDT",
        "name": "Tether",
        "chain": "ERC-20 · TRC-20 · BEP-20"
      },
      {
        "code": "USDC",
        "name": "USD Coin",
        "chain": "ERC-20 · Base · Solana"
      },
      {
        "code": "LTC",
        "name": "Litecoin",
        "chain": "Litecoin"
      },
      {
        "code": "TRX",
        "name": "TRON",
        "chain": "TRON"
      },
      {
        "code": "SOL",
        "name": "Solana",
        "chain": "Solana"
      },
      {
        "code": "BNB",
        "name": "BNB",
        "chain": "BNB Smart Chain"
      },
      {
        "code": "DOGE",
        "name": "Dogecoin",
        "chain": "Dogecoin"
      },
      {
        "code": "TON",
        "name": "Toncoin",
        "chain": "TON"
      },
      {
        "code": "DAI",
        "name": "Dai",
        "chain": "ERC-20"
      }
    ],
    "settlement": "on-chain, final, no chargeback mechanism",
    "rate_lock_minutes": 90,
    "underpayment_tolerance_pct": 2,
    "direct_purchase": {
      "endpoint": "https://incognitovps.com/api/v1/orders",
      "method": "POST",
      "behavior": "creates an invoice and returns pay_url; poll GET /api/v1/orders/{id} until status=active"
    },
    "balance": {
      "topup_endpoint": "https://incognitovps.com/api/v1/topup",
      "method": "POST",
      "minimum_usd": 10,
      "maximum_usd": 5000,
      "behavior": "credit balance once, then deploy instantly from it with no confirmation wait"
    }
  },
  "endpoints": {
    "catalog": {
      "method": "GET",
      "url": "https://incognitovps.com/api/v1/catalog",
      "auth": "none"
    },
    "quote": {
      "method": "POST",
      "url": "https://incognitovps.com/api/v1/quote",
      "auth": "none"
    },
    "create_account": {
      "method": "POST",
      "url": "https://incognitovps.com/api/v1/account",
      "auth": "none"
    },
    "account": {
      "method": "GET",
      "url": "https://incognitovps.com/api/v1/account",
      "auth": "bearer"
    },
    "topup": {
      "method": "POST",
      "url": "https://incognitovps.com/api/v1/topup",
      "auth": "bearer"
    },
    "order": {
      "method": "POST",
      "url": "https://incognitovps.com/api/v1/orders",
      "auth": "bearer-optional"
    },
    "order_status": {
      "method": "GET",
      "url": "https://incognitovps.com/api/v1/orders/{order_id}",
      "auth": "none"
    }
  },
  "openapi_url": "https://incognitovps.com/openapi.json",
  "mcp_url": "https://incognitovps.com/mcp",
  "llms_txt_url": "https://incognitovps.com/llms.txt",
  "llms_full_txt_url": "https://incognitovps.com/llms-full.txt",
  "pricing_json_url": "https://incognitovps.com/pricing.json",
  "pricing_md_url": "https://incognitovps.com/pricing.md",
  "dataset_url": "https://incognitovps.com/jurisdictions.json",
  "jurisdictions_md_url": "https://incognitovps.com/servers.md",
  "markdown_convention": "Append .md to any page URL for a markdown twin of that page.",
  "catalog_summary": {
    "offer_count": 341,
    "price_range_usd_month": {
      "low": 4,
      "high": 4540
    },
    "lines": [
      {
        "id": "vps",
        "label": "Linux VPS",
        "from_usd": 4
      },
      {
        "id": "dedicated",
        "label": "Dedicated servers",
        "from_usd": 46
      },
      {
        "id": "gpu",
        "label": "GPU compute",
        "from_usd": 121.5
      },
      {
        "id": "rdp",
        "label": "Windows RDP",
        "from_usd": 9.5
      },
      {
        "id": "storage",
        "label": "Storage servers",
        "from_usd": 16
      }
    ],
    "jurisdictions": [
      {
        "slug": "iceland",
        "country": "Iceland",
        "eu_member": false,
        "eyes_alliance": "none"
      },
      {
        "slug": "switzerland",
        "country": "Switzerland",
        "eu_member": false,
        "eyes_alliance": "none"
      },
      {
        "slug": "netherlands",
        "country": "Netherlands",
        "eu_member": true,
        "eyes_alliance": "nine"
      },
      {
        "slug": "romania",
        "country": "Romania",
        "eu_member": true,
        "eyes_alliance": "none"
      },
      {
        "slug": "bulgaria",
        "country": "Bulgaria",
        "eu_member": true,
        "eyes_alliance": "none"
      },
      {
        "slug": "moldova",
        "country": "Moldova",
        "eu_member": false,
        "eyes_alliance": "none"
      },
      {
        "slug": "panama",
        "country": "Panama",
        "eu_member": false,
        "eyes_alliance": "none"
      },
      {
        "slug": "russia",
        "country": "Russia",
        "eu_member": false,
        "eyes_alliance": "none"
      },
      {
        "slug": "france",
        "country": "France",
        "eu_member": true,
        "eyes_alliance": "nine"
      },
      {
        "slug": "united-kingdom",
        "country": "United Kingdom",
        "eu_member": false,
        "eyes_alliance": "five"
      },
      {
        "slug": "germany",
        "country": "Germany",
        "eu_member": true,
        "eyes_alliance": "fourteen"
      },
      {
        "slug": "united-states",
        "country": "United States",
        "eu_member": false,
        "eyes_alliance": "five"
      },
      {
        "slug": "canada",
        "country": "Canada",
        "eu_member": false,
        "eyes_alliance": "five"
      },
      {
        "slug": "singapore",
        "country": "Singapore",
        "eu_member": false,
        "eyes_alliance": "none"
      },
      {
        "slug": "japan",
        "country": "Japan",
        "eu_member": false,
        "eyes_alliance": "none"
      },
      {
        "slug": "australia",
        "country": "Australia",
        "eu_member": false,
        "eyes_alliance": "five"
      }
    ]
  },
  "provisioning": {
    "median_seconds_after_confirmation": 55,
    "dedicated_minutes": "15–90",
    "returns": [
      "server_id",
      "ipv4",
      "ipv6",
      "root_password"
    ]
  },
  "rate_limits": {
    "reads_per_minute": 120,
    "writes_per_minute": 20,
    "unauthenticated_per_minute": 60
  },
  "policy": {
    "acceptable_use_url": "https://incognitovps.com/legal/acceptable-use",
    "prohibited": [
      "child sexual abuse material",
      "malware command-and-control",
      "phishing",
      "bulk unsolicited email",
      "attacks against third-party systems"
    ],
    "note": "No identity is collected, but the acceptable use policy is enforced. These are compatible positions."
  },
  "contact": {
    "operations": "ops@incognitovps.com",
    "abuse": "abuse@incognitovps.com",
    "pgp_fingerprint": "4F2A 9C31 8E77 B0D6 5A14  C982 7E3B 61F0 A5D4 2288"
  }
}