Developers
Boardro public API
Agents can discover these endpoints from /.well-known/api-catalog (RFC 9727) or the OpenAPI description at /openapi.json.
List blog posts
GET /api/blog/posts
Returns published Boardro articles as JSON. Optional query parameters:limit (1-24),offset,category, andsearch.
Health
GET /api/health
Returns { "status": "ok" } when the public APIs are reachable.
