vMira
DeployHQ logo

Connect DeployHQ to vMira

Chat with DeployHQ and automate it — delete Command in DeployHQ, on demand or on a schedule. Connect with your own credentials, then use it across web, WhatsApp, Telegram, Instagram, Messenger and LINE.

Use it anywhere you chat

Run DeployHQ from the chat you already use.

Connect DeployHQ once and use it from WhatsApp, Instagram, Telegram, Messenger, LINE — or the web. One account, same history and connected apps across every surface.

Developer Tools

What DeployHQ does — and what Mira does with it.

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

60 chat actionsConnect with your credentialsLeast-privilege & revocableDeveloper Tools

From any chat

What Mira can do with DeployHQ.

61 DeployHQ actions, run in plain language from the web or any messaging app — WhatsApp, Instagram, Telegram, Messenger or LINE. Just ask; Mira maps it to the right action and runs it on your account.

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.

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 Projects

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

Get Project

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 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 Deployments

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

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 Branches

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 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, messag...

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

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

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 Project Servers

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

Tool to retrieve all templates from DeployHQ account. Use when you need to list all configured templates and their identifiers.

Get Public Template

Tool to retrieve a specific public template from DeployHQ. Use when you need to view details of a public framework template using both template identifier and public template id...

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

Update Language Version

Tool to update the version of a language in a project's build environment. Use when you need to change the version of PHP, Node.js, Python, Ruby, Java, Go, .NET, or Composer use...

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

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

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

Update Template

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

Create Project

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

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 Config File Deployment

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.

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

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

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

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.

Edit Excluded File

Tool to edit an existing excluded file rule within a project. Use when you need to modify the path pattern or server assignments of an existing exclusion rule.

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, notificatio...

Edit Template

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

Chat or automate

Put DeployHQ on autopilot.

Ask once, or set it and forget it. Turn DeployHQ actions into recurring vMira workflows — scheduled runs that run on their own and deliver straight to your chat on any platform.

Every morning

Mira delete Command and sends the result to your chat.

Every week

Mira delete Project and posts a digest to Slack or WhatsApp.

On any schedule

Mira chains several DeployHQ actions into one recurring workflow, delivered wherever you chat.

Try asking

Things to ask Mira about DeployHQ.

Delete Command in DeployHQ

Delete Project in DeployHQ

Delete Build Cache File in DeployHQ

Delete Excluded File Rule in DeployHQ

Delete Server Group in DeployHQ

Connect in a few steps

How to connect DeployHQ to vMira.

01

Open a chat

On the web app or in WhatsApp, Telegram, Instagram or Messenger.

02

Ask for DeployHQ

Tell Mira what you want done — e.g. “Delete Command in DeployHQ.”

03

Add your credentials

Connect DeployHQ with your own API key or OAuth app — Mira stores it securely and acts on your behalf, revocable anytime.

FAQ

DeployHQ + vMira, in brief.

Can I connect DeployHQ to AI?

Yes. Connect DeployHQ to vMira and run it from any chat with your own credentials. Mira turns your plain-language request into the right DeployHQ action and runs it on your account.

What can Mira do with DeployHQ?

61 DeployHQ actions — including Delete Command, Delete Project, Delete Build Cache File. Just ask in plain language once it is connected.

Can I automate DeployHQ or run it on a schedule?

Yes. Beyond one-off asks, build recurring vMira workflows — scheduled runs that chain DeployHQ actions and deliver the result to your chat automatically.

Which apps can I use DeployHQ from?

The web at vmira.ai and inside WhatsApp, Instagram, Telegram, Messenger and LINE — one account, with your history and connected apps following you across every surface.

Is DeployHQ on vMira free?

You can start free. Paid plans (from $4/mo) raise the limits and unlock heavier use, the top models, and more workflow runs. The same account works on the web and every messaging app.

Half the price

Every AI. Up to 200× the usage. From $4 a month.

See plans