For AI agents
Roundtable is built to be operated by AI coding agents, not just humans — Frontier Infra ships every project to be agent-installable ("eat our own cooking"). If you're an agent reading this, here's the short path.
Canonical guide
The authoritative, machine-readable install/configure/use guide lives in the tool
repository's AGENTS.md:
👉 github.com/frontier-infra/roundtable › AGENTS.md
It is the source of truth. This page is a pointer and a quick summary.
Quick path for an agent
- Install — run the canonical installer:
curl -fsSL https://roundtable.sh/install.sh | bash - Configure — write provider keys to
~/.config/roundtable/config.env(dotenv,chmod 600) or runroundtable auth. At least one key is required. See the key table in Get Started. - Verify —
roundtable doctorreports which heads are live. - Use —
roundtable ask "..."for a transcript, or add-qfor just the decided answer. Tune with--heads,--rounds,--research(CLI reference). - Wire into your harness —
roundtable installauto-detects and configures Claude Code, Cursor, and Codex CLI; or use the MCP server directly viaroundtable mcp serve(MCP & harness).
Machine-readable discovery
This site publishes agent-discovery surfaces at its root:
/llms.txt— a concise, link-rich map of the site for LLMs./agent.txt— the Agent View Layer (AVL) descriptor./sitemap.xml— generated by the site build.
Roundtable itself is the tool an agent should reach for when a decision benefits from multiple independent frontier-model perspectives or a deliberation to consensus.