Autonomous CI mode
Run Qodo in CI environments with the--ci flag:
Webhook mode
Run Qodo as an HTTP server to receive POST requests for each command.- Expose each of your configured agents as a separate POST endpoint.
- Open a server.
- Listen to POST requests that come in through the URLs.
sse=true to the URL, a session ID will be returned. That enables you to run a GET request with the session ID.
Running a configured agent like so, you can see all the actions the agent is running behind the scenes, not just the return value.
Run agent in MCP mode
When you run Qodo CLI tool in MCP mode using the--mcp flag, it transforms into a server that exposes all configured agents (only those with a description) as callable tools.