{"name":"agent-fleet","payment":"x402 (USDC on Base)","services":[{"route":"POST /summarize","price":"$0.005","description":"Summarize any text into a tight, faithful summary. Input: { text, style? ('bullets'|'paragraph'|'tldr') }.","input":{"properties":{"text":{"type":"string","description":"Text to summarize (max 100k chars)"},"style":{"type":"string","description":"bullets | paragraph | tldr"}},"required":["text"]}},{"route":"POST /summarize-url","price":"$0.01","description":"Fetch a public URL and summarize its content. Input: { url, style? }.","input":{"properties":{"url":{"type":"string","description":"Public http(s) URL"},"style":{"type":"string","description":"bullets | paragraph | tldr"}},"required":["url"]}},{"route":"POST /extract","price":"$0.01","description":"Extract structured JSON from raw text or a URL. Input: { text? , url?, fields: 'comma,separated,field,names' }. Returns strict JSON.","input":{"properties":{"text":{"type":"string","description":"Raw text (or provide url)"},"url":{"type":"string","description":"Public http(s) URL (or provide text)"},"fields":{"type":"string","description":"Comma-separated field names to extract"}},"required":["fields"]}},{"route":"POST /translate","price":"$0.005","description":"Translate text between languages. Input: { text, target, source? }.","input":{"properties":{"text":{"type":"string","description":"Text to translate (max 50k chars)"},"target":{"type":"string","description":"Target language, e.g. 'Spanish'"},"source":{"type":"string","description":"Source language (auto-detected if omitted)"}},"required":["text","target"]}},{"route":"POST /code-review","price":"$0.02","description":"Review a code snippet: bugs, security issues, and concrete fixes. Input: { code, language?, focus? }.","input":{"properties":{"code":{"type":"string","description":"Code to review (max 60k chars)"},"language":{"type":"string","description":"Language hint, e.g. 'python'"},"focus":{"type":"string","description":"Optional focus, e.g. 'security'"}},"required":["code"]}},{"route":"POST /rewrite","price":"$0.005","description":"Rewrite text in a requested tone/format (professional, casual, shorter, expanded...). Input: { text, instruction }.","input":{"properties":{"text":{"type":"string","description":"Text to rewrite (max 50k chars)"},"instruction":{"type":"string","description":"e.g. 'make it professional and half the length'"}},"required":["text","instruction"]}}]}