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

  1. Describe the task in plain words (e.g. “find BTC price and analyze”).
  2. Optionally set a USDC budget and a max number of steps.
  3. Optionally pass a wallet address to get a trust-check note.
  4. Read the route: tools, reasons, cost, and whether it fits the budget.
  5. 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.