# RouterGrowth documentation > One API for everything your agent needs to grow a company: discover a > capability, inspect its exact price, run it, settle against one prepaid > wallet. Every page below is available as markdown at the .md URL. ## Get started - [How it works](https://www.routergrowth.com/docs/how-it-works.md): One key, one wallet, and the discover, inspect, run loop behind every call. - [Quickstart: API](https://www.routergrowth.com/docs/quickstart-api.md): A first REST call in five minutes: signup, inspect, run, wallet. - [Quickstart: CLI](https://www.routergrowth.com/docs/quickstart-cli.md): The plain-text CLI that mirrors the API one-to-one, built for agents. - [Quickstart: agents](https://www.routergrowth.com/docs/quickstart-agents.md): Install the RouterGrowth skill so any coding agent can discover and run capabilities. - [Quickstart: MCP](https://www.routergrowth.com/docs/quickstart-mcp.md): Connect the MCP server: the discover, inspect, run loop as native agent tools. ## API reference - [API overview](https://www.routergrowth.com/docs/api/overview.md): Base URL, authentication, environments, the error envelope and idempotency. - [Discover](https://www.routergrowth.com/docs/api/discover.md): POST /v1/discover: search the catalog by job description. Free, never runs a paid call. - [Inspect](https://www.routergrowth.com/docs/api/inspect.md): POST /v1/inspect: input schema, providers, exact price and billing conditions. - [Run](https://www.routergrowth.com/docs/api/run.md): POST /v1/run: execute a capability with routing, cost caps and waterfall failover. - [Runs](https://www.routergrowth.com/docs/api/runs.md): GET /v1/runs: list, fetch and cancel runs; every attempt and charge on record. - [Wallet](https://www.routergrowth.com/docs/api/wallet.md): Balance, transactions, top-ups, auto top-up and referrals on one prepaid wallet. - [API keys](https://www.routergrowth.com/docs/api/keys.md): Mint, list and revoke keys. Keys are hashed at rest and shown once. - [Connections (BYOK)](https://www.routergrowth.com/docs/api/connections.md): Bring your own provider key: calls route through it and are not metered. - [Errors](https://www.routergrowth.com/docs/api/errors.md): Stable error codes, HTTP statuses, the error envelope and retry guidance. ## CLI reference - [CLI reference](https://www.routergrowth.com/docs/cli/overview.md): Every routergrowth command: setup, keys, discover, inspect, run, runs, balance. ## Also - [Agent skill](https://www.routergrowth.com/SKILL.md): the install-once interface file for coding agents. - [Site index](https://www.routergrowth.com/llms.txt): catalog, providers, pricing and use cases.