Example inputPOST /api/v1/premium/session-summary
{
"session_id": "123e4567-e89b-12d3-a456-426614174000"
}
Portable intent card · agent-ops
Return a structured summary for one agent session for $0.01 to support handoff and review.
Intent to transaction
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"}'
{
"session_id": "123e4567-e89b-12d3-a456-426614174000"
}
{
"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