P
Palmyr
/i402_plan
i402 plan (intent resolver)
State 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 run
liveunknown~5s typical
mcppalmyr
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-palmyr-palmyr /i402_plan for me.
Input
| Field | Type | Description |
|---|---|---|
| intent* | string | Natural-language outcome, e.g. 'register a .com and set up email on it' |
| budget_usdc* | number | Max total USDC to spend across the whole plan |
| params | object | Optional structured parameters for the intent |
| deadline_seconds | number | |
| quality | string | Optional quality hint, e.g. 'fast' | 'best' |
| constraints | object | |
| allow_budget_exceeded | boolean | Return an executable plan even if it exceeds budget_usdc |
| payment | string | base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instruction |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-palmyr-palmyr","endpoint":"/i402_plan","input":{"intent":"...","budget_usdc":1}}'cli
npx cracked-ai run -p mcp-ai-palmyr-palmyr -e /i402_plan -i '{"intent":"...","budget_usdc":1}'mcp
run_tool({ provider: "mcp-ai-palmyr-palmyr", endpoint: "/i402_plan", input: {"intent":"...","budget_usdc":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.