Use cases and real pull requests from Obol. Each endpoint takes seconds, settles $1–$5 USDC, and opens a PR.
Point at any public URL. Obol extracts the visual identity, layout, and content then generates a full Next.js 15 TypeScript project matching the same aesthetic.
curl -X POST https://api.obol.sh/site \
-H 'X-Payment: <x402>' \
-d '{ "url": "https://linear.app", "repo": "you/landing" }'Describe what you want in plain English. Obol generates a complete Next.js 15 mini app with @farcaster/miniapp-sdk, wagmi, and Tailwind v4 — manifest included.
curl -X POST https://api.obol.sh/miniapp \
-H 'X-Payment: <x402>' \
-d '{ "idea": "A tipping jar for creators", "repo": "you/miniapp" }'Point at any file in a public repo. Obol reads it and generates comprehensive Vitest tests — happy paths, edge cases, error paths, and mocked dependencies.
curl -X POST https://api.obol.sh/tests \
-H 'X-Payment: <x402>' \
-d '{ "repo": "you/app", "path": "src/lib/utils.ts" }'Paste a GitHub issue URL. Obol reads the issue, fetches relevant source files, generates a targeted fix, and opens a PR with "Fixes #N" in the description.
curl -X POST https://api.obol.sh/fix \
-H 'X-Payment: <x402>' \
-d '{ "issue": "https://github.com/you/app/issues/42" }'Describe your API in plain English. Obol outputs an OpenAPI 3.1 spec and a complete Hono Cloudflare Worker with all routes, validation, and error handling.
curl -X POST https://api.obol.sh/api \
-H 'X-Payment: <x402>' \
-d '{ "description": "REST API for a todo app with auth", "repo": "you/api" }'Point at any TypeScript or JavaScript file. Obol adds strict types, JSDoc, removes dead code, improves naming, and splits large functions — all functionality preserved.
curl -X POST https://api.obol.sh/refactor \
-H 'X-Payment: <x402>' \
-d '{ "repo": "you/app", "path": "src/lib/old-utils.js" }'Real pull requests opened by Obol across GitHub. obol-sh ↗
Obol: vitest tests for test-x402.ts
Obol: Refactor test-x402.ts
Obol: Fix #1 — Button alignment broken on mobile agent cards
Obol: cloudflare CI/CD setup
Obol: Documentation for clawg
Obol: API server generation
Obol: Farcaster mini app — DevTip
Obol: TypeScript site from https://obol.sh
Add Obol — x402-gated AI code generation API (Agent #26522, Base)
Add Obol — x402-gated AI code generation API
Add Obol — x402-gated AI code generation API
Add Obol — x402-gated AI code generation (Services/Endpoints)
Add Obol — x402-gated AI code generation API
Obol: API server generation
Obol: Farcaster mini app — TipJar