Skip to main content

Render connector

Back to the connector overview, authentication methods, and actions.
21 Sept 2026
bug-fixCorrected action inputs and descriptions against the Render OpenAPI spec. update_service_notification_override now exposes Render’s real previewNotificationsEnabled values (default/true/false instead of the rejected enabled/disabled) and notificationsToSend as an enum including default. list_deploys replaces the rejected deploy_failed status with the accepted queued and update_failed. update_owner_notification_settings can now send emailEnabled and previewNotificationsEnabled as false. update_secret_file, update_env_var, update_env_vars and update_secret_files now state Render’s key naming rule (letters, digits, _, - and . only, no leading digit, no slashes, not a single dot), which previously surfaced only as a 400 about environment variable keys. Gated seven actions to releaseStage preview after behavioural testing (AGI-9164) could not exercise them on the sandbox — restore_disk_snapshot, retrieve_job, cancel_job, retrieve_blueprint, update_blueprint, delete_blueprint and list_blueprint_syncs. verify_custom_domain returns an acknowledgement for Render’s empty 202, and delete_environment maps Render’s 5xx on a non-empty or last-remaining environment to a non-retryable 400. list_service_events now exposes all 43 event types Render accepts (was 22, missing suspender_added/removed, image_pull_failed, the disk-usage and maintenance events and others). Documented that create_service_preview is image-backed only (no pullRequestPreviewsEnabled precondition), that deployMode deploy_only cannot be combined with clearCache, commitId or imageUrl, that list_service_instances returns only instance id and createdAt and can answer a plain null, that a workspace cannot be muted by disabling every notification destination, and how to resolve ownerId and service-event triggeredByUser ids.
render_cancel_job, render_create_registry_credential, render_create_service_preview, render_delete_blueprint, render_delete_environment, render_list_blueprint_syncs, render_list_deploys, render_list_registry_credentials, render_list_service_events, render_list_service_instances, render_restore_disk_snapshot, render_retrieve_blueprint, render_retrieve_job, render_trigger_deploy, render_update_blueprint, render_update_env_var, render_update_env_vars, render_update_owner_notification_settings, render_update_secret_file, render_update_secret_files, render_update_service_autoscaling, render_update_service_notification_override, render_verify_custom_domain
16 Sept 2026
new-feature data-syncAdded DataSync support to eight list actions (services, projects, registry credentials, notification overrides, owners, and the unified IAM organizations, roles, and users lists), with incremental sync on services, projects, and registry credentials. list_registry_credentials now requests up to 100 credentials by default (the endpoint is single-page and previously returned the provider default of 20).
render_list_notification_overrides, render_list_owners, render_list_projects, render_list_registry_credentials, render_list_services, render_unified_list_organizations, render_unified_list_roles, render_unified_list_users
6 Aug 2026
bug-fixFixed unified IAM list users and get user failing with “Invalid compositeId, unknown identifier” on every call, and get user now returns 404 for an unknown user id instead of a server error.
render_unified_get_user, render_unified_list_users
13 Jul 2026
bug-fixFixed a JEXL parse error that crashed unified IAM list users on every call, an invalid composite-id role lookup, and unified IAM data-shape issues in credentials, roles, organizations, and user role fields.