developer tools

Add DeployHQ to your AI agent

Deployment made simple. We make it super easy to automate deploying projects from Git, SVN and Mercurial repositories.

Things your agent can do in DeployHQ
60

Things your AI can do in DeployHQ

Your FormWise AI can handle any of these in DeployHQ — on its own, without you needing to click a button.

  • Get Projects

    Popular

    Tool to retrieve all projects from DeployHQ account. Use when you need to list all available projects and their configurations.

  • Get Project

    Popular

    Tool to view an existing project in DeployHQ. Use when you need to retrieve details about a specific project by its permalink or identifier.

  • Get Project Deployments

    Popular

    Tool 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.

  • Get Repository Branches

    Popular

    Tool to view all available branches in the connected repository for a project. Use when you need to list repository branches and their commit hashes.

  • Get Project Servers

    Popular

    Tool to retrieve all servers configured for a project. Use when you need to view server configurations and deployment targets for a specific project.

  • Get Templates

    Popular

    Retrieves 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.

  • Create Project

    Popular

    Tool to create a new project in DeployHQ. Use when you need to initialize a new project with a name and optional zone configuration.

  • Create Config File Deployment

    Popular

    Tool 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.

  • Delete Command

    Tool to delete a command from a specified project. Use when you need to remove an SSH command from a project's configuration.

  • Delete Project

    Tool to delete a project from DeployHQ. Use when you need to permanently remove a project by its permalink or identifier.

  • Delete Build Cache File

    Tool 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.

  • Delete Excluded File Rule

    Tool to delete an existing excluded file rule from a project. Use when you need to remove an excluded file pattern from deployment configuration.

Show 48 more things it can do
  • Delete Server Group

    Tool to delete a server group from a project using the DeployHQ API. Use when you need to remove a server group from deployment configuration.

  • Delete Template

    Tool to delete a template by its unique permalink. Use when you need to permanently remove a template from DeployHQ.

  • Get Project Build Known Hosts

    Tool 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.

  • Get Project Commands

    Tool 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.

  • Get Project Config Files

    Tool 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.

  • Get Project Excluded Files

    Tool 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.

  • Get Config File

    Tool 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.

  • Get Excluded File

    Tool 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.

  • Get Server Group

    Tool 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.

  • Get Project Repository

    Tool 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.

  • Get Repository Commit Info

    Tool 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.

  • Get Latest Repository Revision

    Tool 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.

  • Get Recent Commits and Tags

    Tool 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.

  • Get Project Scheduled Deployments

    Tool 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.

  • Get Project Server Groups

    Tool to retrieve all server groups configured for a project. Use when you need to list servers and their deployment configurations within a project.

  • Get Public Framework Template Details

    Retrieves 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.

  • Get Public Templates

    Tool to retrieve publicly available deployment templates from DeployHQ. Use when you need to list framework templates for popular web platforms.

  • Update Project

    Tool to update project settings in DeployHQ. Use when you need to modify a project's name or region/zone configuration.

  • Update Build Cache File

    Tool 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.

  • Update Build Command

    Tool 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.

  • Update Build Language Version

    Updates 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.

  • Update Project Command

    Tool 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.

  • Update Config File

    Tool to update an existing config file in a DeployHQ project. Use when you need to modify the path or contents of a configuration file.

  • Update Excluded File

    Tool 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.

  • Update Project Repository

    Tool 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.

  • Update Server Group

    Tool 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.

  • Update Template

    Tool to update an existing template in DeployHQ. Use when you need to modify the name or description of a template.

  • Generate AI Deployment Overview

    Tool 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.

  • Create Build Cache File

    Tool 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.

  • Create Build Command

    Tool to create a new build command for a project in DeployHQ. Use when you need to add a new build command to a project.

  • Create Project Build Known Host

    Tool 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.

  • Create SSH Command

    Tool 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.

  • Create Config File

    Tool 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.

  • Create Excluded File

    Tool 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.

  • Abort Deployment

    Tool to abort a currently running deployment. Use when you need to terminate a deployment that is in progress.

  • Add Project Repository

    Tool 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.

  • Create Server Group

    Tool 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.

  • Create Server

    Tool 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.).

  • Create Template

    Tool to create a new template in DeployHQ. Use when you need to create a template, optionally copying configuration from an existing project.

  • Update Project Settings

    Tool 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.

  • Edit Build Cache File

    Tool 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.

  • Edit Build Command

    Tool 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.

  • Edit SSH Command

    Tool 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.

  • Edit Config File

    Tool 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.

  • Update Excluded File

    Tool 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.

  • Update Project Repository

    Tool 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.

  • Update Server Group

    Tool 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.

  • Edit Template

    Tool to edit an existing template in DeployHQ. Use when you need to update the name of a template identified by its permalink.

Built for the way you actually work

No code, no engineers

Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.

Sounds like you, not like a bot

Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.

Plugs into the stack you already use

No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.

Your data stays yours

Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.

What you can do once DeployHQ is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in DeployHQ, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches DeployHQ for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive DeployHQ work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect DeployHQ to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find DeployHQ in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for DeployHQ.

  3. 3

    Hit "Connect"

    Click "Connect DeployHQ" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in DeployHQ

    Build a quick AI Agent (it's like writing instructions, not code), and pick the DeployHQ actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of DeployHQ for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your DeployHQ workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.

  • OpenAI
  • Anthropic Claude
  • Google Gemini

Questions other DeployHQ users had before signing up

Do I need to know how to code?

Not even a little. If you can use DeployHQ today, you can set this up. You'll connect DeployHQ, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.

Will my clients know they're talking to an AI?

Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.

Can I make it sound like me?

Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.

What if I want to take over a conversation?

You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.

Is my client data safe?

Yes. Your DeployHQ login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect DeployHQ or delete everything any time.

What happens when DeployHQ updates their app?

We handle it. When DeployHQ adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.

How fast can I actually get this running?

Most people are up and running the same day they sign up. Connecting DeployHQ takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.

What is FormWise?

FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like DeployHQ — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.

Can I sell AI agents to my clients?

Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.

Can I embed my AI on my website or in my course?

Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.

Do I need to know anything about AI to use this?

No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.

About DeployHQ on FormWise

Deployment made simple. We make it super easy to automate deploying projects from Git, SVN and Mercurial repositories.

Connect DeployHQ once and your FormWise AI gets 60 things it can do inside it. That means your AI can handle the DeployHQ work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.

You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.

New to DeployHQ? Take a look at www.deployhq.com.

Stop doing the DeployHQ work yourself

Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.