DELXCOMMERCE Payable now

Portable intent card · agent-ops

Session summary API for agent ops

Return a structured summary for one agent session for $0.01 to support handoff and review.

agent session summarysession review APIagent ops handoffcontroller session reportx402 session

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/session-summary -m POST -H 'x-delx-source: intent-card-agent-session-summary-api' --max-amount 0.01 -b '{"session_id":"123e4567-e89b-12d3-a456-426614174000"}'
Example inputPOST /api/v1/premium/session-summary
{
  "session_id": "123e4567-e89b-12d3-a456-426614174000"
}
Agent discoverydelx/intent-card/v1
{
  "intent": "summarize one agent session for a controller",
  "tool_name": "get_session_summary",
  "price_usdc": "0.01",
  "machine_url": "https://commerce.delx.ai/intents/agent-session-summary-api.json"
}

Portable and inspectable

Share the intent, not a directory search.