# DACH AEO Agent-Readiness Audit

> DACH AEO Agent-Readiness Audit is a paid API for AI agents from agent.kihustle.tech, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Checks a DACH-region website for agent/AEO readiness signals including llms.txt, agent.json, x402 surface, hreflang/de hints, Impressum, and Datenschutz presence

## Facts

- Endpoint: POST https://agent.kihustle.tech/services/aeo-dach/jobs
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dach-aeo-agent-readiness-audit-66e50ad9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4_JdmPpJ_MuoezpU7Hqg7

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 dach-aeo-agent-readiness-audit-66e50ad9 -d '<json body>'
```

Example prompt: Can you audit my German e-commerce site at https://meinshop.de for agent and AEO readiness — specifically check for llms.txt, agent.json, x402 surface, hreflang/de hints, Impressum, and Datenschutz pages?

## When to prefer this

Choose this endpoint when auditing websites targeting German, Austrian, or Swiss audiences (.de, .at, .ch TLDs or hreflang de content) and you need both legal compliance signals (Impressum, Datenschutz) AND agentic/AEO readiness signals (llms.txt, agent.json, x402) in a single call. Prefer this over generic AEO-readiness checks when the site operates in the DACH market and DSGVO/ECG legal compliance is also relevant.

## Known failure modes

- URL is unreachable or returns non-2xx status — signals may be incomplete or absent
- Site blocks crawlers via robots.txt — heuristic signals may be unavailable
- Domain does not resolve — endpoint returns error
- Non-DACH domain provided — Impressum/Datenschutz signals may be irrelevant
- Rate limiting or timeout on target URL — partial results returned

## How this service works

DACH-focused agent/AEO readiness: llms.txt, agent.json, x402 surface, hreflang/de hints, Impressum + Datenschutz presence. Complements generic aeo-readiness for .de/.at/.ch sites.

## Output

Returns a structured set of heuristic signals indicating whether the target DACH site exposes llms.txt, agent.json, an x402 payment surface, hreflang/de language hints, and legally required Impressum and Datenschutz pages. May include next_jobs recommendations for remediation steps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public site URL"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "job_example",
  "scores": {
   "aeo_dach": 92
  },
  "status": "completed",
  "service": "aeo-dach",
  "sources": [
   {
    "url": "https://agent.kihustle.tech",
    "note": "origin"
   }
  ],
  "summary": "AEO-DACH for https://agent.kihustle.tech: agent_surfaces=3/3, trust_pages=2/2, score=92, issues=0.",
  "next_jobs": [],
  "limitations": [
   "Deterministic probes."
  ],
  "generated_at": "2026-01-01T00:00:00+00:00"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dach-aeo-agent-readiness-audit-66e50ad9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.kihustle.tech](https://www.zero.xyz/host/agent.kihustle.tech/llms.txt)
