Agent Route
100% in your browser · data never leaves your device
Tell the planner what your agent needs to do, and it picks the optimal sequence of hub tools — with per-step reasons, prices, a budget check and a feasibility verdict. No LLM needed: it scores every hub tool against your task.
How to use
- Describe the task in plain words (e.g. “find BTC price and analyze”).
- Optionally set a USDC budget and a max number of steps.
- Optionally pass a wallet address to get a trust-check note.
- Read the route: tools, reasons, cost, and whether it fits the budget.
- Agents call the paid POST /api/agent-route endpoint for the same logic.
Where it applies
- An agent deciding which hub APIs to call for a compound task.
- Budget-aware planning before spending USDC on a multi-step workflow.
- Auto-discovery of the right tools for a natural-language request.
- Pairing with Agent Intelligence: route first, then trust-check counterparties.