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
Copy file name to clipboardExpand all lines: SKILL.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: run402
3
-
description: Provision and manage AI-native Postgres databases with REST API, auth, storage, and row-level security. Prototype tier is free (testnet). Paid tiers use x402 USDC on Base or Stripe credits.
3
+
description: Provision and manage AI-native Postgres databases with REST API, auth, storage, and row-level security. Prototype tier is free (testnet). Paid tiers use x402 USDC on Base, MPP pathUSD on Tempo, or Stripe credits.
4
4
metadata:
5
5
openclaw:
6
6
emoji: "🐘"
@@ -17,7 +17,11 @@ metadata:
17
17
18
18
# Run402 — Postgres for AI Agents
19
19
20
-
Run402 gives you a full Postgres database with a REST API, user auth, file storage, and row-level security. The prototype tier is free — you pay with testnet USDC to test the x402 flow end-to-end, no real money needed. Higher tiers (hobby, team) cost real money, payable with USDC on Base or Stripe credits. No signups, no human approval needed.
20
+
Run402 gives you a full Postgres database with a REST API, user auth, file storage, and row-level security. The prototype tier is free — you pay with testnet USDC to test the payment flow end-to-end, no real money needed. Higher tiers (hobby, team) cost real money, payable with USDC on Base (x402), pathUSD on Tempo (MPP), or Stripe credits. No signups, no human approval needed.
21
+
22
+
Two payment rails are supported:
23
+
-**x402** (default): USDC on Base Sepolia (testnet) or Base mainnet. Standard HTTP 402 protocol.
24
+
-**MPP**: pathUSD on Tempo Moderato (testnet). Stripe's Machine Payments Protocol. Same wallet key works on both chains.
21
25
22
26
One tool call. One payment. You get back `anon_key`, `service_key`, and a project ID. Start creating tables immediately.
Run402 uses the x402 HTTP payment protocol. Here's what you need to know:
315
+
Run402 supports two payment protocols: **x402** (USDC on Base) and **MPP** (pathUSD on Tempo). Both use the same wallet key. Here's what you need to know:
312
316
313
317
**When payment is needed:** Only `provision_postgres_project` and `renew_project` require x402 payment. All other tools (run_sql, rest_query, upload_file) use stored project keys — no payment needed.
314
318
@@ -327,7 +331,7 @@ Run402 uses the x402 HTTP payment protocol. Here's what you need to know:
Prototype uses Base Sepolia testnet USDC — no real money needed. Get test USDC from the faucet. Hobby and Team require real payment via USDC on Base or Stripe credits.
334
+
Prototype uses testnet tokens — no real money needed. With x402: Base Sepolia USDC from the faucet. With MPP: Tempo Moderato pathUSD from the Tempo faucet (instant, no rate limit). Hobby and Team require real payment via USDC on Base, pathUSD on Tempo, or Stripe credits.
331
335
332
336
**Budget enforcement:** When a project hits its tier's API call or storage limit, REST/SQL calls return 402 with usage details and a renew URL. Suggest renewing the project at the same or higher tier.
333
337
@@ -362,15 +366,22 @@ Prototype uses Base Sepolia testnet USDC — no real money needed. Get test USDC
362
366
363
367
## Agent Allowance Setup
364
368
365
-
To pay Run402, the user needs an agent allowance with USDC on Base. If they don't have one yet, here are the options:
369
+
To pay Run402, the user needs an agent allowance. Two payment rails are available:
366
370
367
-
**Option A: Coinbase AgentKit (recommended)** — Gives you an allowance on Base with built-in x402 support. No KYC, no manual key management.
371
+
**x402 rail (default):** USDC on Base. Set up with `run402 init`.
372
+
- Prototype: Base Sepolia testnet USDC (free from faucet)
373
+
- Hobby/Team: real USDC on Base mainnet
368
374
369
-
**Option B: AgentPayy** — Auto-bootstraps an MPC wallet on Base using Coinbase CDP. Purpose-built for x402.
375
+
**MPP rail:** pathUSD on Tempo. Set up with `run402 init mpp`.
376
+
- Prototype: Tempo Moderato testnet pathUSD (free from faucet, instant, no rate limit)
377
+
- Hobby/Team: real pathUSD on Tempo mainnet
370
378
371
-
**Option C: x402 OpenClaw Skill** — Install the x402 skill from ClawHub for x402 payment capabilities.
379
+
The same wallet key works on both chains — switching rails just changes which chain is used for payments.
372
380
373
-
**Prototype (free):** Use Base Sepolia testnet. Get free test USDC from the faucet (`request_faucet`) or Circle. No real money needed — the goal is to test the x402 payment flow end-to-end.
381
+
**Additional setup options:**
382
+
-**Coinbase AgentKit** — Gives you an allowance on Base with built-in x402 support
383
+
-**AgentPayy** — Auto-bootstraps an MPC wallet on Base using Coinbase CDP
384
+
-**x402 OpenClaw Skill** — Install the x402 skill from ClawHub for x402 payment capabilities
374
385
375
386
**Hobby/Team (real money):** Fund the allowance with USDC on Base mainnet, or buy credits via Stripe. The simplest path: download Coinbase Wallet, buy USDC, send to the allowance address. Base transactions cost under $0.01.
Copy file name to clipboardExpand all lines: openclaw/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: run402
3
-
description: Provision Postgres databases, deploy static sites, generate images, and build full-stack webapps on Run402 using x402 micropayments. Use when the user asks to build a webapp, deploy a site, create a database, generate images, or mentions Run402.
3
+
description: Provision Postgres databases, deploy static sites, generate images, and build full-stack webapps on Run402 using x402 or MPP micropayments. Use when the user asks to build a webapp, deploy a site, create a database, generate images, or mentions Run402.
0 commit comments