Integrations / Infrastructure
Render
Look up services, deploys and service events, trigger deploys and restarts, and trigger workflows from Render deploy, build, server and database events.
Tools
render.list_services
List services, optionally filtered by name or type. Service IDs look like srv-cj1ab2cdef3ghi4jk5l0.
render.get_service
Get a service by ID, e.g. srv-cj1ab2cdef3ghi4jk5l0.
render.list_deploys
List a service's deploys, newest first. Deploy IDs look like dep-cj1ab2cdef3ghi4jk5l0.
render.get_event
Get the full details of a service event by ID, e.g. evt-cj1ab2cdef3ghi4jk5l0, as sent in webhook payloads.
render.trigger_deploy writes
Deploy a service from the latest commit on its branch, a given commit, or a given image.
render.restart_service writes
Restart a running service.
render.api_get
Send a GET request to any Render API path under https://api.render.com/v1 and return the response. For endpoints the named tools don't cover.
render.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Render API path under https://api.render.com/v1.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Render API path.
Connect
- In the Render Dashboard, open Account Settings and create an API key under API Keys.
- Paste the key on the connection.
- To trigger workflows, a workspace admin opens Integrations → Webhooks from the workspace home, creates a webhook with the request URL shown on the connection page and the events you need, and pastes the signing secret from the webhook's Settings page on the connection.
Credentials
Triggers
From your Render workspace home, open Integrations → Webhooks, create a webhook with this URL and the events to send, and paste the signing secret from the webhook's Settings page on this connection.
Events
triggerkind: render connection: render events: [build_started] services: [...] service_names: [...] statuses: [...]
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.