# BFSG/Barrierefreiheit Accessibility Content Pack for DACH

> BFSG/Barrierefreiheit Accessibility Content Pack for DACH is a paid API for AI agents from agent.kihustle.tech, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns a machine-readable BFSG/WCAG accessibility checklist and agent-ready prompts for Germany/DACH compliance workflows.

## Facts

- Endpoint: POST https://agent.kihustle.tech/services/bfsg-content-pack-dach/jobs
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bfsg-barrierefreiheit-accessibility-content-pack-for-dach-3113c6ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C4YqPFNAgmHD5hgBv1SZn

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 bfsg-barrierefreiheit-accessibility-content-pack-for-dach-3113c6ff -d '<json body>'
```

Example prompt: Give me the BFSG accessibility content pack for Germany — I need the full checklist items and agent prompts for a DACH website compliance workflow.

## When to prefer this

Choose this endpoint when you need a pre-packaged, structured set of BFSG/Barrierefreiheit accessibility checklist items and agent prompts for Germany/DACH compliance workflows, without needing to analyze a live URL. Prefer over the heuristic BFSG scanner when you want reusable guidance content for agent orchestration rather than per-URL signal extraction.

## Known failure modes

- Payment not included or insufficient: 402 error requiring $0.08 USDC via x402
- Malformed POST body: 400 validation error
- Service temporarily unavailable: 503 or timeout
- Content pack not found for requested scope: empty or null result set

## How this service works

Paid machine-readable BFSG / accessibility content pack for Germany/DACH agents: checklist items and agent prompts. Keywords: bfsg content pack, barrierefreiheit checklist, accessibility prompts, wcag germany. Zero outbound. Not legal advice.

## Output

A structured machine-readable content pack containing BFSG/Barrierefreiheit checklist items and pre-written agent prompts aligned to WCAG and German accessibility law (BFSG) for DACH-region digital services. Does not include live URL analysis or legal advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "type": "string",
   "description": "json|markdown"
  },
  "locale": {
   "type": "string",
   "description": "de|en"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "job_example",
  "status": "completed",
  "service": "bfsg-content-pack-dach",
  "sources": [
   {
    "url": "hermes://content/bfsg-dach",
    "note": "static_pack"
   }
  ],
  "summary": "BFSG content pack v2026.08.1 (de/json): 10 checklist items, 3 prompts. Not legal advice.",
  "checklist": [],
  "next_jobs": [],
  "limitations": [
   "Static pack."
  ],
  "generated_at": "2026-01-01T00:00:00+00:00",
  "pack_version": "2026.08.1",
  "agent_prompts": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bfsg-barrierefreiheit-accessibility-content-pack-for-dach-3113c6ff/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)
