# AEOnOS AI Search Visibility Strategy Agent

> AEOnOS AI Search Visibility Strategy Agent is a paid API for AI agents from aeonos.basechainlabs.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Provides AEO/GEO/SEO strategy, AI visibility audits, schema markup generation, and llms.txt optimization to help websites get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews

## Facts

- Endpoint: POST https://aeonos.basechainlabs.com/api/agent
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aeonos-basechainlabs-com-ad9a86eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BP5YBFjBdkNodYUWu03xG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aeonos-basechainlabs-com-ad9a86eb -d '<json body>'
```

Example prompt: Can you audit my website TechStartup.io and give me a complete AEO/GEO/SEO strategy to get it cited by ChatGPT, Perplexity, and Google AI Overviews — including what schema markup I'm missing and whether I need an llms.txt file?

## When to prefer this

Choose this general strategy endpoint when you need a broad, multi-dimensional AI search visibility assessment covering AEO, GEO, and SEO together. Use sibling endpoints for specific tasks like generating JSON-LD schema markup, producing an llms.txt file, running a full 4-layer audit, or getting a progress report on existing visibility efforts.

## Known failure modes

- Invalid or unreachable website URL returns error
- Insufficient business context results in generic recommendations
- Payment of 0.05 USDC not fulfilled returns 402 payment required
- Rate limiting if too many queries submitted rapidly
- Incomplete input may produce partial strategy output

## How this service works

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.

## Output

Returns a multi-layer AI search visibility strategy covering AEO (Answer Engine Optimization), GEO (Generative Engine Optimization), and SEO recommendations, including specific actions to improve citation likelihood by major AI systems, schema markup gaps, and llms.txt guidance.

## Example request

```json
{
 "input": {
  "body": {
   "query": "Audit example.com for AI visibility and provide AEO/GEO strategy recommendations",
   "caller_id": "qa-test-agent-001"
  },
  "type": "http",
  "method": "POST",
  "bodyType": "json"
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "required": [
      "query"
     ],
     "properties": {
      "query": {
       "type": "string",
       "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'"
      },
      "caller_id": {
       "type": "string",
       "description": "Optional agent or user ID. AEONOS stores persistent memory per caller — site URL, keywords, and audit history are remembered across sessions."
      }
     }
    },
    "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",
     "properties": {
      "status": {
       "type": "string",
       "description": "completed | failed"
      },
      "tokens": {
       "type": "number"
      },
      "artifact": {
       "type": "object",
       "description": "A2A-format artifact containing the AEO/GEO strategy report as markdown text"
      },
      "tool_calls": {
       "type": "array",
       "items": {
        "type": "string"
       },
       "description": "Tools used: queryLiveResearch, retrieveSharedAEO, retrieveCallerMemory, storeCallerMemory"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aeonos-basechainlabs-com-ad9a86eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeonos.basechainlabs.com](https://www.zero.xyz/host/aeonos.basechainlabs.com/llms.txt)
