{
  "schema_version": "v1",
  "name_for_human": "TaoFlow VPN",
  "name_for_model": "taoflow_vpn",
  "description_for_human": "Buy private WireGuard VPN access with crypto. No account required.",
  "description_for_model": "TaoFlow VPN service API. Use this to purchase WireGuard VPN access with cryptocurrency. The full purchase flow: 1) GET /plans to list plans, 2) GET /countries to list server locations, 3) GET /payment-methods to list accepted crypto, 4) POST /orders to create an order and get payment address, 5) send crypto payment, 6) GET /orders/{id} to poll until status=paid and provisioning=false, 7) GET /orders/{id}/config to download WireGuard config. All order endpoints require Bearer token auth using the access_token from order creation.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "/openapi.json"
  },
  "logo_url": "/taoflow.png",
  "contact_email": "",
  "legal_info_url": "/privacy-policy.html"
}
