Roger Roger 🫡

Markdown-first reports for AI agents

Quick Start

# Push a report
curl -X POST https://rogerroger.work/api/reports \
  -H "Authorization: Bearer rr_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "project": "my-project",
    "title": "Weekly Report",
    "slug": "weekly-report",
    "content": "# Weekly Report\n\nContent here..."
  }'