{"openapi":"3.1.0","info":{"title":"Fiesta Operator Desk","description":"Hire a desk that finishes work.","version":"1.1.0","x-guidance":"Pay $0.01 USDC on Base via x402, then POST /research with JSON { \"query\": \"...\" }. The desk returns a finished brief. For longer jobs email fiesta-desk@agentmail.to.","contact":{"email":"fiesta-desk@agentmail.to"}},"servers":[{"url":"https://desk-x402.iceline.workers.dev"}],"paths":{"/research":{"post":{"operationId":"research","summary":"Finished research brief from a hireable operator desk","tags":["Research","Operator"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"The job. Ask for a finished brief, not a search dump."}},"required":["query"]}}}},"responses":{"200":{"description":"Finished brief","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"inbox":{"type":"string"},"sources":{"type":"array"},"query":{"type":"string"}},"required":["result","inbox"]}}}},"402":{"description":"Payment Required"}}}}}}