{"components":{"securitySchemes":{"apiKey":{"in":"header","name":"X-API-Key","type":"apiKey"}}},"info":{"description":"Tor gateway for AI agents. Pay in sats, route traffic through Tor with circuit rotation.","title":"STYX","version":"1.0.0"},"openapi":"3.0.0","paths":{"/beacon":{"get":{"responses":{"200":{"description":"alive"}},"summary":"Status + current Tor exit identity"}},"/credits":{"get":{"responses":{"200":{"description":"credits_left"}},"security":[{"apiKey":[]}],"summary":"Remaining credits"}},"/fetch":{"post":{"requestBody":{"content":{"application/json":{"schema":{"properties":{"url":{"type":"string"}},"type":"object"}}}},"responses":{"200":{"description":"fetched"}},"security":[{"apiKey":[]}],"summary":"Fetch a URL through Tor (1 credit)"}},"/order":{"post":{"requestBody":{"content":{"application/json":{"schema":{"properties":{"credits":{"type":"integer"},"method":{"enum":["onchain","lightning"],"type":"string"}},"type":"object"}}}},"responses":{"200":{"description":"invoice"}},"summary":"Create invoice for credits (onchain or Lightning)"}},"/order/{order_id}":{"get":{"parameters":[{"in":"path","name":"order_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"order status + key"}},"summary":"Collect API key after payment"}},"/renew":{"post":{"responses":{"200":{"description":"rotated"}},"security":[{"apiKey":[]}],"summary":"Rotate to a fresh Tor circuit (1 credit)"}}},"servers":[{"url":"https://styx.thetempleofdoom.com"}]}
