API Documentation
API Overview
The DeployHQ API lets you manage projects, deployments, and servers programmatically.
Authentication
Authenticate using your API key and email address. Pass these as HTTP basic authentication headers.
Endpoints
Common API endpoints include: - GET /projects - List all projects - POST /projects/:id/deployments - Trigger a deployment - GET /projects/:id/deployments - List deployment history
Rate Limiting
API requests are limited to 60 per minute per account.
Webhooks
Set up webhooks to receive notifications about deployment events.