DELXCOMMERCE Live contract

Agent workflow composition · agent-workflow

Delx Step Budget Plan

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.

x402agentsmarket-backedagent-workflowlocal-firststeppay-per-call

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/step-budget-plan -m POST -H 'x-delx-source: product-page' --max-amount 0.003 -b '{"steps":["fetch","parse","decide"],"total_budget_ms":3000,"weights":[1,2,1]}'
InputPOST /api/v1/x402/step-budget-plan
{
  "steps": [
    "fetch",
    "parse",
    "decide"
  ],
  "total_budget_ms": 3000,
  "weights": [
    1,
    2,
    1
  ]
}
Delivered resultapplication/json
{
  "schema": "delx/util-step-budget-plan/v1",
  "step_count": 3,
  "total_budget_ms": 3000,
  "plan": [
    {
      "step": "fetch",
      "weight": 1,
      "budget_ms": 750
    },
    {
      "step": "parse",
      "weight": 2,
      "budget_ms": 1500
    },
    {
      "step": "decide",
      "weight": 1,
      "budget_ms": 750
    }
  ]
}

Machine-readable evidence

Inspect before paying.