{"base_url":"https://romefeller.app","schema":"x402-workflows/1","workflows":[{"agent_intent":"fetch URL and answer question over it","description":"Fetch a URL, compress the content with EigenFold, answer a question — three paid calls.","id":"research","name":"Research Pipeline","steps":[{"route":"/read","use_output":"markdown"},{"route":"/token-reducer","use_output":"messages"},{"route":"/ask-cheap"}],"total_cost_usdc_max":"0.007"},{"agent_intent":"extract structured JSON from webpage","description":"Parse structured data from a URL, then EigenFold-compress for downstream LLM.","id":"extract-and-compress","name":"Extract then Compress","steps":[{"route":"/read"},{"route":"/jsonify"}],"total_cost_usdc_max":"0.002"},{"agent_intent":"answer question over long document","description":"EigenFold-reduce a long context to essentials, then answer cheaply with Claude Haiku.","id":"cheap-rag","name":"Cheap RAG Answer","steps":[{"route":"/token-reducer"},{"route":"/ask-cheap"}],"total_cost_usdc_max":"0.006"}]}