Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- list_workspaces — Workspaces you can access.
- select_workspace — Select a workspace (deprecated by Render).
- get_selected_workspace — The currently selected workspace.
- list_services — List services.
- get_service — Read one service.
- create_web_service — Create a web service.
- create_static_site — Create a static site.
- create_cron_job — Create a cron job.
- update_web_service — Update a web service (returns a dashboard link).
- update_static_site — Update a static site (returns a dashboard link).
- update_cron_job — Update a cron job (returns a dashboard link).
- update_environment_variables — Replace ALL environment variables for a service.
- list_deploys — List deploys.
- get_deploy — Read one deploy.
- trigger_deploy — Trigger a deploy.
- list_logs — Read service logs.
- list_log_label_values — Log label values for filtering.
- get_metrics — Service performance metrics.
- query_render_postgres — Run a READ-ONLY SQL query.
- list_postgres_instances — List Postgres instances.
- get_postgres — Read one Postgres instance.
- create_postgres — Create a Postgres instance.
- list_key_value — List key-value instances.
- get_key_value — Read one key-value instance.
- create_key_value — Create a key-value instance.
