Blocks
Render
Cloud hosting and deployment platform
Integrate with Render to deploy web services, static sites, databases, and cron jobs. Manage services, deployments, environment variables, and monitor application performance with API key authentication.
Toolsrender
Block Preview
Render
Cloud hosting and deployment platform
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the render block with monitoring enabled in production.
Inputs (UI)
Render API Key
short-inputPlaceholder: Enter your Render API key
Layout: full
Operation
dropdownLayout: full
Options: List Services, Get Service, Create Service, List Deploys
Service ID
short-inputPlaceholder: Enter service ID
Layout: full
Condition: operation = ["get_service","list_deploys","trigger_deploy","list_env_vars"]
Deploy ID
short-inputPlaceholder: Enter deploy ID
Layout: full
Condition: operation = "get_deploy"
Inputs (API)
credential
stringRequired
operation
stringRequired
serviceId
stringOptional
deployId
stringOptional
Outputs
Primary response type:
{
"data": "json"
}Tool Access
render_api