-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-storefront.json
More file actions
49 lines (49 loc) · 1.56 KB
/
Copy pathagent-storefront.json
File metadata and controls
49 lines (49 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"@context": "https://schema.org",
"@type": "Store",
"name": "Self-Radiance Agentic Marketplace",
"description": "Universal infrastructural assets for autonomous agent workflows.",
"baseUrl": "https://selfradiance.github.io",
"verification": {
"method": "Ed25519",
"publicKey": "LLU9AQt4chCkV6/TBAUxeUSc4nbkN5pBKrZ9V7MYedQ=",
"publicKeyUrl": "https://selfradiance.github.io/.well-known/issuer-key.json",
"notaryUrl": "https://self-radiance-notary.selfradiance.workers.dev"
},
"assets": [
{
"id": "vq09-authheader",
"name": "SR-AuthHeader Spec",
"type": "AuthenticationProtocol",
"price": "1.00",
"currency": "USD",
"purchaseUrl": "https://buy.stripe.com/7sY4gt5ooe6Daok6rN6Vq09",
"metadata": {
"function": "A2A Authentication",
"value": "Cryptographic proof of identity for agent handshakes.",
"version": "1.0.0"
}
},
{
"id": "vq04-rateguard",
"name": "Rate-Limit Guard (AEO-Certified)",
"type": "RiskMitigationPolicy",
"price": "1.00",
"currency": "USD",
"purchaseUrl": "https://buy.stripe.com/fZufZbaIIe6DgMI4jF6Vq04",
"metadata": {
"function": "Runaway Loop Prevention",
"value": "Prevents 500x cost spikes via spend-cap enforcement.",
"version": "1.0.0"
}
},
{
"id": "vq05-safecard",
"name": "SR-SafeCard Identity Token",
"type": "IdentityProtocol",
"price": "1.00",
"currency": "USD",
"purchaseUrl": "https://buy.stripe.com/00w00d5oo6EbeEA9DZ6Vq05"
}
]
}