Skip to main content

What is SuprLogs?

SuprLogs turns your GitHub commit history into human-readable changelogs. Connect a repository, and we scan commit diffs to generate changelog entries: author, files changed, lines added/removed, and a clear description of what changed. Access the data via API or use our hosted changelog with a custom subdomain (e.g. mycompany.suprlogs.com).

Open the dashboard

Connect repos, manage projects, and view your changelog.

What you can do with the API

  • Changelog data – Fetch changelog entries for your projects (by commit, day, week, or month).
  • Projects – List and manage connected repositories.
  • API keys – Use API keys for programmatic access (Pro plan and above).
The API base URL is https://api.suprlogs.com (or your deployment). Programmatic access is authenticated with API keys: create keys in the dashboard and send Authorization: Bearer <your-api-key> or X-API-KEY: <your-api-key>.

API Reference

Base URL, authentication, and endpoint reference.

Next steps