The missing infrastructure for the agentic web.
Any framework. Live URL. Pay-per-deploy. Done!
No accounts. No CLI. No GitHub. Just code and crypto.
curl -X POST https://ephemeral-deploy.vercel.app/api/deploy \
-H "Content-Type: application/json" \
-H "X-Payment: <solana-tx-signature>" \
-d '{
"files": {
"index.html": "PGgxPkhlbGxvIFdvcmxkPC9oMT4="
},
"ttl": 24
}'curl -X POST https://ephemeral-deploy.vercel.app/api/deploy \
-H "Content-Type: application/json" \
-H "X-Payment: <solana-tx-signature>" \
-d '{
"files": {
"package.json": "<base64>",
"next.config.ts": "<base64>",
"tsconfig.json": "<base64>",
"app/layout.tsx": "<base64>",
"app/page.tsx": "<base64>",
"app/api/hello/route.ts": "<base64>"
},
"ttl": 72,
"framework": "nextjs"
}'{
"id": "deploy_abc123",
"url": "https://eph-xyz.vercel.app",
"status": "building",
"expiresAt": "2026-03-14T18:00:00Z",
"framework": "nextjs"
}Pay per deploy via x402 Solana micropayments. No subscriptions, no accounts.
Framework is auto-detected from your files. Or pass it explicitly.
next.config.*vite.config.*astro.config.*nuxt.config.*remix.config.*index.htmlPOST/api/deployCreate a new deploymentGET/api/status/:idCheck deployment statusGET/api/healthService health checkX-Payment header2gKLymTMCqNwcQznqXJgi19Naix3xUFwHbivYU2WYTChNo API keys. No accounts. The payment is the authentication.