Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/cli/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ tempo wallet sessions close --orphaned
/>
<Card
title="MPP overview"
description="How the Machine Payments Protocol works"
description="How agentic payments work with the Machine Payments Protocol"
to="https://mpp.dev/overview"
icon="lucide:book-open"
/>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/guide/machine-payments/index.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Machine Payments
description: Charge for APIs, MCP tools, and digital content using the Machine Payments Protocol (MPP) on Tempo with TIP-20 stablecoins.
title: Agentic Payments
description: Make agentic payments using the Machine Payments Protocol (MPP) on Tempo — charge for APIs, MCP tools, and digital content with TIP-20 stablecoins.
---

import { Card, Cards } from 'vocs'
import { MermaidDiagram } from '../../../components/MermaidDiagram'
import { TerminalDemo } from '../../../components/TerminalDemo'

# Make Machine Payments
# Make Agentic Payments

The [Machine Payments Protocol](https://mpp.dev) (MPP) adds inline payments to any HTTP endpoint. Clients — apps, agents, or humans pay as part of their request, and the server verifies payment before returning the response.
Make agentic payments using the [Machine Payments Protocol](https://mpp.dev) (MPP). MPP adds inline payments to any HTTP endpoint — agents, apps, or humans pay as part of their request, and the server verifies payment before returning the response.

## Try it out

Expand Down Expand Up @@ -42,7 +42,7 @@ A client requests a paid resource, the server responds with `402` and a `Challen

## Why Tempo

Tempo's transaction model is explicitly designed for inline payments using MPP:
Tempo's transaction model is designed for agentic payments using MPP:

- **~500ms finality** — Deterministic confirmation fast enough for synchronous request/response flows
- **Sub-cent fees** — Low enough for micropayments and per-request billing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Monetize Your API with Machine Payments
title: Monetize Your API with Agentic Payments
description: Accept stablecoin payments for your API using MPP on Tempo. Charge per request without requiring signups, billing accounts, or API keys.
---

import { Card, Cards } from 'vocs'

# Monetize your API with machine payments
# Monetize your API with agentic payments

Accept stablecoin payments for any HTTP endpoint. No signup flows, no billing accounts, no API key management. Your users — agents, apps, or humans — pay per request with stablecoins on Tempo, and you get paid instantly.

Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ These docs cover everything from creating a wallet to building payment systems o
icon="lucide:arrow-left-right"
/>
<Card
title="Make Machine Payments"
description="Let agents pay for services with MPP — sessions and streaming payments."
title="Make Agentic Payments"
description="Let agents pay for services using the Machine Payments Protocol — sessions and streaming payments."
to="/guide/machine-payments"
icon="lucide:bot"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/learn/tempo/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Explore the key features that make Tempo purpose-built for payments:
title="Privacy"
/>
<Card
description="An open protocol for machine-to-machine payments, co-authored by Stripe and Tempo"
description="An open protocol for agentic payments, co-authored by Stripe and Tempo"
to="/learn/tempo/machine-payments"
icon="lucide:bot"
title="Machine Payments"
title="Agentic Payments"
/>
</Cards>
4 changes: 2 additions & 2 deletions src/pages/learn/tempo/machine-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The Machine Payments Protocol (MPP) is an open standard for machine

import { Cards, Card } from 'vocs'

# Machine Payments [Programmable payments for agents and services]
# Agentic Payments [Programmable payments for agents and services]

Agents can write code, coordinate services, and execute complex workflows. What they can't do, until now, is pay for things.

Expand Down Expand Up @@ -83,7 +83,7 @@ The core [Payment HTTP Authentication Scheme](https://paymentauth.org) is submit

## Why Tempo

Tempo's infrastructure is purpose-built for the transaction patterns that machine payments produce:
Tempo's infrastructure is purpose-built for the transaction patterns that agentic payments produce:

- **~500ms deterministic finality**: Fast enough for synchronous request/response flows
- **Sub-cent fees**: Low enough for micropayments and per-request billing
Expand Down
4 changes: 2 additions & 2 deletions vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default defineConfig({
],
},
{
text: 'Make Machine Payments',
text: 'Make Agentic Payments',
collapsed: true,
items: [
{
Expand Down Expand Up @@ -798,7 +798,7 @@ export default defineConfig({
link: '/learn/tempo/privacy',
},
{
text: 'Machine Payments',
text: 'Agentic Payments',
link: '/learn/tempo/machine-payments',
},
],
Expand Down
Loading