// Docs
Start building your first autonomous app today.
Install the CLI, run a single command, watch agents converge.
Step 01 // Install
bash
❯curl -fsSL adf.sh/install | bash
Step 02 // Initialize
bash
❯adf init my-app
[OK] Workspace created.
Step 03 // Build & deploy
bash
❯adf build && adf deploy production
[LIVE] https://my-app.adf-deploy.cloud█