mirrored listing x402 eip155:8453

Paid machine-readable BFSG / accessibility content pack for Germany/DACH agents: checklist

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.

Do you run agent.kihustle.tech? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
80000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-23
updated

Provider

agent.kihustle.tech · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x1c8b3C34Dca2Ba2A71598f1F9E0BC2a04A0Bea36",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "80000",
    "maxTimeoutSeconds": 3600
  }
]

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "category": "commerce",
      "description": "Paid BFSG / Barrierefreiheit content pack: checklist + agent prompts via x402 — not legal advice",
      "input": {
        "body": {
          "format": "json",
          "locale": "de"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "agent_prompts": {},
          "checklist": [],
          "generated_at": "2026-01-01T00:00:00+00:00",
          "job_id": "job_example",
          "limitations": [
            "Static pack."
          ],
          "next_jobs": [],
          "pack_version": "2026.08.1",
          "service": "bfsg-content-pack-dach",
          "sources": [
            {
              "note": "static_pack",
              "url": "hermes://content/bfsg-dach"
            }
          ],
          "status": "completed",
          "summary": "BFSG content pack v2026.08.1 (de/json): 10 checklist items, 3 prompts. Not legal advice."
        },
        "type": "json"
      },
      "serviceName": "Hermes Commerce",
      "tags": [
        "hermes",
        "dach",
        "bfsg",
        "content-pack",
        "barrierefreiheit",
        "accessibility",
        "checklist",
        "paid-content",
        "micro"
      ],
      "toolName": "bfsg-content-pack-dach"
    },
    "resource": {
      "description": "Paid BFSG / Barrierefreiheit content pack: checklist + agent prompts via x402 — not legal advice",
      "mimeType": "application/json",
      "serviceName": "Hermes Commerce",
      "tags": [
        "hermes",
        "dach",
        "bfsg",
        "content-pack",
        "barrierefreiheit",
        "accessibility",
        "checklist",
        "paid-content",
        "micro"
      ],
      "url": "https://agent.kihustle.tech/services/bfsg-content-pack-dach/jobs"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "category": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "format": {
                  "description": "json|markdown",
                  "type": "string"
                },
                "locale": {
                  "description": "de|en",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "headers": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        },
        "serviceName": {
          "type": "string"
        },
        "tags": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "toolName": {
          "type": "string"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://agent.kihustle.tech/services/bfsg-content-pack-dach/jobs"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agent.kihustle.tech/services/bfsg-content-pack-dach/jobs");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agent.kihustle.tech/services/bfsg-content-pack-dach/jobs")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/2613.json, and this resource appears in /discovery/resources and /discovery/search.