---
mode: agent
authentication: anonymous
auth: /auth.md
rate_limits: response_headers
errors: problem_json_and_json_rpc
api: /openapi.json
mcp: /mcp
a2a: /v1/a2a
batch: /v1/batch
pricing: /pricing.md
capabilities: [terminology_lookup, readiness_levels, content_discovery, batch_queries]
---

# Agent-to-Agent Commerce

Wie Unternehmen von KI-Agenten gefunden, verstanden und ausgewählt werden.

## Was das ist
Agentic Commerce beschreibt, wie KI-Agenten für Menschen einkaufen — und welche
Voraussetzungen Händler und Hersteller schaffen müssen, damit der Agent sie findet,
prüft und auswählt. Diese Domain ist die deutschsprachige Referenz- und
Beratungsressource dazu.

## Schnelleinstieg
- Protokolle: A2A (Agent2Agent), MCP (Model Context Protocol), WebMCP (Tools im Browser), ACP (Agentic Commerce Protocol), AP2 (Agent Payments Protocol)
- Mechanik: der ERP-Fallback entscheidet, ob ein Lieferant überhaupt in die offene Auswahl kommt
- Reifegrad: Agent-Readiness von Stufe 0 (nicht auflösbar) bis Stufe 4 (direkt abfragbar)

## Maschinenlesbare Ressourcen
- Agent Card: /.well-known/agent-card.json
- A2A API (JSON-RPC): /v1/a2a
- Batch API: /v1/batch
- MCP Streamable HTTP: /mcp
- NLWeb: /ask
- OpenAPI: /openapi.json
- Inhalte: /llms.txt
- Sitemap: /sitemap.xml

## Authentication
Public read operations are anonymous and require no API key. See /auth.md.

## Capabilities
- Look up Agentic Commerce terminology and protocols.
- Explain Agent-Readiness levels 0 through 4.
- Discover canonical pages and batch multiple read-only queries.

## Rate limits
Responses publish RateLimit-Limit, RateLimit-Remaining and RateLimit-Reset headers.

## Error handling
REST errors use application/problem+json with code, message and resolution. A2A and MCP use JSON-RPC errors.

## Nächste Schritte
Für die Einordnung deines Unternehmens: /agent-readiness, /faq, /glossar.
Bei Fragen: /contact.