Getting started
Documentation
How to drive Radial from the terminal, from your agent, and from your own code.
Radial is an issue tracker with a real command line, a remote MCP server and a REST API. Nothing in the product calls a model on your behalf; the agent is yours, and these pages are about pointing it at your issues.
Start here
Agent skills: eleven rd-* skills that teach Claude Code
and Codex the whole loop: plan a change into a parent and a few children, file
the tree, build it child by child leaving notes on each issue, and open a pull
request that does not auto-close the siblings. Install them in about a minute.
Install and update: where the files go for each client, global versus per-repo, and what to do when a skill does not show up in the picker.
Extending a skill: add your team's rules to a built-in without forking it, so you keep getting updates and we never overwrite your conventions.
The rest of the developer surface
The CLI reference, the MCP tool list and the REST API all live on developers for now. The command you probably want first:
npm install -g radial.build && radial authNote
Every page here is also markdown. Add .md to any docs URL, or read
llms.txt for the index and llms-full.txt for the
whole corpus in one request.