Tool

command

The remote control. Commands follow the same shape as the command line — command words, then explicit options — so anything you can do at a terminal you can do here, and the other way round.

command("host status") Host: ready (Idle) Files: 105605 complete, 0 indexed, 0 embedded, 0 failed of 105605 total

Start with command("help"), which lists everything available; <command> --help gives usage for one.

Run it yourself

rql host status

Or say it to your agent

“is the repoql host healthy, and has it finished indexing?”

Parameters

ParameterWhat it does
commandrequiredThe command and its options, as one string — "config set --key search.rerankEnabled --value true".

The families

FamilyWhat it covers
hostStatus, restart, reindex a glob — the lifecycle of the process holding the index.
configList, read, and set configuration keys.
accountWho you are signed in as, and the cloud entitlements that follow from it.
importList and manage what is currently in the graph.
diagnosticsMemory, health, and the internals when something is wrong.
dashboardOpen the live view of the index and its work.

This page names what exists. The depth behind every name — the bounds, the failure modes, how they compose — ships inside the binary at help:///, and answers to explore and read exactly like your code does. Install it, and your agent has the manual.