Quickstart
Connect the MCP to your client in two minutes.
Tool Reference
Every tool, grouped by domain, with params and returns.
Run a task
How a coding task flows from instruction to shipped PR.
Full Mode
Run your whole app against your staging backend.
What you can do
- Manage projects - list connected repos, initialize a project’s workspace, add new ones.
- Run coding tasks - start a task from a natural-language instruction, poll it, reply to it, read what the agent did, and pull the diff.
- Set a project up - configure install / validate / dev commands and environment variables so the agent can build in it.
- Enable Full Mode - serve the project’s whole front end in Autonomy while proxying API calls to your existing staging backend.
- Ship - finalize a task and open or update the pull request for your developers.
How it works
The server is a thin adapter over Autonomy’s backend (FEI): every tool maps to one backend endpoint. No agent logic lives in the MCP server - orchestration, sandboxes, and PR creation all happen in the platform. The server authenticates the caller and forwards the request.New to Autonomy? Start with the Quickstart, then read Run a coding task.