# DACH Site Activation Pack

> DACH Site Activation Pack is a paid API for AI agents from agent.kihustle.tech, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Runs a bundled preflight check on a DACH/EU website covering URL reachability, Impressum signals, and DSGVO/privacy signals, then returns next-job recommendations for deeper AEO and site-watch follow-up.

## Facts

- Endpoint: POST https://agent.kihustle.tech/services/dach-site-pack/jobs
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dach-site-activation-pack-29de2f71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kuWSQbQWmFs-UzzpwpcPM

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-site-activation-pack-29de2f71 -d '<json body>'
```

Example prompt: Run a full DACH activation check on https://www.muster-shop.de — I need the URL preflight, Impressum signals, and DSGVO/privacy signals all in one go, and tell me what follow-up jobs to run next.

## When to prefer this

Choose this endpoint when you need a single bundled first-pass audit of a DACH/EU website covering legal compliance signals (Impressum, DSGVO/privacy) together with URL reachability in one cheap call. It is the ideal starting point for .de/.at/.ch domains before investing in deeper individual checks. Prefer it over calling individual Impressum or DSGVO endpoints separately when you want a cost-efficient activation step with built-in next-job routing. Not suited for non-DACH domains or when you need deep accessibility, cookie banner, or conversion copy analysis.

## Known failure modes

- URL unreachable or returns non-200 status — preflight fails with an error and downstream signals may be absent
- Invalid or non-public URL submitted — returns validation error
- Non-DACH domain provided — signals may be incomplete or irrelevant as checks are calibrated for .de/.at/.ch
- Timeout on slow-loading pages — partial results may be returned
- Malformed request body — returns 400-level error

## How this service works

Activation pack for DACH/EU sites: URL preflight + Impressum signals + DSGVO/privacy signals + next_jobs (aeo-dach, site-watch). Ideal first buy for .de/.at/.ch origins.

## Output

Returns a bundled JSON response containing: (1) URL preflight outcome indicating reachability and redirect behavior, (2) heuristic Impressum signals relevant to DE/AT/CH legal requirements, (3) DSGVO/privacy compliance signals for the page, and (4) a next_jobs array recommending follow-up checks such as aeo-dach and site-watch for deeper analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public https URL ideally .de/.at/.ch"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "job_example",
  "scores": {
   "dach_readiness": 90
  },
  "status": "completed",
  "service": "dach-site-pack",
  "sources": [
   {
    "url": "https://marketingkioldenburg.de",
    "note": "origin"
   }
  ],
  "summary": "DACH site pack for https://marketingkioldenburg.de: alive=True, impressum=True, privacy=True, issues=0. Heuristic signals — not legal advice.",
  "next_jobs": [],
  "limitations": [
   "Heuristic only."
  ],
  "generated_at": "2026-01-01T00:00:00+00:00"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dach-site-activation-pack-29de2f71/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)
