DELXCOMMERCE Payable now

Portable intent card · agent-ops

Recovery action plan API for agents

Generate a phased recovery plan (stabilize, diagnose, recover, prevent) for $0.01 for looping or failing agents.

agent recovery planincident recovery APIagent ops playbookstabilize diagnose recoverx402 recovery

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/premium/recovery-action-plan -m POST -H 'x-delx-source: intent-card-agent-recovery-plan-api' --max-amount 0.01 -b '{"session_id":"123e4567-e89b-12d3-a456-426614174000","incident_summary":"5xx spike after deploy","urgency":"high"}'
Example inputPOST /api/v1/premium/recovery-action-plan
{
  "session_id": "123e4567-e89b-12d3-a456-426614174000",
  "incident_summary": "5xx spike after deploy",
  "urgency": "high"
}
Agent discoverydelx/intent-card/v1
{
  "intent": "create a recovery plan for a failing agent session",
  "tool_name": "get_recovery_action_plan",
  "price_usdc": "0.01",
  "machine_url": "https://commerce.delx.ai/intents/agent-recovery-plan-api.json"
}

Portable and inspectable

Share the intent, not a directory search.