How It Works
Get started in minutes with just three simple steps
1
Connect GitHub
Install our GitHub App in seconds. No complex setup or infrastructure changes required.
2
Update Workflow
Add Machine runners to your workflow YAML:
workflow.yml
# CPU-only runner
runs-on:
- machine
- cpu=16
- ram=32
# GPU runner
runs-on:
- machine
- gpu=A10G
- cpu=8
3
Push & Go
Push your code and Machine automatically provisions high-performance runners. No infrastructure management, just instant acceleration.