api.qonoro.ai
Qonoro builds x402-native AI agents and structured intelligence APIs for autonomous agents, developers, and human teams.
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.6 USDC on Base to 0x40B6…872eb. The signed payment is good for 5 minutes.
- Paid to
- 0x40B6…872eb
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 600000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "600000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"website": "https://www.notion.so",
"company_name": "Notion",
"product_or_offer": "AI-powered CRM enrichment and revenue intelligence API",
"ideal_customer_profile": "B2B SaaS companies with sales teams"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"company_name",
"ideal_customer_profile",
"product_or_offer"
],
"properties": {
"notes": {
"type": "string",
"description": "Optional sales context, region, deal notes, or exclusions"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting"
},
"company_name": {
"type": "string",
"description": "Company or account name to qualify"
},
"product_or_offer": {
"type": "string",
"description": "Product, service, or offer being sold"
},
"ideal_customer_profile": {
"type": "string",
"description": "Description of the target ICP for the seller"
}
}
}
},
"output": {
"type": "json",
"example": {
"sources": [
"https://www.notion.so",
"https://www.notion.so/product/ai"
],
"cache_hit": false,
"lead_score": 86,
"request_id": "example-request-id",
"crm_summary": "Qualified enterprise SaaS account with strong ICP fit and moderate-to-strong buying evidence.",
"fit_reasons": [
"Strong fit with B2B SaaS revenue workflows",
"Likely to value structured intelligence for sales and expansion teams"
],
"company_name": "Notion",
"risk_factors": [
"Large organization may require security and procurement review"
],
"qualification": "qualified",
"buying_signals": [
"Product-led growth motion",
"Large customer and team footprint"
],
"evidence_items": [
{
"claim": "The company has a large customer and team footprint.",
"impact": "Supports enterprise outbound fit and revenue potential.",
"source": "https://www.notion.so",
"signal_type": "fit"
},
{
"claim": "The company is expanding AI and enterprise workflows.",
"impact": "Supports a timely sales angle around agent-ready account intelligence.",
"source": "https://www.notion.so/product/ai",
"signal_type": "buying_signal"
}
],
"evidence_level": "strong",
"objection_risks": [
"May already use internal enrichment or sales intelligence tools"
],
"score_breakdown": {
"icp_fit": 90,
"urgency": 76,
"buying_signals": 82,
"risk_adjustment": 72,
"revenue_potential": 84
},
"confidence_score": 0.86,
"next_best_action": "Send a concise outbound message focused on improving sales research speed and lead quality.",
"quality_warnings": [],
"sales_motion_fit": "enterprise_outbound",
"personalized_opening": "Your expansion into AI and enterprise workflows suggests a growing need for structured account intelligence across revenue teams.",
"decision_maker_targets": [
{
"why": "Owns revenue data quality, sales tooling, and enrichment workflows.",
"role": "Head of Revenue Operations"
},
{
"why": "Accountable for pipeline quality and sales team productivity.",
"role": "VP Sales"
}
],
"recommended_sales_angle": "Position Qonoro as an agent-ready intelligence layer for sales prioritization."
}
}
},
"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": [
"company_name",
"ideal_customer_profile",
"product_or_offer"
],
"properties": {
"notes": {
"type": "string",
"description": "Optional sales context, region, deal notes, or exclusions"
},
"website": {
"type": "string",
"description": "Official company website"
},
"buyer_region": {
"enum": [
"PR",
"outside_PR",
"unknown"
],
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting"
},
"company_name": {
"type": "string",
"description": "Company or account name to qualify"
},
"product_or_offer": {
"type": "string",
"description": "Product, service, or offer being sold"
},
"ideal_customer_profile": {
"type": "string",
"description": "Description of the target ICP for the seller"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"inputSchema": {
"type": "object"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"cache_hit": {
"type": "boolean"
},
"lead_score": {
"type": "integer"
},
"request_id": {
"type": "string"
},
"crm_summary": {
"type": "string"
},
"fit_reasons": {
"type": "array",
"items": {
"type": "string"
}
},
"company_name": {
"type": "string"
},
"risk_factors": {
"type": "array",
"items": {
"type": "string"
}
},
"qualification": {
"enum": [
"qualified",
"needs_review",
"not_qualified"
],
"type": "string"
},
"buying_signals": {
"type": "array",
"items": {
"type": "string"
}
},
"evidence_items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"claim": {
"type": "string"
},
"impact": {
"type": "string"
},
"source": {
"type": "string"
},
"signal_type": {
"enum": [
"fit",
"buying_signal",
"risk",
"objection",
"urgency"
],
"type": "string"
}
}
}
},
"evidence_level": {
"enum": [
"strong",
"moderate",
"weak"
],
"type": "string"
},
"objection_risks": {
"type": "array",
"items": {
"type": "string"
}
},
"score_breakdown": {
"type": "object",
"description": "Component scores from 0 to 100 for icp_fit, revenue_potential, buying_signals, urgency, and risk_adjustment.",
"additionalProperties": {
"type": "integer"
}
},
"confidence_score": {
"type": "number"
},
"next_best_action": {
"type": "string"
},
"quality_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"sales_motion_fit": {
"enum": [
"enterprise_outbound",
"mid_market_outbound",
"product_led_growth",
"partner_led",
"self_serve",
"unclear"
],
"type": "string"
},
"personalized_opening": {
"type": "string"
},
"decision_maker_targets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"why": {
"type": "string"
},
"role": {
"type": "string"
}
}
}
},
"recommended_sales_angle": {
"type": "string"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-04 20:36Z
- Last indexed by Roundhouse
- 2026-09-03 17:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-12 09:15Z
- x402 version
- 2
- Max timeout
- 300s
- 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
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 11 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 api.qonoro.ai 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=api.qonoro.ai' 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://api.qonoro.ai/v1/revenue/qualify-lead, 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.