Primary focus
A managed cloud platform (PaaS) for web services, static sites, cron jobs, and background workers. You connect a GitHub repo and Render builds and runs it as managed services and containers.
A real cloud your AI agent operates: virtual machines, managed PostgreSQL and Redis, private networks, backups, and autoscaling clusters, plus a native MCP server for agent control.
AI agent / MCP (2026)
Official, hosted MCP server (mcp.render.com/mcp). Your agent can create web services, static sites, cron jobs, Postgres, and Key Value stores, read logs and metrics, and run read-only SQL. It manages Render's own platform and cannot delete services or databases (env var changes are the one write it allows).
Native MCP server that goes end to end. Point your agent at a project and it provisions a real VM and a managed database, deploys the app, wires DNS and TLS, then SSHes into the running machine to operate and fix it. Any MCP client works, Claude Code is the example.
Real machine and control
Managed services and containers. You get SSH into a running service to debug, but not a persistent VM you own and control end to end.
Real VMs. Your agent can SSH in to run commands, read logs, and fix a broken deploy in place, then commit the fix back to your repo.
Data location
US-origin platform with regions in Oregon, Ohio, Virginia, plus Frankfurt in Germany and Singapore. EU hosting is available but not the default.
Hosted in the EU by default, in a German data centre, and GDPR-aligned.
Managed databases
Managed PostgreSQL and Key Value (a Valkey/Redis-compatible store), with backups and point-in-time recovery on paid plans.
Managed PostgreSQL and Redis, provisioned alongside your app and auto-wired, with DATABASE_* env injected.
Pricing (2026)
A free tier (750 instance hours a month, services spin down when idle) plus paid instances such as Starter at $7/month, Standard at $25/month, and Pro at $85/month. Workspace plans are flat: a free Hobby plan, Pro at $25/month, and Scale at $499/month, plus usage for bandwidth and add-ons.
Per-resource, hourly pricing. Servers from about £8.50/month up to £70, most apps on a £20 to £35 server, storage at £0.07/GB. New accounts get £200 in credits.
Deploy flow
Connect GitHub and push, or use a Blueprint YAML or the CLI. Render detects and builds the service.
Point your agent at the repo and it deploys over the MCP, or use the REST API directly for a deploy-ready repo.