{
  "name": "Ben Milne",
  "description": "Founder, Brale. Writing about value design, protocol thinking, and engineering leadership.",
  "author": "Ben Milne",
  "url": "https://preview.benmilne.com",
  "endpoints": [
    {
      "method": "GET",
      "path": "/api",
      "description": "This index"
    },
    {
      "method": "GET",
      "path": "/api/site",
      "description": "Site metadata and post count"
    },
    {
      "method": "GET",
      "path": "/api/posts",
      "description": "Paginated post list (?page=&per_page=)"
    },
    {
      "method": "GET",
      "path": "/api/posts/:slug",
      "description": "Single post with full content and agent metadata"
    },
    {
      "method": "GET",
      "path": "/api/search?q=",
      "description": "Full-text search across posts"
    },
    {
      "method": "GET",
      "path": "/api/categories",
      "description": "All categories with post counts"
    },
    {
      "method": "GET",
      "path": "/api/tags",
      "description": "All tags with post counts"
    },
    {
      "method": "GET",
      "path": "/api/categories/:slug",
      "description": "Posts filtered by category"
    },
    {
      "method": "GET",
      "path": "/api/tags/:slug",
      "description": "Posts filtered by tag"
    },
    {
      "method": "GET",
      "path": "/api/products/the-value-layer",
      "description": "*The Value Layer* PDF — commerce + agent metadata"
    }
  ]
}