Render
api.render.com
Render provides cloud hosting for web services, static sites, background workers, cron jobs, and managed databases. Use this API to create and manage services, trigger deployments, and configure environment variables for your hosted applications.
api_key
free
1.0
https://api.render.com
1
2026-03-01T11:54:34.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
create_service
Create a new service on Render. Specify the service type, name, Git repository, build and start commands, and environment configuration.
Detail: https://api.render.com/capabilities/create_service
get_environment_variables
Get all environment variables configured for a service. Returns variable keys and values.
Detail: https://api.render.com/capabilities/get_environment_variables
get_service
Get detailed information about a specific service including its type, repository, branch, build command, start command, and current deploy status.
Detail: https://api.render.com/capabilities/get_service
list_deploys
List all deploys for a specific service. Returns deploy IDs, statuses, commit information, and timestamps.
Detail: https://api.render.com/capabilities/list_deploys
list_services
List all services in your Render account. Returns service names, IDs, types (web_service, static_site, worker, cron_job), and current status.
Detail: https://api.render.com/capabilities/list_services
trigger_deploy
Trigger a new deploy for a service. Optionally clear the build cache to force a clean rebuild.
Detail: https://api.render.com/capabilities/trigger_deploy
update_environment_variable
Update the value of an existing environment variable for a service. The service will automatically redeploy with the new value.
Detail: https://api.render.com/capabilities/update_environment_variable
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Render Description: Render provides cloud hosting for web services, static sites, background workers, cron jobs, and managed databases. Use this API to create and manage services, trigger deployments, and configure environment variables for your hosted applications. Auth: api_key Capabilities: - create_service: Create a new service on Render. Specify the service type, name, Git repository, build and start commands, and environment configuration. - get_environment_variables: Get all environment variables configured for a service. Returns variable keys and values. - get_service: Get detailed information about a specific service including its type, repository, branch, build command, start command, and current deploy status. - list_deploys: List all deploys for a specific service. Returns deploy IDs, statuses, commit information, and timestamps. - list_services: List all services in your Render account. Returns service names, IDs, types (web_service, static_site, worker, cron_job), and current status. - trigger_deploy: Trigger a new deploy for a service. Optionally clear the build cache to force a clean rebuild. - update_environment_variable: Update the value of an existing environment variable for a service. The service will automatically redeploy with the new value.