-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
119 lines (119 loc) · 3.7 KB
/
Copy pathdocs.json
File metadata and controls
119 lines (119 loc) · 3.7 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Monarch Shield",
"description": "Local-first payment safety docs for agents building x402, wallet, stablecoin, card, bank, paid API, and paid MCP payment flows.",
"colors": {
"primary": "#080808",
"light": "#080808",
"dark": "#EDECE4"
},
"favicon": "/logo/monarch-shield-logo.svg",
"navigation": {
"tabs": [
{
"tab": "Docs",
"groups": [
{
"group": "Start",
"pages": [
"public/docs/partner-proof-packs",
"public/docs/adversarial-benchmark",
"public/docs/hosted-proof",
"public/docs/grant-evidence",
"public/docs/agent-payment-preflight",
"public/docs/payment-code-preflight-for-ai-agents",
"public/docs/agent-payment-preflight-snippets",
"public/docs/github-action",
"public/docs/agent-skill",
"public/docs/free-tier-pricing"
]
},
{
"group": "Operations",
"pages": [
"public/docs/monarch-doctor-ci",
"public/docs/agent-discovery-build-plan"
]
},
{
"group": "Proof Packs",
"pages": [
"public/docs/monarch-for-base-x402",
"public/docs/monarch-for-coinbase-agentkit",
"public/docs/monarch-for-virtuals-acp",
"public/docs/monarch-for-google-ap2-a2a-x402",
"public/docs/monarch-for-stripe-bridge-stablecoin",
"public/docs/monarch-for-card-network-agent-pay"
]
},
{
"group": "Grant Pages",
"pages": [
"public/docs/ecosystem-grants",
"public/docs/grant-base-coinbase",
"public/docs/grant-virtuals-acp",
"public/docs/grant-google-ap2-a2a",
"public/docs/grant-stripe-bridge",
"public/docs/grant-mastercard-visa",
"public/docs/x-money-creator-commerce"
]
},
{
"group": "Discovery",
"pages": [
"public/docs/agent-payment-query-map",
"public/docs/multilingual-agent-payment-query-map",
"public/docs/agent-to-agent-payment-safety",
"public/docs/ai-agent-payment-safety",
"public/docs/ai-agent-payment-preflight",
"public/docs/before-shipping-payment-code",
"public/docs/payment-code-ci-gate",
"public/docs/x402-payment-ci-gate",
"public/docs/wallet-send-preflight",
"public/docs/wallet-send-safety-check",
"public/docs/stripe-agent-payment-preflight",
"public/docs/paid-api-mcp-preflight",
"public/docs/paid-mcp-payment-preflight"
]
},
{
"group": "Positioning",
"pages": [
"public/docs/endpoint-registry-vs-payment-code-preflight",
"public/docs/budget-controls-vs-payment-code-preflight"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Website",
"href": "https://x402ms.ai"
},
{
"anchor": "Proof",
"href": "https://x402ms.ai/proof/"
}
]
}
},
"navbar": {
"links": [
{
"label": "GitHub",
"href": "https://github.com/ghostmonarch/x402ms"
}
],
"primary": {
"type": "button",
"label": "Run Doctor",
"href": "https://x402ms.ai/docs/agent-payment-preflight.html"
}
},
"seo": {
"indexing": "all"
}
}