diff --git a/satgate-landing/app/components/HomeClient.tsx b/satgate-landing/app/components/HomeClient.tsx index cbc533bd..042f6169 100644 --- a/satgate-landing/app/components/HomeClient.tsx +++ b/satgate-landing/app/components/HomeClient.tsx @@ -361,10 +361,10 @@ const LandingPage = () => { Start here. No workflow changes. Map authority, tools, and spend before enforcing policy.
Their Agents - Prevent Unauthorized Access
- verify → authority proof → Evidence Pack + verify → authorize → admit
- Govern external agent access without making payment proof equal authorization proof. + Let approved external agents consume your APIs with scoped access, without making payment proof equal authorization proof.
Every governed decision, for your agents and theirs
++ Signed receipts for allowed, denied, paid, delegated, and revoked decisions are reconciled into + Evidence Packs your auditor can verify independently. +
+- Agents get a credential at startup - like mounting an EZ Pass. Every request after that flows through the gateway: verified, metered, no slowdowns. + Agents get a credential at startup - like mounting an EZ Pass. Every request after that flows through the gateway to be verified and metered under policy.
- No identity lookups on the hot path. No per-request auth round-trips. Just cryptographic verification at wire speed. + Capability verification stays on the request path without per-request identity round-trips.