Skip to content

Commit 9de28c3

Browse files
committed
Remove self-hosted messaging from enterprise landing and HIPAA blog
Reframe /for/enterprise around managed dedicated tenancy and SLA, replace self-host comparison row with single-tenant control plane, and point the CTA at plans/sales instead of GitHub. Update HIPAA blog description to drop "self-hosted" framing.
1 parent 46d3afa commit 9de28c3

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

web/src/data/blogPosts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ slug: "secure-ai-agent-networking-workflow-step-by-step",
613613
{
614614
slug: "hipaa-compliant-agent-communication",
615615
title: "HIPAA-Compliant AI Agents Without Sending PHI to OpenAI or Anthropic",
616-
description: "Run healthcare AI agents without a BAA with every model vendor. Self-hosted, end-to-end encrypted, audit-logged. Here's the architecture.",
616+
description: "Run healthcare AI agents without a BAA with every model vendor. End-to-end encrypted, audit-logged, inside your compliance perimeter. Here's the architecture.",
617617
date: "Feb 20",
618618
category: "Security",
619619
tags: ["HIPAA", "healthcare"],

web/src/pages/for/enterprise.astro

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import BlogFooter from '../../components/BlogFooter.astro';
55
import '../../styles/global.css';
66
77
const title = "Enterprise Private Network for AI Agents — Pilot Protocol";
8-
const description = "An enterprise private network built for AI agents. End-to-end encrypted, self-hosted, cross-cloud. No VPN, no vendor lock-in, no data leaving your perimeter.";
8+
const description = "An enterprise private network built for AI agents. End-to-end encrypted, cross-cloud, managed control plane with dedicated tenancy. No VPN, no vendor lock-in, no data leaving your perimeter.";
99
const canonicalUrl = "https://pilotprotocol.network/for/enterprise";
1010
---
1111
<!DOCTYPE html>
@@ -174,9 +174,9 @@ code{font-family:'SF Mono',Menlo,Consolas,monospace;background:var(--surface);pa
174174
<div class="feat">
175175
<div class="feat-title">
176176
<svg viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
177-
<h3>Self-hostable control plane</h3>
177+
<h3>Dedicated control plane</h3>
178178
</div>
179-
<p>Run your own rendezvous and registry. We never see your traffic or your agent identities. BYO infrastructure, keep compliance boundaries intact.</p>
179+
<p>Managed rendezvous and registry with single-tenant isolation, regional residency, and SLA-backed uptime. Traffic stays end-to-end encrypted — the control plane never sees your payloads.</p>
180180
</div>
181181
<div class="feat">
182182
<div class="feat-title">
@@ -218,11 +218,11 @@ code{font-family:'SF Mono',Menlo,Consolas,monospace;background:var(--surface);pa
218218
<td class="bad">No</td>
219219
</tr>
220220
<tr>
221-
<td>Self-hostable control plane</td>
221+
<td>Dedicated single-tenant control plane</td>
222222
<td class="good">Yes</td>
223-
<td class="good">Yes</td>
224-
<td class="good">Yes</td>
225-
<td class="bad">No</td>
223+
<td class="mid">Org-scoped</td>
224+
<td class="mid">Cluster-scoped</td>
225+
<td class="bad">Shared</td>
226226
</tr>
227227
<tr>
228228
<td>Works behind NAT without config</td>
@@ -293,11 +293,11 @@ code{font-family:'SF Mono',Menlo,Consolas,monospace;background:var(--surface);pa
293293

294294
<!-- CTA -->
295295
<div class="cta-block">
296-
<h2>Ready to build your private agent network?</h2>
297-
<p>Deploy a working network in under an hour. Open-source, self-hostable, no credit card required.</p>
296+
<h2>Ready to deploy your private agent network?</h2>
297+
<p>Get a dedicated control plane, SLA, and onboarding support. Production-ready in under a week.</p>
298298
<div class="hero-cta">
299-
<a href="/docs/getting-started" class="btn btn-primary">Read the Getting Started Guide</a>
300-
<a href="https://github.com/TeoSlayer/pilotprotocol" class="btn btn-secondary">Star on GitHub</a>
299+
<a href="/plans" class="btn btn-primary">See Enterprise Plans</a>
300+
<a href="mailto:teodor@vulturelabs.io?subject=Pilot%20Protocol%20Enterprise" class="btn btn-secondary">Talk to Sales</a>
301301
</div>
302302
</div>
303303

0 commit comments

Comments
 (0)