Push a PR. PageBolt generates a narrated video demo of your changes—with professional AI voice—and posts it to your PR comment. No screen recording. No editing. No effort.
AUDIO GUIDE · CI/CD INTEGRATION
An AI agent reads your pull request, visits your preview deployment, and records a polished demo video with professional voice narration. Posted to your PR comment automatically.
GitHub Actions triggers automatically on every pull request.
The agent inspects your changes, visits the preview URL, and plans the demo.
A polished, voiced demo video lands in your PR comment. Done.
- name: Generate PR Demo
uses: pagebolt/demo-action@v1
with:
url: ${{ env.PREVIEW_URL }}
voice: ava # 10+ voices
style: professional
pace: slow
post_to_pr: true
Azure AI Speech & OpenAI TTS. Ava, Andrew, Emma, Brian, and more. Professional, cheerful, or friendly speaking styles.
Add narration to individual steps, or write a continuous script with {{N}} markers synced to the timeline.
One GitHub Actions YAML. Works with Vercel, Netlify, or custom preview deployments. No spec files, no setup.
MCP SERVER · AI-NATIVE
PageBolt's MCP server gives Claude, Cursor, and Windsurf the ability to record narrated video demos on command. Say "record a demo of our checkout flow" — and it happens.
✓ Done
Added to PR description.
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_..."
}
}
}
}
// 8 tools: screenshot, pdf, og_image,
// video, sequences, inspect,
// list_devices, check_usage
Any MCP-compatible AI client. Add one JSON config, then just ask: "record a narrated demo of X".
The finished demo video — with AI voice narration — appears right in your IDE chat. No browser, no editing, no leaving your workflow.
Not just video — your AI can capture screenshots, generate PDFs, inspect pages, and create OG images. All from one sentence.
THE PLATFORM
Plain HTTP. No SDKs. Any language. 30+ parameters per request.
curl -X POST https://pagebolt.dev/api/v1/screenshot \
-H "x-api-key: $PAGEBOLT_KEY" \
-d '{
"url": "https://my-saas.com",
"viewportDevice": "macbook_pro_14",
"darkMode": true,
"blockAds": true,
"blockBanners": true,
"format": "webp",
"extractMetadata": true
}'
OUTPUT — screenshot.webp
Some pages won't load for a headless browser. Pass stealth: true to mask fingerprints so bot walls don't trigger. Add proxy to route requests through your own infrastructure — both work across screenshots, PDFs, sequences, and video.
WHY PAGEBOLT
Warm browser pools. You maintain nothing.
OneTrust, CookieBot, 30+ providers — one boolean.
iPhone SE to Galaxy S24 Ultra.
Video recording, encoding, formats — zero config.
No competitor has a first-party MCP server.
PAGEBOLT VS. ALTERNATIVES
| Capability | PageBolt | Puppeteer | Vercel OG | ScreenshotOne |
|---|---|---|---|---|
| Screenshot API | ✓ | ✓ | — | ✓ |
| PDF Generation | ✓ | ✓ | — | ✓ |
| OG Image | ✓ | — | ✓ | — |
| Video Recording | ✓ | — | — | — |
| Audio Guide | ✓ | — | — | — |
| MCP Server | ✓ | — | — | — |
| CI/CD Demos | ✓ | — | — | — |
| Ad & Cookie Block | ✓ | Manual | — | ✓ |
| Starts at (paid) | $29/mo 5K req | infra | — | $17/mo 2K |
PRICING
Start free. Upgrade when you need to. Cancel anytime.
Side projects & testing
Growing apps
Production workloads
High-volume teams
No monthly commitment — pay only for what you use
| Feature | Free | Starter | Growth | Scale | PAYG |
|---|---|---|---|---|---|
| Monthly requests | 100 | 5,000 | 25,000 | 100,000 | Pay per use |
| Rate limit | 10/min | 60/min | 120/min | 300/min | 60/min |
| Video max duration | 20s | 30s | 45s | 60s | 30s |
| Audio Guide narration | — | — | ✓ | ✓ | — |
| Custom OG templates | — | — | — | ✓ | — |
| Priority support | — | — | ✓ | ✓ | — |
| API keys | 2 | 5 | 10 | 25 | 5 |
FAQ
PageBolt is a web capture API platform for developers. It provides seven APIs in one: screenshot capture, PDF generation, OG image creation, video recording with Audio Guide voice narration, multi-step browser automation (sequences), CI/CD integration that auto-generates narrated demo videos on every PR, and an MCP server for AI coding assistants like Claude Desktop, Cursor, and Windsurf. The free plan includes 100 requests per month with no credit card required.
PageBolt combines seven APIs into a single platform starting at $29/month for 5,000 requests. Urlbox focuses on screenshots only and is more expensive. Puppeteer requires you to manage your own headless browser infrastructure. PageBolt handles all rendering infrastructure, browser pools, and concurrency so you can focus on your product.
Sign up, get your API key, then POST to https://pagebolt.dev/api/v1/screenshot with x-api-key header and a JSON body containing the URL and options. Any HTTP client in any language works. No SDKs required.
No. The free plan gives you 100 requests per month with zero credit card required. All seven APIs are included from day one. Upgrade whenever you’re ready.
API calls return a 402 status with a clear message. We never surprise-bill you or allow overages. Upgrade or wait for the next billing cycle.
PageBolt includes a built-in Model Context Protocol (MCP) server. AI coding assistants like Claude Desktop, Cursor, and Windsurf can call PageBolt directly—so you can say “take a screenshot of example.com in dark mode” right in your IDE. Uses your API key, counts against normal quota.
Audio Guide adds professional AI voice narration to your demo videos. Add a narration field to any step, and PageBolt generates synchronized TTS audio using Azure AI Speech or OpenAI. Choose from 10+ voices, speaking styles, and adjustable speed. Available on Growth plans and above.
Drop one YAML file into your GitHub Actions workflow. PageBolt automatically generates a demo video for every PR. An AI agent reads your diff, inspects the preview deployment, and records a polished video with cursor highlighting and optional voice narration. The video is posted as a PR comment. Works with Vercel, Netlify, or custom deployments.
Yes, cancel anytime from your dashboard. You’ll keep access until end of billing period, then downgrade to free. No fees, no questions asked.
Yes. Try PageBolt free right now — no signup required. 5 screenshots per day. When you sign up (free, no credit card), you get the full interactive API Playground with all 7 tools.
GET STARTED
Free tier. No credit card. No SDK required.
Add one YAML file. Done.