Quick Start
1. Sign up with GitHub
Go to app.eiryx.com and click Continue with GitHub. Eiryx needs repo scope to clone and create branches.
2. Add an API key
Navigate to Settings and add your OpenRouter, Anthropic, or Google AI API key. All keys are encrypted with AES-256 before storage.
3. Connect a repository
Go to Settings → Repositories, add a repo URL. Eiryx runs a pre-scan to detect your stack.
4. Create your first task
Go to AI Tasks → New Task, select your repo, choose Bugfix, describe the bug, and click Launch Agent.
The agent will clone the repo in a Docker sandbox, localize the fault, write a fix, run the test suite, and open a Pull Request.
5. Review and merge
Watch real-time telemetry in the Task Detail page. Review the PR on GitHub and merge.