You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Adapters and interop | Bridges for MCP, A2A, payment rails such as **x402**, **L402**, and Stripe, Chainlink, peaq, and any payment provider via adapter. Extend via PEIPs. |
117
-
| HTTP semantics |`PEAC-Receipt`, `peac-version` headers, RFC9457 Problem Details, and idempotency guidance. |
117
+
| HTTP semantics |`PEAC-Receipt` header, RFC9457 Problem Details, and idempotency guidance.|
118
118
| Conformance and tooling | L0-L4 levels, CLI validation and fixtures, and ACID-style tests. |
119
119
120
120
---
@@ -163,7 +163,7 @@ More examples: [docs/examples.md](docs/examples.md)
163
163
164
164
## Receipts (detached JWS)
165
165
166
-
- Media type `typ: "application/peac-receipt+jws"`
166
+
- Media type `typ: "peac.receipt/0.9"`
167
167
- JCS canonicalization of payload before signing
168
168
- Verification via detached JWS (no payload bloat in transit)
169
169
@@ -227,8 +227,7 @@ if (access.granted) {
227
227
**Example API request with curl:**
228
228
229
229
```bash
230
-
curl -X POST https://demo.peac.dev/peac/agreements \
231
-
-H "peac-version: 0.9.13" \
230
+
curl -X POST https://peacprotocol.org/agreements \
232
231
-H "content-type: application/json" \
233
232
-H "x-api-key: your-key" \
234
233
-d '{
@@ -241,10 +240,9 @@ curl -X POST https://demo.peac.dev/peac/agreements \
0 commit comments