Improve AI search visibility and get cited by ChatGPT, Perplexity, Claude & Goog
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
623 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://aeonos.basechainlabs.com/api/agent
| Category | Search and research |
|---|---|
| Provider host | aeonos.basechainlabs.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 35 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 623 ms |
Example input (from the provider)
{
"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"
}
Promised output schema (from the provider)
{
"$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 \u2014 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"
}