Base URL: https://reginald.allabout.network
/api/v1/subscribe Create Stripe checkout session (new publishers)/api/v1/register Register or update a namespace (Bearer token)/api/v1/publisher/status Check subscription and listing status (Bearer token)/api/v1/publisher/token/rotate Generate new API token, revoke old (Bearer token)Read endpoints require no authentication. Write endpoints require a Bearer token issued during subscription:
Authorization: Bearer reg_your64hexcharshere...
Tokens are generated at subscription time and can be rotated via the token rotation endpoint. Token format: reg_ prefix + 64 hex characters.
REGINALD ships with action-docs that audit websites for machine-readability:
| Action-COG | What It Checks |
|---|---|
a11y | Accessibility compliance (WCAG convergence with MX) |
clarity | Documentation clarity and readability |
link-checker | Broken links and redirect chains |
llms-txt | Presence and validity of llms.txt files |
metadata | Open Graph, Twitter Cards, meta tags |
pricing | Structured pricing data (prevents the £200k error) |
readability | Plain language analysis |
robots-txt | AI crawler stance and robots.txt configuration |
schema | Schema.org JSON-LD validation |
semantic-html | HTML structure and semantic element usage |
sitemap | Sitemap completeness and validity |
toast-detector | Ephemeral UI patterns invisible to machines |
validate-cog | COG specification compliance |