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
- —No interactive prompts with --yes — automation never hangs
- —Per-stage logs (ANALYZE, BUILD, DEPLOY, HEALTH) via API and CLI
- —AGENTS.md and llms.txt document the flow for any agent