# anyagent > One Rust interface to the coding agents installed on a machine. - [Overview](https://anyagent.mintlify.app/index.md): One Rust interface to the coding agents installed on a machine. - [Quickstart](https://anyagent.mintlify.app/quickstart.md): Install anyagent and run one turn against a real agent. - [Core API](https://anyagent.mintlify.app/core-api.md): The whole public interface on one page: Runtime, Session, SessionOptions, Events, requests, errors. - [Features](https://anyagent.mintlify.app/features.md): Everything anyagent does. Each section says what it is for, how to use it, what confirms it, and which capability gates it. - [Agents](https://anyagent.mintlify.app/agents.md): The catalog, what each agent can do, per-agent quirks, and how to connect one that isn't listed. - [Building an app](https://anyagent.mintlify.app/building-an-app.md): A step-by-step walkthrough of a real chat app on anyagent: pick an agent, log in, open a session, stream, answer requests, persist, show usage. - [Architecture](https://anyagent.mintlify.app/architecture.md): How anyagent is built: three layers, what each one owns, and how one prompt travels through them. - [Contributing](https://anyagent.mintlify.app/contributing.md): Development setup, the test tiers, and what a PR needs.