Prepare a proof-safe lead brief from public/caller-supplied facts
POST /lead-brief-lite at $0.03
brief.headline, buyer_fit_signal, useful_facts, source_summary, next_agent_actions, qualification_questions, missing_fields, proof_boundary, and receipt.
{
"entity_type": "company",
"query": "Acme Robotics sales lead: https://example.com/about, sales@example.com, Raleigh, makes warehouse automation software.",
"known_fields": {
"name": "Acme Robotics",
"location": "Raleigh, NC"
},
"brief_goal": "sales",
"policy": {
"no_secret_mode": true,
"require_source_pack": true,
"max_bullets": 5
}
}Pick an AI runtime/model/API route before spending
POST /runtime-route-preflight at $0.02
recommended_route, budget_summary, risk, findings, recommended_action, and receipt.
{
"task": "Summarize a support transcript and produce JSON action items.",
"max_budget_usd": "0.08",
"data_sensitivity": "internal",
"candidate_routes": [
{
"route_id": "fast-json-small",
"provider": "Example Runtime",
"price_usd": "0.01",
"capabilities": [
"json-mode"
]
},
{
"route_id": "deep-private",
"provider": "Example Runtime",
"price_usd": "0.06",
"capabilities": [
"private",
"long-context"
]
}
]
}Verify a receipt package or payment evidence before trusting an API result
POST /receipt-verify at $0.03
decision, findings, verified fields, recommended_action, and receipt.
{
"receipt": {
"policy_version": "guard-v1",
"receipt_id": "example"
},
"allowed_policy_versions": [
"guard-v1",
"workflow-audit-v1"
],
"payment": {
"network": "eip155:8453",
"currency": "USDC",
"amount_atomic": 10000
}
}Audit a multi-step agent workflow before it runs
POST /workflow-audit at $0.03
decision, findings, recommended_action, workflow receipt, and human_summary.
{
"workflow_name": "lead outreach enrichment",
"steps": [
{
"name": "enrich lead",
"tool": "paid x402 enrichment API"
},
{
"name": "send outreach",
"tool": "email sender"
}
],
"budget": {
"max_usd": "0.25"
}
}