← 返回
开发者工具 中文

Run402 Test

Test skill for Run402 — provision AI-native Postgres databases with REST API, auth, and row-level security using x402 micropayments on Base.
Run402测试技能——使用x402微支付在Base上部署AI原生Postgres数据库,支持REST API、认证和行级安全。
majortal
开发者工具 clawhub v2.0.1 1 版本 99867.4 Key: 无需
★ 0
Stars
📥 753
下载
💾 7
安装
1
版本
#latest

概述

Run402 Test Skill

Run402 gives you a full Postgres database with REST API, user auth, file storage, and row-level security. Pay with a single x402 micropayment on Base — no signups.

Provision a Database

curl -X POST https://api.run402.com/v1/projects \
  -H "Content-Type: application/json" \
  -H "X-402-Payment: <payment>" \
  -d '{"name": "my-db", "tier": "prototype"}'

Returns project_id, anon_key, service_key.

Create a Table

curl -X POST https://api.run402.com/admin/v1/projects/$PROJECT_ID/sql \
  -H "Authorization: Bearer $SERVICE_KEY" \
  -H "Content-Type: text/plain" \
  -d "CREATE TABLE todos (id serial PRIMARY KEY, task text NOT NULL, done boolean DEFAULT false);"

Query via REST

curl "https://api.run402.com/rest/v1/todos?done=eq.false" \
  -H "apikey: $ANON_KEY"

Pricing

TierPriceLease
--------------------
Prototype$0.107 days
Hobby$5.0030 days
Team$20.0030 days

版本历史

共 1 个版本

  • v2.0.1 当前
    2026-03-19 05:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,808
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,236
content-creation

run402

majortal
在 Run402 上使用 x402 微支付提供 Postgres 数据库、部署静态站点、生成图像并构建全栈 Web 应用,在用户提出请求时使用
★ 0 📥 798