i402 plan (intent resolver)
i402_planState an intent, get a priced execution plan. The i402 orchestrator turns a natural-language outcome into an ordered list of x402 calls your agent signs and runs. Costs 0.10 USDC per plan, paid per-action via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Natural-language outcome, e.g. 'register a .com and set up email on it' | |
| params | No | Optional structured parameters for the intent | |
| payment | No | base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions | |
| quality | No | Optional quality hint, e.g. 'fast' | 'best' | |
| budget_usdc | Yes | Max total USDC to spend across the whole plan | |
| constraints | No | ||
| deadline_seconds | No | ||
| allow_budget_exceeded | No | Return an executable plan even if it exceeds budget_usdc |