79 lines
4.1 KiB
Cheetah
79 lines
4.1 KiB
Cheetah
{{define "for-mme"}}
|
|
<div class="hero container">
|
|
<p class="label mb-3">For mid-market enterprise</p>
|
|
<h1 class="mb-4">500 employees. 2,000 agents.<br>One credential layer.</h1>
|
|
<p class="lead">Your workforce is adopting AI agents faster than your security team can write policies. Every agent needs credentials. Every credential needs boundaries. Policy documents don't scale. Mathematics does.</p>
|
|
</div>
|
|
|
|
<hr class="divider">
|
|
|
|
<div class="section container">
|
|
<h2 class="mb-4">The scale problem</h2>
|
|
<p class="lead mb-8">When 500 people each run 3–4 AI agents, you have 2,000 autonomous processes accessing credentials. Manual token management doesn't work. Directory-based provisioning does.</p>
|
|
<div class="grid-2">
|
|
<div class="card">
|
|
<h3 class="mb-2">SCIM directory sync</h3>
|
|
<p>Employee joins in Azure AD → vault provisioned automatically. Employee leaves → vault frozen, all tokens revoked. No manual cleanup.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3 class="mb-2">Centralized audit</h3>
|
|
<p>Every credential access, across every vault, in one exportable feed. Which agent accessed which credential, when, from where.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="divider">
|
|
|
|
<div class="section container">
|
|
<h2 class="mb-4">Three-tier encryption</h2>
|
|
<div class="grid-3 mb-8">
|
|
<div class="card">
|
|
<p class="label mb-2">Vault Encryption</p>
|
|
<p>Entire vault encrypted at rest with AES-256-GCM. The baseline.</p>
|
|
</div>
|
|
<div class="card">
|
|
<p class="label accent mb-2">Credential Encryption</p>
|
|
<p>Per-field encryption. Your AI agent reads the API key it needs — not the credit card number in the same entry.</p>
|
|
</div>
|
|
<div class="card red">
|
|
<p class="label red mb-2">Identity Encryption</p>
|
|
<p>Client-side. WebAuthn PRF. The key is derived from your hardware authenticator and never leaves your device.</p>
|
|
</div>
|
|
</div>
|
|
<p>Your CISO will appreciate this: even if we are breached, Identity fields are ciphertext. We don't have the key. We can't be compelled to produce it. It doesn't exist on our servers.</p>
|
|
</div>
|
|
|
|
<hr class="divider">
|
|
|
|
<div class="section container">
|
|
<h2 class="mb-4">WebAuthn-gated administration</h2>
|
|
<p class="lead mb-4">Every admin operation — creating tokens, modifying scopes, changing access lists — requires a physical hardware key tap.</p>
|
|
<p>AI agents cannot escalate their own permissions. Not because of policy. Because of cryptography.</p>
|
|
</div>
|
|
|
|
<hr class="divider">
|
|
|
|
<div class="section container">
|
|
<h2 class="mb-4">Mid-Market pricing</h2>
|
|
<p class="lead mb-8">Per-human pricing. Agents unlimited.</p>
|
|
<div class="price-card featured max-w-sm mx-auto">
|
|
<p class="label accent mb-4">Mid-Market</p>
|
|
<div class="price-amount mb-2">$3<span class="price-period">/user/mo</span></div>
|
|
<p class="text-sm text-secondary mb-6">$36/user/yr · 500+ users</p>
|
|
<a href="mailto:sales@clavitor.ai" class="btn btn-primary btn-block mb-6">Contact sales</a>
|
|
<ul class="checklist"><li>SCIM directory sync</li><li>Centralized audit export</li><li>Priority support</li><li>Direct invoicing (Net 60)</li><li>Three-tier encryption</li><li>Cross-hemisphere backup</li><li>99.999% SLA</li></ul>
|
|
</div>
|
|
<p class="text-sm text-tertiary mt-4"><strong>Price for life:</strong> Your per-user rate never increases as long as you maintain your subscription. Mid-Market requires Clavitor Hosted. SCIM, centralized audit, and management plane are not available in the Community Edition.</p>
|
|
</div>
|
|
|
|
<hr class="divider">
|
|
|
|
<div class="section container">
|
|
<h2 class="mb-4">Ready to talk?</h2>
|
|
<p class="lead mb-6">500 employees, 2,000 agents, one credential layer. Let's set it up.</p>
|
|
<div class="btn-row">
|
|
<a href="mailto:sales@clavitor.ai" class="btn btn-primary">Contact sales</a>
|
|
<a href="/pricing-new" class="btn btn-ghost">Compare all plans →</a>
|
|
</div>
|
|
</div>
|
|
{{end}} |