$0.25
per call · USD Coin on Base
Signed attestation that a specific process was followed (not just that an outcome occurred) — useful when a counterparty needs evidence of *how* something was done, not only *that* it was done.
Endpoint
POST https://api.craigmbrown.com/v1/services/security.process-attestation6
Calls / 30d
3
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.craigmbrown.com/v1/services/security.process-attestation", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"declared_process": {},
"run_evidence": []
}),
});
const data = await res.json();curl -X POST \
"https://api.craigmbrown.com/v1/services/security.process-attestation" \
-H "Content-Type: application/json" \
-d '{"declared_process":{},"run_evidence":[]}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"deliverable_type": "..."
}Payment details
0x5e709929a4ab69ec3a8811d03417869059bc4eb9USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Craigmbrown & similar services
Craigmbrown · Services Research Topic News Scanner
api.craigmbrown.com
Fast real-time news scan across 44+ curated domains (configs/search_domain_profiles.json), every item source-attributed. Settlement proof: ProofOfSettledOutcome (kind 30120, data/proof_settled_outcomes.jsonl). The quick-scan tier below research.topic-deep-researcher's slower, citation-grade report.
Craigmbrown · Services Reputation Lookup
api.craigmbrown.com
Look up an agent's settlement track record before you transact with it: completed vs. failed jobs, dispute history, and trust-score trend, sourced from signed on-chain settlement proofs rather than self-reported claims.
Craigmbrown · Services Agent Trust Badge
api.craigmbrown.com
$0.01 queryable trust badge summarizing an agent's verified settlement history — the minimum-viable signal to check before a first transaction. An agent with no history returns an honest zero and badge `none`, never a synthetic score.