Status Badge

Embed a live documentation status badge in your README.

Pith exposes an SVG badge endpoint that reflects the status of the latest run for a given repository. The badge updates automatically - no cache busting required.

StateColourLabel
Latest run succeededGreendocs: up to date
Latest run failedReddocs: failed
No runs yetGreydocs: no runs

Embed in your README

Find your repository ID in the dashboard URL (/dashboard/repos/[repoId]) and use it below:

Markdown
![Pith docs](https://app.pith.dev/api/badge/<repoId>)
HTML
<img src="https://app.pith.dev/api/badge/<repoId>" alt="Pith docs status" />

Ready to stop writing docs by hand?

Connect your first repository and Pith will handle the rest.