Skip to content
v0.16.118 integrations across protocols, rails, and frameworks

Integrations

PEAC provides portable signed proof across agent protocols, payment rails, HTTP frameworks, and AI inference APIs. Each integration maps evidence into or out of a transport-specific format via the Evidence Carrier Contract.

Start Here

Production-ready integrations with full Interaction Record format support

3 integrations

Stable

Verified integrations across protocols, payment rails, standards, and observability

12 integrations

A2A

@peac/mappings-a2a
Agent ProtocolStable

Carry evidence through A2A metadata in TaskStatus, Message, and Artifact. A2A v1.0.0 compatible with dual-version transition support.

Stripe

@peac/rails-stripe
Payment RailReference

Payment intent observation and SPT delegation evidence with explicit payment state requirement.

Content Signals

@peac/mappings-content-signals
AI / InferenceStable

Observe content use policy signals from robots.txt, AIPREF, and tdmrep.json.

ACP

@peac/mappings-acp
Agent ProtocolStable

Session lifecycle and payment observation evidence with strict semantic boundary.

UCP

@peac/mappings-ucp
Agent ProtocolStable

Webhook verification (RFC 9421 + RFC 9530), order-to-receipt mapping, and dispute evidence.

Card

@peac/rails-card
Payment RailReference

Generic card payment evidence normalization.

Razorpay

@peac/rails-razorpay
Payment RailReference

Razorpay payment event mapping for billing evidence.

TAP

@peac/mappings-tap
Agent ProtocolReference

Verify Visa TAP proofs and map them to interaction evidence with a strict issuer trust boundary.

AIPREF

@peac/mappings-aipref
StandardsReference

IETF AIPREF vocabulary and Content-Usage header mapping to canonical control purposes.

RSL

@peac/mappings-rsl
StandardsReference

RSL 1.0 usage token mapping to PEAC control purposes for content licensing evidence.

Cloudflare Workers

@peac/worker-core
FrameworkReference

Edge-compatible receipt verification for Cloudflare Workers.

OpenTelemetry

@peac/telemetry-otel
ObservabilityReference

Bridge PEAC receipt events to OTel spans and metrics with privacy modes.

Reference Implementation

Working examples that demonstrate evidence patterns for specific domains

3 integrations

Browse by record category

Integrations map evidence into and out of transports. If you are looking for what PEAC records, browse the six interaction surfaces: API calls, MCP tool runs, agent actions, gateway decisions, payment events, and provisioning events.

Record Categories

Evidence Carrier Contract

All integrations share a common interface: the PeacEvidenceCarrier type and CarrierAdapter pattern. This ensures receipts travel across MCP, A2A, ACP, UCP, x402, and HTTP transports without coupling to any single protocol.