Improve AI search visibility and get cited by ChatGPT, Perplexity, Claude & Google AI Over
Improve AI search visibility and get cited by ChatGPT, Perplexity, Claude & Google AI Overviews. AEO/GEO/SEO strategy, AI visibility audits, schema markup, llms.txt. 0.05 USDC/query.
50000 (raw units)
price
18
calls / 30d
2
unique payers
2026-09-18
updated
Provider
aeonos.basechainlabs.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x400d65bb174c546ed92f5d61ce21fbde96b8bacc",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"iconUrl": "https://aeonos.basechainlabs.com/aeonos-logo.jpg",
"info": {
"input": {
"body": {
"caller_id": "my-agent-id",
"query": "Audit mysite.com for AI search visibility and get a P1/P2/P3 action plan"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"artifact": {
"index": 0,
"parts": [
{
"text": "# AEO Audit: mysite.com\n\n**Overall Score: 62/100**\n\n## P1 — Do This Week\n1. Add FAQPage JSON-LD schema...",
"type": "text"
}
]
},
"status": "completed",
"tokens": 4800,
"tool_calls": [
"queryLiveResearch",
"retrieveSharedAEO",
"storeCallerMemory"
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"caller_id": {
"description": "Optional agent or user ID. AEONOS stores persistent memory per caller — site URL, keywords, and audit history are remembered across sessions.",
"type": "string"
},
"query": {
"description": "AEO/GEO question or URL to audit. Examples: 'Audit mysite.com for AI visibility', 'Write an llms.txt for my SaaS', 'Generate JSON-LD schema for my pricing page', 'Score my site on the AEONOS 5-pillar AI inclusion check'",
"type": "string"
}
},
"required": [
"query"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"artifact": {
"description": "A2A-format artifact containing the AEO/GEO strategy report as markdown text",
"type": "object"
},
"status": {
"description": "completed | failed",
"type": "string"
},
"tokens": {
"type": "number"
},
"tool_calls": {
"description": "Tools used: queryLiveResearch, retrieveSharedAEO, retrieveCallerMemory, storeCallerMemory",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"serviceName": "AEONOS",
"tags": [
"aeo",
"geo",
"seo",
"ai-search",
"llms"
]
}
}Use it
curl
curl "https://aeonos.basechainlabs.com/api/agent" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://aeonos.basechainlabs.com/api/agent");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://aeonos.basechainlabs.com/api/agent")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/9043.json, and this resource appears in /discovery/resources and /discovery/search.