Skip to content

Commit 24d0760

Browse files
author
Matt Dean
committed
copy: remove specific $50 amount from delegation copy to avoid implying a limit
1 parent c8c0404 commit 24d0760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

satgate-landing/app/components/HomeClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ const LandingPage = () => {
350350
<div className="mt-12 mb-8">
351351
<div className="text-center mb-6">
352352
<h3 className="text-2xl font-bold mb-2">Why API Keys Break in Agent Chains</h3>
353-
<p className="text-gray-400 max-w-xl mx-auto text-sm">API keys are all-or-nothing. Delegated capability tokens let Agent A give Agent B a $50 read-only token — and B can&apos;t escalate. Trust flows down, never up.</p>
353+
<p className="text-gray-400 max-w-xl mx-auto text-sm">API keys are all-or-nothing. Delegated capability tokens let you set any budget, scope, and expiry per agent — and agents can&apos;t escalate beyond what they&apos;re given. Trust flows down, never up.</p>
354354
</div>
355355
<div className="max-w-3xl mx-auto relative rounded-xl overflow-hidden border border-gray-700/50 shadow-2xl shadow-purple-500/10">
356356
<video

0 commit comments

Comments
 (0)