You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent wallet. Hold credentials — agents use them without seeing them.
4
6
5
7
```bash
@@ -169,6 +171,21 @@ kern secret rewrap
169
171
kern secret rotate tokens/github # rotate what they had access to
170
172
```
171
173
174
+
## Machine payments
175
+
176
+
The same proxy that protects API keys protects payment credentials. An agent that purchases compute, calls paid APIs, or manages subscriptions needs payment keys — but shouldn't hold them.
177
+
178
+
```typescript
179
+
// agent charges a customer — never sees sk_live_*
Works with [Stripe MPP](https://docs.stripe.com/payments/machine/mpp) for machine-to-machine payments and any API that takes Bearer auth. [x402](https://www.x402.org/) support — auto-negotiating `402 Payment Required` responses — is on the roadmap.
0 commit comments