parliament.kaleiai.com
Returns standard-tier vote and reasoning for an AI policy question.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.25 USDC on Base to 0x5861…a33f8. The signed payment is good for 1 minute.
- Paid to
- 0x5861…a33f8
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 250000 smallest units
- Buys
- KALEI Parliament standard: 4 Sonnet voters + Opus synthesizer returns recommendation, rationale, tripwire. ~12-15s. Docs: kaleiai.com/parliament
- Returns
- application/json
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x586128a05a0A6B63ccC2204a7EeFEC81478a33f8",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://parliament.kaleiai.com/v1/parliament/standard",
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"context": "Third-party payment processor. 99.5% uptime. Retry cost is minimal.",
"question": "Should an AI agent retry a failed API call once after a 500 error?"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"tier": "standard",
"votes": [
{
"vote": "yes",
"reasoning": "...",
"confidence": 0.82,
"personality": "architect",
"what_changes_my_vote": "..."
},
{
"vote": "wait",
"reasoning": "...",
"confidence": 0.65,
"personality": "engineer",
"what_changes_my_vote": "..."
},
{
"vote": "yes",
"reasoning": "...",
"confidence": 0.78,
"personality": "researcher",
"what_changes_my_vote": "..."
},
{
"vote": "yes",
"reasoning": "...",
"confidence": 0.71,
"personality": "pm",
"what_changes_my_vote": "..."
}
],
"question": "Should an AI agent retry a failed API call once after a 500 error?",
"synthesis": {
"tripwire": "If provider responds success on retry without idempotency key, log reconciliation alert.",
"rationale": "Three of four voices converge on a low-risk retry pattern.",
"confidence": 0.74,
"recommendation": "do_now",
"vote_breakdown": {
"no": 0,
"yes": 3,
"wait": 1,
"abstain": 0
},
"minority_concern_to_address": "Engineer flagged potential double-charge if first attempt succeeded provider-side."
},
"duration_ms": 9653
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"properties": {}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"description": "KALEI Parliament standard: 4 Sonnet voters + Opus synthesizer returns recommendation, rationale, tripwire. ~12-15s. Docs: kaleiai.com/parliament",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"discoverable": true
}
},
"maxAmountRequired": "250000",
"maxTimeoutSeconds": 60
}
]Provenance
- Seen in the source catalog
- 2026-09-25 00:42Z
- Last indexed by Roundhouse
- 2026-09-25 07:15Z
- Last enriched (probe, favicon, geo)
- 2026-09-16 14:15Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 405
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service parliament.kaleiai.com and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=parliament.kaleiai.com' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://parliament.kaleiai.com/v1/parliament/standard, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.