$2
per call · USD Coin on Base
5-11 agent panel debate with 11 LLM models, structured voting, forced decision-making
Endpoint
POST https://api.craigmbrown.com/v1/services/deliberation.multi-agent-debate1
Calls / 30d
1
Unique payers / 30d
Aug 16
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/deliberation.multi-agent-debate", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"prompt": "..."
}),
});
const data = await res.json();curl -X POST \
"https://api.craigmbrown.com/v1/services/deliberation.multi-agent-debate" \
-H "Content-Type: application/json" \
-d '{"prompt":"..."}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"summary": "..."
}Payment details
0x5e709929a4ab69ec3a8811d03417869059bc4eb9USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference 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.