Render for your agents.
Connect Render once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Render.
What agents can do with Render
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
render_list_servicesList all services (web services, static sites, workers, cron jobs).
render_get_serviceGet details of a service by id.
render_list_deploysList deploys for a service, newest first.
render_trigger_deployTrigger a new deploy for a service (clears the build cache).
render_list_env_varsList environment variables for a service.
render_get_deployGet details of a specific deploy by id.
render_cancel_deployCancel an in-progress deploy.
render_update_env_varCreate or update a single environment variable for a service.
render_delete_env_varDelete an environment variable from a service.
render_create_serviceCreate a new web service, static site, or background worker.
render_delete_serviceDelete a service and all its deploys.
render_scale_serviceScale a service to a specific number of instances.
render_suggest_planGet suggested plan for a service based on usage.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Render Dashboard > Account Settings > API Keys.
- Click 'Create API Key', name it (e.g. even-connect).
- Copy the key; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Render to Even: call connect_begin("render") on the even-connect MCP and walk me through it.
List all Render services, trigger new deploy for service, and check environment variables.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.