GeneralLive

Escalation Brief

Turns a messy support thread into a short handoff brief the next person can act on in seconds instead of re-reading the whole conversation.

$0.01725USDC per call · settled on Base · no subscription, no API key

Overview

Turns a messy support thread into a short handoff brief the next person can act on in seconds instead of re-reading the whole conversation. Send the thread (a string or an array of messages) plus optional context, and get back an escalation summary: issue, impact, steps_tried, ask, urgency, and a suggested_owner when the thread implies one. Built for escalation summary, ticket brief, and support handoff workflows; every field is grounded strictly on the thread text, no invented steps or names. Redact customer or employee PII from thread text before sending it; this is a read-only summarization pass. Use it as an escalation summary API, ticket brief generator, support handoff tool, or incident summary endpoint for on-call and tier-2 handoffs.

Endpoint

MethodEndpointPriceDescription
POST/v1/marketplace/api/escalation-brief$0.01725Invoke Escalation Brief (General) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/escalation-brief \
  -H 'Content-Type: application/json' \
  -d '{}'

# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/escalation-brief \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <signed-payload>' \
  -d '{}'
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs