clavitor/clavitor.ai/templates/for-msp.tmpl

98 lines
5.8 KiB
Cheetah

{{define "for-msp"}}
<div class="hero container">
<p class="label mb-3">For managed service providers</p>
<h1 class="mb-4">Your clients' agents need credentials.<br>You need control.</h1>
<p class="lead">Every client you manage is adopting AI agents. Each agent needs API keys, SSH credentials, 2FA codes. You need to provision, scope, and revoke access across hundreds of clients &mdash; without a shared vault key that one breach blows open.</p>
</div>
<hr class="divider">
<div class="section container">
<h2 class="mb-4">The MSP credential problem</h2>
<p class="lead mb-4">Your technicians work across dozens of clients. Each client has their own credentials. Today you manage this with shared password vaults, spreadsheets, or "that one document."</p>
<p>When a technician leaves, you scramble to change passwords across every client. Clavitor gives each client their own isolated vault. Your technicians get scoped tokens. Sarah leaves Friday &mdash; revoke her tokens across all clients in one click. Jim starts Monday &mdash; assign him the same role scopes. No passwords to rotate. No entries to touch.</p>
</div>
<hr class="divider">
<div class="section container">
<div class="card" style="border-left:3px solid var(--brand-red)">
<h3 class="mb-3">The vault belongs to the client. Not you.</h3>
<p class="mb-4">You manage it. You provision agents. You assign technician access. But the data is theirs. If the client leaves, their vaults go with them. Your tokens get revoked. Their credentials are unaffected.</p>
<p>This isn't a limitation &mdash; it's your selling point. <strong>"Your credentials stay yours. Always."</strong></p>
</div>
</div>
<hr class="divider">
<div class="section container">
<h2 class="mb-6">Technician access model</h2>
<table class="data-table mb-4">
<thead>
<tr><th>Vault</th><th>Technician</th><th style="text-align:right">Scope</th></tr>
</thead>
<tbody>
<tr><td>Acme Corp</td><td>Sarah</td><td style="text-align:right">Full access</td></tr>
<tr><td>Acme Corp</td><td>John</td><td style="text-align:right">Networking</td></tr>
<tr><td>Acme Corp</td><td>Peter</td><td style="text-align:right">Helpdesk</td></tr>
<tr><td>Acme Corp</td><td>Break-glass</td><td style="text-align:right">Emergency</td></tr>
<tr><td>Bcme Inc</td><td>John</td><td style="text-align:right">Full access</td></tr>
<tr><td>Bcme Inc</td><td>Sarah</td><td style="text-align:right">Networking</td></tr>
</tbody>
</table>
<p class="text-sm text-secondary">Scopes are roles, not people. Sarah leaves &rarr; delete her tokens. Jim gets the same role scopes. Entries never change.</p>
</div>
<hr class="divider">
<div class="section container">
<h2 class="mb-4">Five nines for your clients</h2>
<p class="lead mb-4">Every client vault is replicated cross-hemisphere. Calgary and Z&uuml;rich. Reads and TOTP never stop. Your clients' agents keep working even during infrastructure events.</p>
<div class="card alt">
<p class="label red mb-2">Proof: March 2026</p>
<p>AWS UAE went down &mdash; drone strikes physically damaged two of three availability zones. Zero client data affected. That's why we replicate to the other side of the world.</p>
</div>
</div>
<hr class="divider">
<div class="section container">
<p class="label accent mb-3">Business case</p>
<h2 class="mb-4">Not just a security tool. A profit driver.</h2>
<p class="lead mb-8">Credential management isn't overhead — it's a billable service that improves your margins, cuts operational drag, and raises the security posture of every client you manage.</p>
<div class="grid-3">
<div class="card alt">
<h3 class="mb-2">Healthy margins, hands-off delivery</h3>
<p>Per-client vaults with scoped agent access and full audit trails make this a managed offering you can price with confidence. The platform runs at five nines, fully hosted — you sell it, we keep it up. Your margin is yours to set.</p>
</div>
<div class="card alt">
<h3 class="mb-2">Faster onboarding, instant offboarding</h3>
<p>When a new technician starts, you assign role scopes and they're working in minutes. When someone leaves, you revoke their tokens across every client in one click. No passwords to rotate, no entries to touch, no scrambling on a Friday afternoon.</p>
</div>
<div class="card alt">
<h3 class="mb-2">Your clients' security is your responsibility</h3>
<p>Their AI agents are already accessing credentials — probably from environment variables or shared password files. As their MSP, that risk sits on your desk. Clavitor gives you the architecture to fix it properly: every credential scoped, encrypted, and audited across your entire client base.</p>
</div>
</div>
</div>
<hr class="divider">
<div class="section container">
<h2 class="mb-4">Partner pricing</h2>
<p class="lead mb-6">Reseller compensation included. Contact sales for partner pricing and volume tiers.</p>
<a href="mailto:sales@clavitor.ai" class="btn btn-primary">Contact sales &rarr;</a>
<p class="text-sm text-tertiary mt-4">Management plane and multi-vault orchestration require Clavitor Hosted. <a href="/install">Community Edition</a> supports single-vault self-hosting.</p>
</div>
<hr class="divider">
<div class="section container">
<h2 class="mb-4">Deploy credential issuance across your client base.</h2>
<p class="lead mb-6">One platform. Every client. Every agent. Every credential. Scoped, audited, revocable.</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 &rarr;</a>
</div>
</div>
{{end}}