Hatchbox Deploy

Hatchbox Deploy

Overview

Deploy your Rails apps to Hatchbox.io with a single command. Hatchbox Deploy makes continuous deployment seamless—trigger deploys, specify commits, and track deployment status right from your workflow.

Key features include:
✅ Single-command deploy_on_hatchbox function for instant deployments
✅ Deploy specific commits by providing SHA
✅ Real-time deployment status tracking with get_hatchbox_deploy_status
✅ Works with any Hatchbox.io application
✅ Secure: deploy keys stay in environment variables, never in chat

Perfect for teams who need to deploy quickly without leaving their current tools—whether you're pushing hotfixes, rolling out features, or checking deployment progress.

Example prompts to invoke Tool Hatchbox Deploy

Deploy to Hatchbox
Push the latest code to production
What's the status of my last deploy?
Deploy the hotfix branch to production
Deploy now
Deploy SHA abc123

Context

Tools
function get_hatchbox_deploy_status

Gets Hatchbox Deploy Status

function deploy_on_hatchbox

Sends a request to Hatchbox.io to trigger a deploy. Will deploy the latest or with sha to deploy a specific commit

Environment Variables
setting DEPLOY_KEY
Type: string
Optional
Description:

Your Hatchbox deploy key.

External Requirements

A Hatchbox.io account