axhub.yaml reference
Full spec of the axhub.yaml project manifest.
Phase 7 will expand this into a full field table. Only a minimal example today.
Minimal example
name: hello-ax
runtime: node-20
build:
command: pnpm build
output: .next
deploy:
region: ap-northeast-2
min_instances: 1
max_instances: 10
env:
- name: DATABASE_URL
from_secret: prod-db-urlTop-level fields
name— app identifier (DNS-safe)runtime—node-20·bun-1·python-3.12·go-1.23build— build command and output directorydeploy— region, autoscale, canary settingsgateway— API gateway rules (auth, rate limit)env— environment variables and Secret Manager bindings