# DACH Cold-Outreach Content Pack

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

Returns a bundled content pack with DE/AT/CH cold-outreach policy matrix by channel, safe agent routing prompts, and B2B email template skeletons for Germany, Austria, and Switzerland.

## Facts

- Endpoint: POST https://agent.kihustle.tech/services/outreach-content-pack-dach/jobs
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dach-cold-outreach-content-pack-a190c40c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SJAiogQ8h0tLUAjtPf1K-

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-cold-outreach-content-pack-a190c40c -d '<json body>'
```

Example prompt: Give me the DACH cold-outreach content pack — I need the full policy matrix by channel (email, phone, SMS, postal) for Germany, Austria, and Switzerland, plus the B2B email template skeletons and safe agent routing prompts so I can start a compliant cold outreach campaign.

## When to prefer this

Choose this endpoint when you need a single bundled response covering DACH cold-outreach policy, email templates, and agent prompts in one call, rather than making separate calls to individual policy-check or compliance-signal endpoints. Especially useful when bootstrapping a DACH outreach agent that needs both the rules and ready-to-use templates without additional processing.

## Known failure modes

- Malformed POST body returns 400 with validation error
- Payment not included or insufficient USDC triggers 402 Payment Required
- Service temporarily unavailable returns 503
- Content pack may not reflect very recent regulatory changes — treat as informational, not legal advice

## How this service works

Paid machine-readable DACH cold-outreach content pack: full DE/AT/CH policy matrix by channel, safe agent routing prompts, and B2B email template skeletons. Keywords: outreach content pack, cold email germany, uwg, gdpr, austria, switzerland, agent prompts. Zero outbound requests. Not legal advice — content for agent tooling only.

## Output

A machine-readable content bundle including: a full policy matrix covering allowed vs. restricted cold-outreach channels (email, phone, SMS, postal) for DE, AT, and CH; B2B email template skeletons with placeholders; and safe agent routing prompts for orchestrating DACH outreach workflows. No outbound requests are made; the response is purely static/deterministic content.

## 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": "outreach-content-pack-dach",
  "sources": [
   {
    "url": "hermes://content/outreach-dach",
    "note": "static_pack"
   }
  ],
  "summary": "DACH outreach content pack v2026.08.1 (de/json): 12 policy rows, 2 templates, 3 agent prompts. Not legal advice.",
  "next_jobs": [],
  "templates": {},
  "limitations": [
   "Static pack."
  ],
  "generated_at": "2026-01-01T00:00:00+00:00",
  "pack_version": "2026.08.1",
  "agent_prompts": {},
  "policy_matrix": {
   "rows": []
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dach-cold-outreach-content-pack-a190c40c/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)
