speaking-guild-agent-tools.thespeakingguild.workers.dev
Deploy serverless functions globally in seconds. No cold starts, 330+ cities, infinite concurrency, and pay only for CPU time. Support for JavaScript, TypeScript, Python, and Rust.
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 1 USDC on Base to 0x3E65…E61C9. The signed payment is good for 5 minutes.
- Paid to
- 0x3E65…E61C9
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 1000000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3E6534171ca74C5F98F133d674a42EE447cE61C9",
"amount": "1000000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"channel": "presentation",
"context": "The process begins next semester and prior changes have caused confusion.",
"audience": "College faculty and academic advisors",
"objective": "Help department chairs explain a new advising process and secure consistent adoption.",
"constraints": "Use a calm, practical tone and keep the live presentation under 12 minutes."
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"cautions": [
"Do not promise outcomes that the institution has not measured."
],
"next_steps": [
"Confirm the process owner and link before presenting."
],
"brief_summary": "A concise adoption message that connects the new process to fewer student handoffs and gives faculty a clear first action.",
"audience_gravity": [
"Open with a recognizable advising handoff, not policy language."
],
"clarity_contract": {
"audience_need": "Understand what changes, why it matters, and what to do first.",
"central_promise": "The process will make student referrals clearer and easier to complete.",
"recommended_ask": "Review the one-page workflow and use it for the next eligible student referral.",
"intended_outcome": "Faculty consistently use the new advising process next semester."
},
"authority_transfer": [
"Use one verified before-and-after example and identify the process owner."
],
"delivery_navigation": [
"Pause after the three-step workflow for one practical question."
],
"speech_architecture": [
{
"purpose": "Name the shared problem",
"section": "Open",
"key_points": [
"Students lose momentum when handoffs are unclear."
]
},
{
"purpose": "Show the new path",
"section": "Explain",
"key_points": [
"Three steps",
"One accountable handoff",
"Visible status"
]
},
{
"purpose": "Make the first action easy",
"section": "Activate",
"key_points": [
"Review the workflow",
"Try it on the next referral"
]
}
]
}
}
},
"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": {
"type": "object",
"required": [
"objective",
"audience"
],
"properties": {
"channel": {
"enum": [
"presentation",
"meeting",
"email",
"workshop",
"general"
],
"type": "string",
"default": "general",
"description": "The intended communication setting."
},
"context": {
"type": "string",
"maxLength": 3000,
"description": "Situation, background, stakes, or institutional context."
},
"audience": {
"type": "string",
"maxLength": 600,
"minLength": 2,
"description": "Who must understand, decide, feel, or act."
},
"objective": {
"type": "string",
"maxLength": 1200,
"minLength": 3,
"description": "The result the communication should achieve."
},
"constraints": {
"type": "string",
"maxLength": 1500,
"description": "Tone, length, timing, legal, policy, or other constraints."
},
"source_material": {
"type": "string",
"maxLength": 8000,
"description": "Optional notes, draft language, facts, or source material to organize."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"brief_summary",
"clarity_contract",
"speech_architecture",
"audience_gravity",
"authority_transfer",
"delivery_navigation",
"next_steps",
"cautions"
],
"properties": {
"cautions": {
"type": "array",
"items": {
"type": "string"
}
},
"next_steps": {
"type": "array",
"items": {
"type": "string"
}
},
"brief_summary": {
"type": "string"
},
"audience_gravity": {
"type": "array",
"items": {
"type": "string"
}
},
"clarity_contract": {
"type": "object",
"required": [
"audience_need",
"intended_outcome",
"central_promise",
"recommended_ask"
],
"properties": {
"audience_need": {
"type": "string"
},
"central_promise": {
"type": "string"
},
"recommended_ask": {
"type": "string"
},
"intended_outcome": {
"type": "string"
}
},
"additionalProperties": false
},
"authority_transfer": {
"type": "array",
"items": {
"type": "string"
}
},
"delivery_navigation": {
"type": "array",
"items": {
"type": "string"
}
},
"speech_architecture": {
"type": "array",
"items": {
"type": "object",
"required": [
"section",
"purpose",
"key_points"
],
"properties": {
"purpose": {
"type": "string"
},
"section": {
"type": "string"
},
"key_points": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
}
}
}
}
},
"builder-code": {
"info": {
"s": [
"cdp_sdk_server"
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"maxItems": 11,
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"eip2612GasSponsoring": {},
"erc20ApprovalGasSponsoring": {}
}Provenance
- Seen in the source catalog
- 2026-08-29 12:17Z
- Last indexed by Roundhouse
- 2026-09-25 10:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 14:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 404
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
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 27 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service speaking-guild-agent-tools.thespeakingguild.workers.dev 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=speaking-guild-agent-tools.thespeakingguild.workers.dev' 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://speaking-guild-agent-tools.thespeakingguild.workers.dev/v1/communication-brief, 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.