DELXCOMMERCE Payable now

Portable intent card · agent-workflow

Step Budget Plan API for agents

Allocate a total millisecond budget across ordered workflow steps using optional weights — call when you must split one wall-clock budget across ordered steps. Use before side effects when composing multi-step agent jobs—the same loyalty/workflow demand band agents already pay for on Bazaar, but fully local. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.

Step Budget Plan APIStep Budget Plan for agentspay per result APIx402 APIno API key

Intent to transaction

One command, attributed.

The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/step-budget-plan -m POST -H 'x-delx-source: intent-card-step-budget-plan-api' --max-amount 0.003 -b '{"steps":["fetch","parse","decide"],"total_budget_ms":3000,"weights":[1,2,1]}'
Example inputPOST /api/v1/x402/step-budget-plan
{
  "steps": [
    "fetch",
    "parse",
    "decide"
  ],
  "total_budget_ms": 3000,
  "weights": [
    1,
    2,
    1
  ]
}
Agent discoverydelx/intent-card/v1
{
  "intent": "Step Budget Plan for an agent workflow",
  "tool_name": "util_step_budget_plan",
  "price_usdc": "0.003",
  "machine_url": "https://commerce.delx.ai/intents/step-budget-plan-api.json"
}

Portable and inspectable

Share the intent, not a directory search.