Deployment made simple. We make it super easy to automate deploying projects from Git, SVN and Mercurial repositories.
Deployment made simple. We make it super easy to automate deploying projects from Git, SVN and Mercurial repositories. On Nagent, DeployHQ is exposed as a fully-configurable developer tools integration that any agent can call — 60 actions, and BASIC authentication. No code is required to wire DeployHQ into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use DeployHQ to automate the kinds of tasks developer tools teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire DeployHQ into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against DeployHQ, with input parameters and output schema. Drop these into any step of an agent built in Helix.
DEPLOYHQ_DELETE_COMMANDTool to delete a command from a specified project. Use when you need to remove an SSH command from a project's configuration.
Input parameters
The project's permalink or identifier
The unique identifier of the command to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_DELETE_PROJECTS_PROJECTTool to delete a project from DeployHQ. Use when you need to permanently remove a project by its permalink or identifier.
Input parameters
The project's permalink or identifier to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_DELETE_PROJECTS_PROJECT_BUILD_CACHE_FILESTool to delete an existing build cache file from a project. Use when you need to remove a cached build artifact from the project's build cache storage.
Input parameters
The project permalink or identifier that identifies the project
The build cache file's unique identifier (UUID format) that identifies the specific build cache file to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_DELETE_PROJECTS_PROJECT_EXCLUDED_FILES_IDENTIFIERTool to delete an existing excluded file rule from a project. Use when you need to remove an excluded file pattern from deployment configuration.
Input parameters
The project permalink that identifies the project
The excluded file identifier (UUID format) that identifies the specific excluded file rule to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_DELETE_PROJECTS_PROJECT_SERVER_GROUPS_IDENTIFIERTool to delete a server group from a project using the DeployHQ API. Use when you need to remove a server group from deployment configuration.
Input parameters
The project's permalink or identifier
The server group's unique identifier (UUID format)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_DELETE_TEMPLATES_PERMALINKTool to delete a template by its unique permalink. Use when you need to permanently remove a template from DeployHQ.
Input parameters
The template's unique permalink identifier
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTSTool to retrieve all projects from DeployHQ account. Use when you need to list all available projects and their configurations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECTTool to view an existing project in DeployHQ. Use when you need to retrieve details about a specific project by its permalink or identifier.
Input parameters
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_BUILD_KNOWN_HOSTSTool to list all known hosts within a project using DeployHQ API. Use when you need to view SSH known hosts configured for a specific project.
Input parameters
The project's permalink (URL-friendly identifier, not UUID)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_COMMANDSTool to retrieve all SSH commands configured for a project. Use when you need to list all commands and their execution details for a specific project.
Input parameters
The project's permalink or identifier
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_CONFIG_FILESTool to retrieve a list of all config files in a DeployHQ project. Use when you need to view all configuration files that are configured for a specific project.
Input parameters
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_DEPLOYMENTSTool to retrieve a paginated list of all deployments in a project. Use when you need to view deployment history for a specific project. Results are paginated with 10 deployments per page.
Input parameters
Filters deployments by server or server group UUID.
Specifies which page number to retrieve for pagination (10 deployments per page).
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_EXCLUDED_FILESTool to list all excluded files within a project template. Use when you need to view which files or patterns are excluded from deployment for a specific project.
Input parameters
The project's permalink or identifier
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_ID_CONFIG_FILES_IDTool to view a specific config file in a DeployHQ project. Use when you need to retrieve details about a particular configuration file by its identifier.
Input parameters
The unique identifier for the config file.
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDTool to view a specific excluded file in a DeployHQ project. Use when you need to retrieve details about a particular excluded file by its identifier.
Input parameters
The unique identifier (UUID) of the excluded file entry.
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_ID_SERVER_GROUPS_IDTool to view a specific server group in a DeployHQ project. Use when you need to retrieve details about a particular server group by its identifier.
Input parameters
The server group's unique identifier (UUID format).
The project's permalink (not UUID). Use the human-readable slug identifier for the project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORYTool to view repository details for a specific project in DeployHQ. Use when you need to retrieve repository configuration including URL, branch, and hosting service details.
Input parameters
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_BRANCHESTool to view all available branches in the connected repository for a project. Use when you need to list repository branches and their commit hashes.
Input parameters
The project's permalink (e.g., 'my-project', 'composio'). Note: UUID identifiers are not supported for this endpoint.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_COMMIT_INFOTool to view detailed information about a specific revision in a project's connected repository. Use when you need to retrieve commit details including author, timestamp, message, and tags.
Input parameters
The commit reference/hash of the revision to retrieve.
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_LATEST_REVISIONTool to view the latest remote revision of your repository. Use when you need to get the most recent commit hash for a project's default branch or a specific branch.
Input parameters
Specifies which branch to retrieve the latest revision for. If not provided, the default branch is used.
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_RECENT_COMMITSTool to view up to 15 most recent revisions and up to 15 most recent tags in a specific branch. Use when you need to retrieve recent commit history and tag information from a project's repository branch.
Input parameters
The branch name for viewing recent revisions.
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_SCHEDULED_DEPLOYMENTSTool to retrieve all upcoming scheduled deployments for a project. Use when you need to view scheduled deployment configurations including server details, revision information, frequency settings, and execution times.
Input parameters
The project's permalink (e.g., 'my-project', 'composio'). While the API documentation mentions both permalink and identifier are supported, testing shows permalinks work reliably.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_SERVER_GROUPSTool to retrieve all server groups configured for a project. Use when you need to list servers and their deployment configurations within a project.
Input parameters
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_PROJECTS_PROJECT_SERVERSTool to retrieve all servers configured for a project. Use when you need to view server configurations and deployment targets for a specific project.
Input parameters
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_TEMPLATESRetrieves all deployment templates from the DeployHQ account. Templates in DeployHQ are reusable configurations that can be used to quickly set up new projects with predefined settings. This action returns the name, permalink (unique identifier), and description for each template. Use this when you need to: - List all available templates in the account - Find a template's permalink for use in other operations - Discover what templates exist before creating or modifying projects No parameters are required - this returns all templates in the account.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_TEMPLATES_ID_PUBLIC_IDRetrieves detailed configuration for a specific public framework template from DeployHQ's curated template library. Returns complete deployment settings including build commands, SSH commands, excluded files, and framework-specific features. Use this to inspect pre-configured templates for popular frameworks like Laravel, React, WordPress, Django, etc. First call GET_TEMPLATES_PUBLIC_TEMPLATES to get available template IDs and permalinks.
Input parameters
The permalink (URL-friendly identifier) of the public template (e.g., 'laravel', 'wordpress', 'react'). Get this from the 'permalink' field in GET_TEMPLATES_PUBLIC_TEMPLATES response.
The numeric identifier of the public template (e.g., '15249' for Laravel, '15288' for WordPress). Get this from the 'id' field in GET_TEMPLATES_PUBLIC_TEMPLATES response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_GET_TEMPLATES_PUBLIC_TEMPLATESTool to retrieve publicly available deployment templates from DeployHQ. Use when you need to list framework templates for popular web platforms.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_IDTool to update project settings in DeployHQ. Use when you need to modify a project's name or region/zone configuration.
Input parameters
The project's permalink or unique identifier
Project update parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_CACHE_FILES_IDTool to update an existing build cache file in a project. Use when you need to modify the path of a cached build artifact in the project's build cache storage.
Input parameters
The build cache file's unique identifier (UUID format) that identifies the specific build cache file to update
The project permalink or identifier that identifies the project
Build cache file update parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_COMMANDS_IDTool to update an existing build command in a project. Use when you need to modify the description, command, or error handling behavior of a build command. Supports partial updates - only include the fields you want to change.
Input parameters
The build command's unique identifier (UUID format) that identifies the specific build command to update
The project's permalink or identifier that identifies the project
Build command update parameters. Include only the fields you want to modify (partial update).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_LANGUAGES_IDUpdates the version of a programming language in a project's build environment configuration. This action modifies which version of PHP, Node.js, Python, Ruby, Java, Go, .NET, or Composer will be used during the project's build process. Note: Some languages may not be available for all projects depending on the project configuration and DeployHQ account settings.
Input parameters
The language identifier/name whose version requires updating. Valid values include: 'php', 'nodejs', 'python', 'ruby', 'java', 'go', 'dotnet', 'composer'
The project's permalink (URL-friendly identifier). Use the project permalink, not the UUID identifier.
Build environment update parameters containing the version
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_COMMANDS_IDTool to update an existing SSH command in a project. Use when you need to modify command properties like description, command text, execution timing, timeout, or server assignments.
Input parameters
The command's unique identifier (UUID format) that identifies the specific command to update
Command update parameters
The project identifier or permalink that identifies the project
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_CONFIG_FILES_IDTool to update an existing config file in a DeployHQ project. Use when you need to modify the path or contents of a configuration file.
Input parameters
The config file's unique identifier (UUID format)
The project's permalink or identifier
Config file update parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDTool to update an existing excluded file rule in a project. Use when you need to modify the file path pattern or server associations for an excluded file in the deployment configuration.
Input parameters
The excluded file's unique identifier (UUID format) that identifies the specific excluded file rule to update
The project permalink or identifier that identifies the project
Excluded file update parameters including path pattern and server associations
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_REPOSITORYTool to update repository configuration for a project in DeployHQ. Use when you need to modify repository settings like branch, URL, SCM type, or authentication credentials.
Input parameters
The unique identifier or permalink for the project.
Repository update parameters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_SERVER_GROUPS_IDTool to update an existing server group in a DeployHQ project. Use when you need to modify settings such as name, branch, auto-deploy, notification preferences, or deployment mode. Supports partial updates - only include the fields you want to change.
Input parameters
The server group's unique identifier (UUID format)
The project's permalink or identifier
Server group update parameters. Include only the fields you want to modify (partial update).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PATCH_TEMPLATES_IDTool to update an existing template in DeployHQ. Use when you need to modify the name or description of a template.
Input parameters
Template identifier (can be template ID or permalink)
Template update parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTSTool to create a new project in DeployHQ. Use when you need to initialize a new project with a name and optional zone configuration.
Input parameters
Project creation parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_ID_AI_DEPLOYMENT_OVERVIEWTool to generate an AI-powered deployment overview for a revision range. Use when you need to analyze commit messages between two references and get a concise summary of changes.
Input parameters
The project's identifier (UUID or permalink)
The ending revision/reference (commit SHA) for the deployment range
The starting revision/reference (commit SHA) for the deployment range
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_CACHE_FILESTool to create a new build cached file within a project. Use when you need to add a new cached build artifact to the project's build cache storage.
Input parameters
The project permalink or identifier that identifies the project
Build cache file creation parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_COMMANDSTool to create a new build command for a project in DeployHQ. Use when you need to add a new build command to a project.
Input parameters
The project's permalink or identifier that identifies the project
Build command creation parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_KNOWN_HOSTSTool to create a new known host in a project using DeployHQ API. Use when you need to add SSH known hosts for build processes in a specific project.
Input parameters
The project's permalink or identifier
Known host creation parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_COMMANDSTool to create a new SSH command for a project in DeployHQ. Use when you need to add SSH commands that run before or after deployments.
Input parameters
SSH command creation parameters
The project's permalink or identifier that identifies the project
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_CONFIG_FILESTool to create a new config file in a DeployHQ project. Use when you need to add a configuration file that will be deployed to specified servers.
Input parameters
The project's permalink or identifier
Config file creation parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_DEPLOYMENTSTool to create a new config file deployment for a project. Use when you need to deploy only configuration files to a server or server group without deploying code changes.
Input parameters
The project's permalink or identifier that identifies the project
Deployment creation parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_EXCLUDED_FILESTool to add a new excluded file to a project. Use when you need to exclude specific files or patterns from deployment to prevent them from being deployed to servers.
Input parameters
The project's permalink or identifier
Excluded file creation parameters including path pattern and server associations
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_ID_DEPLOYMENTS_ID_ABORTTool to abort a currently running deployment. Use when you need to terminate a deployment that is in progress.
Input parameters
The UUID identifier of the deployment to abort
The project's permalink or identifier
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_REPOSITORYTool to add repository details to a project in DeployHQ. Use when you need to configure a repository for a project with URL, SCM type, branch, and authentication credentials.
Input parameters
The project's permalink or identifier.
Repository creation parameters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_SERVER_GROUPSTool to create a new server group for automated deployments in a DeployHQ project. Use when you need to set up a group of servers for deploying from a specific branch with auto-deploy and notification settings.
Input parameters
The project's permalink or identifier that identifies the project
Server group creation parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_PROJECTS_PROJECT_SERVERSTool to create a new server configuration in a DeployHQ project. Use when you need to add a deployment destination with protocol-specific settings (SSH, FTP, S3, etc.).
Input parameters
Server creation parameters
The project's permalink or identifier
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_POST_TEMPLATESTool to create a new template in DeployHQ. Use when you need to create a template, optionally copying configuration from an existing project.
Input parameters
Template creation parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_PROJECTS_PROJECTTool to update settings of an existing DeployHQ project. Use when you need to modify project properties like name, permalink, notification settings, or zone. Warning: Changing the permalink requires updating the repository webhook URL to maintain automatic deployments.
Input parameters
Project update parameters. All fields are optional.
The project's permalink or identifier.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_PROJECTS_PROJECT_BUILD_CACHE_FILES_IDENTIFIERTool to edit an existing build cache file within a project. Use when you need to modify the path of a cached build artifact in the project's build cache storage.
Input parameters
The project permalink or identifier that identifies the project
The build cache file's unique identifier (UUID format) that identifies the specific build cache file to edit
Build cache file update parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_PROJECTS_PROJECT_BUILD_COMMANDS_IDENTIFIERTool to edit an existing build command within a template in DeployHQ. Use when you need to modify the description, command, or error handling behavior of a build command.
Input parameters
The project's permalink or identifier that identifies the project
The build command's unique identifier (UUID format) that identifies the specific build command to edit
Build command update parameters. Include only the fields you want to modify.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_PROJECTS_PROJECT_COMMANDS_IDENTIFIERTool to edit an existing SSH command in a DeployHQ project. Use when you need to update command properties like description, command text, execution timing, timeout, or server assignments.
Input parameters
Command update parameters including description, command text, timing, and server assignments
The project identifier or permalink that identifies the project
The command's unique identifier (UUID format) that identifies the specific command to edit
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_PROJECTS_PROJECT_CONFIG_FILES_IDENTIFIERTool to edit an existing config file within a project. Use when you need to modify the path, contents, or server deployment settings of a configuration file.
Input parameters
The project's permalink or identifier
The config file's unique identifier (UUID format) that identifies the specific config file to edit
Config file update parameters
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDTool to update an existing excluded file rule in a project. Use when you need to modify the path pattern or server assignments of an existing exclusion rule.
Input parameters
The excluded file rule's unique identifier (UUID format) that identifies the specific excluded file to update
The project's permalink or identifier
Excluded file update parameters including path pattern and server associations
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_PROJECTS_PROJECT_ID_REPOSITORYTool to update repository details for an existing project in DeployHQ. Use when you need to replace the complete repository configuration including SCM type, URL, and branch.
Input parameters
The project permalink or identifier.
Repository configuration including SCM type, URL, branch, and optional authentication credentials.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_PROJECTS_PROJECT_SERVER_GROUPS_IDENTIFIERTool to update a server group in a DeployHQ project using the API. Use when you need to modify server group configuration such as name, branch, auto-deploy settings, notification preferences, or deployment mode.
Input parameters
The project's permalink or identifier
The server group's unique identifier (UUID format)
Server group update parameters including name, branch, auto_deploy, email_notify_on, and transfer_order
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DEPLOYHQ_PUT_TEMPLATES_PERMALINKTool to edit an existing template in DeployHQ. Use when you need to update the name of a template identified by its permalink.
Input parameters
Template update parameters
The URL-friendly identifier of the template to edit
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 38 agents privately built on Nagent that already use DeployHQ.
Build on Nagent
Connect DeployHQ to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find DeployHQ, and click "Connect Now." You'll authenticate with BASIC — Nagent handles credential storage and refresh automatically. Once connected, DeployHQ is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once DeployHQ is connected, you configure its 60 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop DeployHQ steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a DeployHQ event fires, the agent kicks off automatically.
Every DeployHQ action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While DeployHQ ships with 60 pre-built developer tools actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching DeployHQ together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build DeployHQ-based workflows tailored to your business.