Run402 Test
VerifiedTest skill for Run402 — provision AI-native Postgres databases with REST API, auth, and row-level security using x402 micropayments on Base.
$ Add to .claude/skills/ About This Skill
# 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
```bash 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
```bash 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
```bash curl "https://api.run402.com/rest/v1/todos?done=eq.false" \ -H "apikey: $ANON_KEY" ```
Pricing
| Tier | Price | Lease | |------|-------|-------| | Prototype | $0.10 | 7 days | | Hobby | $5.00 | 30 days | | Team | $20.00 | 30 days |
Use Cases
- Generate structured output from specifications or requirements
- Run automated tests to verify functionality and catch regressions
- Interact with external APIs for data retrieval and service integration
- Fetch and analyze pricing data from markets and exchanges
- Generate smoke tests for rapid deployment verification
Pros & Cons
Pros
- +API-based architecture allows flexible integration with various platforms
- +Leverages AI models for intelligent automation beyond simple rule-based tools
- +Configurable parameters allow tuning for different quality and cost tradeoffs
Cons
- -Requires API key configuration — not free or self-contained
- -Depends on external AI model APIs which may incur usage costs
- -Output quality varies based on input specificity and model capabilities
FAQ
What does Run402 Test do?
What platforms support Run402 Test?
What are the use cases for Run402 Test?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.