Skip to content

feat: add Run402 — backend-as-a-service for AI agents#432

Open
MajorTal wants to merge 1 commit intotempoxyz:mainfrom
MajorTal:feat/add-run402
Open

feat: add Run402 — backend-as-a-service for AI agents#432
MajorTal wants to merge 1 commit intotempoxyz:mainfrom
MajorTal:feat/add-run402

Conversation

@MajorTal
Copy link

Summary

Run402 is a backend-as-a-service purpose-built for AI agents. It provides instant Postgres databases, edge functions, static site hosting, and image generation — all paid per-request with USDC via the x402 payment protocol.

Integration: first-party (Run402 natively implements MPP via mppx)

Endpoints added (4):

Endpoint Price Description
POST /tiers/v1/prototype $0.10 7-day Postgres + 250 MB storage + 8 functions
POST /tiers/v1/hobby $5.00 30-day Postgres + 1 GB storage + 25 functions
POST /tiers/v1/team $20.00 30-day Postgres + 10 GB storage + 100 functions
POST /generate-image/v1 $0.03 Generate an image from a text prompt

Live service: https://api.run402.com (health check: GET /health)

Checklist

  • Added service entry to schemas/services.ts
  • Regenerated schemas/discovery.json via node scripts/generate-discovery.ts
  • Generated icon via node scripts/gen-icons.cjs
  • pnpm check:types passes
  • pnpm build passes

@vercel
Copy link

vercel bot commented Mar 23, 2026

@MajorTal is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

👋 Thanks for submitting a service to the MPP directory!

Before we review, please make sure you've completed these steps:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • You've run node scripts/generate-discovery.ts and committed the updated schemas/discovery.json
  • You've run node scripts/gen-icons.cjs and committed any new icons
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


📖 Contributing guide · 🔍 MPPScan · 📄 Protocol docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant