KosmoKrator

productivity

Render MCP, CLI, and Lua Integration for AI Agents

Render integration docs for AI agents: MCP gateway setup, Render CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API key auth

Render for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
render2
route_slug
render2
package
render2
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Render MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Render.

Render CLI Matrix

Use these pages for direct Render CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
render2.render_list_services Read read 2 List all services in the Render account. Returns service IDs, names, type, status, and URLs.
render2.render_get_service Read read 1 Get details for a specific Render service by ID. Returns full service information including type, status, URLs, and configuration.
render2.render_create_service Write write 10 Create a new service on Render. Supports web services, background workers, cron jobs, and private services.
render2.render_list_deploys Read read 3 List deploys for a specific Render service. Returns deploy IDs, status, commit info, and timestamps.
render2.render_get_deploy Read read 1 Get details for a specific Render deploy by ID. Returns full deploy information including status, commit, and logs.
render2.render_list_jobs Read read 3 List jobs for a specific Render service. Returns job IDs, status, start command, and timestamps.
render2.render_get_current_user Read read 0 Get information about the current authenticated Render account, including email, name, and plan.