# Rida.me CLI

The official, dependency-free command-line client for the anonymous, read-only [Rida.me Public Content API](https://rida.me/developers/).

Requires Node.js 18 or newer.

## Direct installation

```sh
curl -fsSLo rida.mjs https://rida.me/cli/rida.mjs
chmod +x rida.mjs
./rida.mjs --help
```

## Commands

```sh
rida api --json
rida guide
rida read /about/
rida read /blog/mcp-auth-problem/ --json
```

- `api` discovers the API and its supported operations.
- `guide` returns the curated agent guide.
- `read PATH` returns one published page.
- `--json` prints the complete API response instead of only Markdown content.
- `--base-url URL` targets a Rida.me preview or a local test server.

The CLI performs no writes and accepts no credentials. Errors print the API's stable code, detail, and resolution hint to standard error.
