Frequently asked questions
What is Risoluto?
What is Risoluto?
What is the recommended way to start?
What is the recommended way to start?
docker compose up --build, open http://127.0.0.1:4000, and complete the setup wizard.That path keeps the onboarding surface small and matches the default deployment model.Does my code leave my machine?
Does my code leave my machine?
Do I need Docker?
Do I need Docker?
Which models and providers are supported?
Which models and providers are supported?
gpt-5.4. You can change the model globally or per issue, and you can point the provider at an OpenAI-compatible endpoint.Which issue trackers are supported?
Which issue trackers are supported?
How does Risoluto handle failures?
How does Risoluto handle failures?
agent.maxContinuationAttempts.How do I monitor what is happening?
How do I monitor what is happening?
Can multiple agents run at the same time?
Can multiple agents run at the same time?
agent.maxConcurrentAgents for a global cap and agent.maxConcurrentAgentsByState for per-state limits.
Each agent gets its own Docker container and workspace.What does Risoluto cost?
What does Risoluto cost?
Can I use my own sandbox image?
Can I use my own sandbox image?
codex.sandbox.image at it through the config overlay API or dashboard.The Custom Sandbox recipe walks through the pattern.Is there a hosted version?
Is there a hosted version?
What are the system requirements?
What are the system requirements?