Documentation

Everything your team needs to ship and operate with confidence

Guides and API references designed for high-velocity product teams and AI-native workflows.

Quickstart in four steps

  1. 1. Create your workspace and invite teammates.
  2. 2. Connect GitHub, upload a ZIP, or provide a Docker image.
  3. 3. Deploy as service or background job with runtime settings.
  4. 4. Monitor logs, health, and usage from one dashboard.

Deploy guides

Source connections, environment variables, health checks, and safe rollout patterns.

Includes: GitHub, Docker image, and ZIP workflows

Runtime operations

Logging, restart strategy, release controls, and troubleshooting playbooks.

Includes: Incident response and rollback best practices

API reference

Programmatic control for deploy, logs, and workload lifecycle actions.

Includes: Auth model, payload schemas, error envelopes

Example API call

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"
  }'

Need help with implementation?

For migration planning or architecture review, contact founders@zetapad.com.