Render icon

Render

Application hosting platform for services, deploys, builds, environment variables, databases, and cron jobs.

Supports app-hosting work across services, deploys, builds, environment variables, databases, and scheduled jobs.

Example Use Cases

These are the Render actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Create Postgres Instance

Tool to create a new Postgres instance on Render. Use when you need to provision a new PostgreSQL database with configurable plan, version, and region.

List Deploys

Tool to list recent deploys for a Render service with pagination and filtering. Use when you need to fetch deploy history, inspect deploy statuses, or find a specific deployId to pass to other deploy operations.

List Disks

Tool to list all disks. Use when you need to retrieve all disks associated with your account.

List Environment Variables for Service

Tool to list all environment variables configured directly on a Render service (with pagination). Use when you need to enumerate env vars without knowing individual keys.

List Logs

Tool to list logs for a specific workspace and resource. Use when you need to retrieve logs for services, databases, or other resources, with support for filtering by time range, log type, severity level, and text content. Wildcards and regex patterns are supported for most text filters.

List Postgres Instances

Tool to list Postgres instances. Use when you need to retrieve all Postgres databases associated with your account, optionally filtering by name, region, or other criteria.

Restart Service

Tool to restart a service. Use when you need to restart a running service, such as after configuration changes or to resolve issues.

Retrieve Postgres Instance

Tool to retrieve a specific Postgres instance. Use when you need to get details about a Postgres database in your Render account.

Retrieve Service

Tool to retrieve a specific service by ID. Use when you need detailed information about a service including its configuration, status, and deployment settings.

Update Service

Tool to update a service configuration. Use when you need to modify service settings such as auto-deploy, branch, build filters, Docker image, name, repository, or service-specific details.