ReddGrowReddGrow Docs

Changelog

API and CLI release history

v1.0.0 — March 2025

Initial release of the ReddGrow Agent API and CLI.

Agent API

  • 19 endpoints across 5 categories: Meta, Subreddits, Posts, Users, Domains
  • Credit-based pricing with usage headers (X-Credits-Used, X-Credits-Remaining, X-Credits-Limit)
  • API key authentication via x-api-key header

CLI (@reddgrow/cli)

  • auth — Login, whoami, status, logout
  • subreddits (r) — 10 commands: search, about, rules, posts, comments, wiki, wiki-page, widgets, traffic, check-url
  • posts — search, comments, duplicates, batch
  • users (u) — profile, posts, comments
  • domains (d) — mentions
  • Auto-detected output mode (human terminal / agent JSON)
  • SKILL.md bundled for AI agent integration via OpenClaw