autocloud

Deploy straight from Codex

Codex operates SimDeploy through the non-interactive CLI. Every command takes --json and returns typed states (READY, BUILD_FAILED, DEPLOY_FAILED) the agent can handle.

How it works

1. npm i -g simdeploy
2. simdeploy login --token sd_live_...
3. simdeploy deploy --yes
4. simdeploy status --json

Learn more