Turn any public URL into a screenshot, PDF, or structured extract — via REST or MCP. No Chrome fleet to babysit. Honest free tier. Transparent pricing.
Working name. Product in build. No fake testimonials. No fabricated customer counts.
PNG / JPEG / WebP. Viewport or full page. Render receipt with hash for agent audit trails.
URL to PDF for reports, archives, and agent handoffs.
Title, meta, main text, links as JSON — readability-first in MVP.
First-class MCP tools so agents call render without custom glue.
Mirrored to the proven ScreenshotOne-class ladder ($17 / $79 / $259 published market). Differentiated on agent features — not confusing price games.
{
"openapi": "3.1.0",
"info": { "title": "AgentRender API", "version": "0.1.0" },
"paths": {
"/v1/screenshot": {
"post": {
"summary": "Capture a URL as an image",
"security": [{ "ApiKey": [] }],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"required": ["url"],
"properties": {
"url": { "type": "string", "format": "uri" },
"format": { "enum": ["png", "jpeg", "webp"] },
"full_page": { "type": "boolean" }
}
}
}
}
}
}
},
"/v1/pdf": { "post": { "summary": "Render a URL to PDF" } },
"/v1/extract": { "post": { "summary": "Extract structured page content" } },
"/v1/account": { "get": { "summary": "Plan and quota" } }
}
}
Full OpenAPI YAML ships with the repo. Endpoints above are the MVP contract.
Waitlist posts to Formspree (free). Signups go to the project inbox. Payment is not wired.
Thanks — you're on the waitlist.