Deploy guides
Source connections, environment variables, health checks, and safe rollout patterns.
Includes: GitHub, Docker image, and ZIP workflows
Documentation
Guides and API references designed for high-velocity product teams and AI-native workflows.
Source connections, environment variables, health checks, and safe rollout patterns.
Includes: GitHub, Docker image, and ZIP workflows
Logging, restart strategy, release controls, and troubleshooting playbooks.
Includes: Incident response and rollback best practices
Programmatic control for deploy, logs, and workload lifecycle actions.
Includes: Auth model, payload schemas, error envelopes
curl -X POST https://api.zetapad.com/v1/workloads \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{
"source": { "type": "github", "repo": "acme/api" },
"runtime": { "cpu": 1, "memory_mb": 512 },
"mode": "service"
}'For migration planning or architecture review, contact founders@zetapad.com.