{receipt.type}
{receipt.action}
diff --git a/satgate-landing/app/protect/page.tsx b/satgate-landing/app/protect/page.tsx index 2dbbc4fb..d039dc44 100644 --- a/satgate-landing/app/protect/page.tsx +++ b/satgate-landing/app/protect/page.tsx @@ -5,7 +5,7 @@ import { Key, Shield, Lock, Unlock, Play, ArrowLeft, Copy, Check, ChevronRight, AlertTriangle, CheckCircle, XCircle, User, Bot, GitBranch, Clock, RefreshCw, Eye, Trash2, Wifi, WifiOff, - Ban, ShieldOff, Zap, Activity + Ban, ShieldOff, Zap, Activity, ArrowRight } from 'lucide-react'; import Link from 'next/link'; @@ -124,7 +124,7 @@ const faqJsonLd = { name: 'Why use revocable capability tokens for agents?', acceptedAnswer: { '@type': 'Answer', - text: 'Revocable capability tokens give agents narrow, expiring authority that can be delegated safely and killed instantly without rotating global API keys or service-account credentials.', + text: 'Revocable capability tokens give agents narrow, expiring authority that can be delegated safely and denied on the next governed request without rotating global API keys or service-account credentials.', }, }, { @@ -855,6 +855,30 @@ export default function ProtectDemoPage() {