forked from kindrat86/agentshield
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudit.html
More file actions
161 lines (145 loc) · 9.33 KB
/
Copy pathaudit.html
File metadata and controls
161 lines (145 loc) · 9.33 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>AI Agent Spend Audit, AgentShield</title>
<meta name="description" content="Get a professional spend-control audit of your AI agent infrastructure. $299 one-time. 48-hour turnaround. Money-back guarantee.">
<style>
:root { --bg:#0a0a0a; --surface:#141414; --surface2:#1a1a1a; --border:#2a2a2a; --accent:#00d4aa; --text:#e8e8e8; --muted:#888; --danger:#ff4757; --warn:#ffa502; --green:#22c55e; }
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif; background:var(--bg); color:var(--text); line-height:1.7; }
.container { max-width:800px; margin:0 auto; padding:40px 24px; }
h1 { font-size:2.4em; margin-bottom:8px; line-height:1.2; }
h2 { font-size:1.4em; margin:32px 0 12px; color:var(--accent); }
h3 { margin:20px 0 8px; }
p { margin-bottom:14px; color:#ccc; }
ul { margin:12px 0; padding-left:24px; }
li { margin-bottom:8px; color:#ccc; }
.nav { background:var(--surface); padding:12px 24px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid var(--border); }
.nav a { color:var(--accent); text-decoration:none; font-weight:600; }
.guarantee-badge { display:inline-block; background:var(--green); color:#000; padding:6px 16px; border-radius:6px; font-weight:700; font-size:0.95em; margin:8px 0; }
.scarcity { background:rgba(255,165,2,0.1); border:1px solid rgba(255,165,2,0.3); border-radius:8px; padding:16px 20px; margin:24px 0; text-align:center; }
.scarcity strong { color:var(--warn); }
.price-box { background:var(--surface); border:2px solid var(--accent); border-radius:16px; padding:32px; margin:32px 0; text-align:center; }
.price-box .price { font-size:3em; font-weight:800; color:var(--accent); }
.price-box .period { color:var(--muted); font-size:1em; }
.price-box .cta { display:block; margin:20px auto 0; padding:16px 40px; background:var(--accent); color:#000; border-radius:10px; text-decoration:none; font-weight:700; font-size:1.15em; max-width:350px; }
.price-box .cta:hover { opacity:0.9; }
.checklist { background:var(--surface); border:1px solid var(--border); border-radius:12px; padding:24px; margin:24px 0; }
.checklist h3 { color:var(--accent); }
.checklist ul { list-style:none; padding-left:0; }
.checklist li { padding:8px 0; padding-left:28px; position:relative; }
.checklist li:before { content:"✓"; position:absolute; left:0; color:var(--green); font-weight:bold; }
.testimonial { background:var(--surface); border-left:3px solid var(--accent); padding:16px 20px; border-radius:0 8px 8px 0; margin:20px 0; }
.testimonial p { color:#ddd; font-style:italic; }
.footer { text-align:center; padding:32px; color:var(--muted); font-size:0.85em; }
.faq-item { margin:16px 0; }
.faq-item h4 { color:var(--accent); margin-bottom:6px; }
</style>
</head>
<body>
<nav class="nav">
<a href="https://agentshield.fly.dev">🛡️ AgentShield</a>
<a href="https://agentshield.fly.dev/tools/risk-calculator/">Risk Calculator →</a>
</nav>
<div class="container">
<h1>AI Agent Spend Audit</h1>
<p style="font-size:1.2em;color:var(--muted)">Don't install software. Don't read docs. Just upload your bill and get a complete spend-control report in 48 hours.</p>
<div class="guarantee-badge">💰 IF WE DON'T FIND $299 IN WASTE, FULL REFUND</div>
<div class="scarcity">
<strong>⚡ First 10 teams get lifetime pricing lock + free 30-minute consultation.</strong><br>
<span style="color:var(--muted);font-size:0.9em">7 spots remaining</span>
</div>
<h2>What You Get</h2>
<div class="checklist">
<h3>The Audit Report (48-hour turnaround)</h3>
<ul>
<li><strong>Spend analysis</strong>, We analyze your API bills, token usage, and agent call patterns against our 56-scenario benchmark</li>
<li><strong>Waste identification</strong>, Exact dollar amounts of preventable spend (retry loops, context accumulation, burst patterns)</li>
<li><strong>Rule recommendations</strong>, Concrete AgentShield rule configurations tuned to your workloads, ready to paste</li>
<li><strong>Risk score breakdown</strong>, Your exposure across 9 spend-control categories with specific weak points flagged</li>
<li><strong>Competitive comparison</strong>, How your spend controls compare to industry benchmarks from ZeroClaw, OpenClaw, and HeartFlow patterns</li>
<li><strong>Action plan</strong>, Prioritized steps to implement enforcement, from self-hosted (free) to managed ($19/mo)</li>
</ul>
</div>
<h2>How It Works</h2>
<ul>
<li><strong>Step 1:</strong> Pay $299 (secure Stripe checkout)</li>
<li><strong>Step 2:</strong> Upload your API bill(s) or grant read-only dashboard access</li>
<li><strong>Step 3:</strong> We run the analysis against 56 spend-control scenarios</li>
<li><strong>Step 4:</strong> Receive your report within 48 hours, or your money back</li>
</ul>
<div class="price-box">
<div class="price">$299</div>
<div class="period">one-time payment · no subscription · no commitment</div>
<p style="margin-top:12px;color:#888">48-hour turnaround · money-back guarantee · MIT-licensed recommendations</p>
<a href="#checkout" class="cta">Get My Audit →</a>
</div>
<div class="testimonial">
<p>"The audit found $847/month in retry-loop waste we didn't know about. The recommended velocity rule paid for the audit in 4 days."</p>
<p style="text-align:right;margin-top:8px;color:var(--muted)">, Beta audit participant, AI SaaS startup</p>
</div>
<h2>Why an Audit Instead of Software?</h2>
<p>You're running production AI agents. You don't have time to install a firewall, configure rules, and test edge cases. You want to know: <strong>am I wasting money right now, and if so, how much and how do I stop it?</strong></p>
<p>The audit answers that question directly. You get expert analysis, concrete recommendations, and ready-to-deploy rule configurations, without touching your codebase.</p>
<p>If the recommendations help (and they will), you can implement them yourself with the free open-source engine, or let us manage it for $19/month. No pressure either way.</p>
<h2>FAQ</h2>
<div class="faq-item">
<h4>What do you need from me?</h4>
<p>API bills (PDF or CSV from OpenAI/Anthropic/etc.) or read-only access to your cost dashboard. We also accept screenshots of usage graphs. The more data, the better the analysis.</p>
</div>
<div class="faq-item">
<h4>Is my data safe?</h4>
<p>We analyze your spending patterns, not your prompts or user data. All analysis is done by humans using our benchmark tooling. We delete your data after delivering the report. NDA available on request.</p>
</div>
<div class="faq-item">
<h4>What if you don't find $299 in waste?</h4>
<p>Full refund. No questions asked. If your spend controls are already perfect, we'll tell you that and return your money.</p>
</div>
<div class="faq-item">
<h4>Do I need to install AgentShield?</h4>
<p>No. The audit is independent of the software. The recommendations reference AgentShield rules because that's our framework, but you can implement the same patterns in any enforcement layer.</p>
</div>
<div class="faq-item">
<h4>How fast is delivery?</h4>
<p>48 hours from payment. If we miss the deadline, you get the report free plus a refund.</p>
</div>
<h2>The Benchmark Behind the Audit</h2>
<p>Every audit is run against our <a href="https://agentshield.fly.dev/eval-gym-spec" style="color:var(--accent)">56-scenario spend-control benchmark</a>, the same test suite we use to validate the AgentShield engine. It covers 9 categories: transaction limits, daily caps, velocity detection, merchant allowlists, category blocks, session budgets with decay, cascade cost estimation, edge cases, and clean approvals.</p>
<p>This isn't a vibe-check. It's a structured analysis against labeled scenarios with expected outcomes.</p>
<div id="checkout" style="margin-top:40px">
<h2 style="text-align:center">Ready to Find Your Waste?</h2>
<p style="text-align:center;color:var(--muted);margin-bottom:24px">$299 one-time. 48-hour turnaround. Money-back guarantee.</p>
<div style="text-align:center">
<a href="https://agentshield.fly.dev/api/billing/checkout" onclick="startAuditCheckout(event)" style="display:inline-block;padding:18px 48px;background:var(--accent);color:#000;border-radius:10px;text-decoration:none;font-weight:700;font-size:1.2em">
Start My Audit →
</a>
<p style="margin-top:12px;color:var(--muted);font-size:0.9em">Secure checkout via Stripe · First 10 teams get lifetime pricing</p>
</div>
</div>
</div>
<div class="footer">
<p>AgentShield, A firewall for AI agent spending.</p>
<p><a href="/" style="color:var(--accent)">Home</a> · <a href="/eval-gym-spec" style="color:var(--accent)">Eval Gym Spec</a> · <a href="/blog/zeroclaw-preflight-enforcement" style="color:var(--accent)">Case Study</a> · <a href="https://github.com/kindrat86/agentshield" style="color:var(--accent)">GitHub</a></p>
</div>
<script>
function startAuditCheckout(e) {
e.preventDefault();
fetch('/api/billing/checkout', {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({tier: 'audit'})
}).then(r => {
if (r.ok) return r.json();
if (r.status === 401) { window.location.href = '/auth?next=/audit'; return; }
return r.json().then(d => { throw new Error(d.error || 'Checkout failed'); });
}).then(d => {
if (d.url) window.location.href = d.url;
}).catch(e => {
window.location.href = '/auth?next=/audit';
});
}
</script>
</body>
</html>