{
  "endpoints": [
    {
      "path": "/",
      "description": "Lists available API endpoints"
    },
    {
      "path": "/uuid",
      "description": "Generates a random UUID (v4)"
    },
    {
      "path": "/github/pat",
      "description": "Generates a fake classic GitHub token (ghp_)"
    },
    {
      "path": "/github/fine_grained",
      "description": "Generates a fake fine-grained GitHub token (github_pat_)"
    },
    {
      "path": "/jwt",
      "description": "Generates a fake JWT"
    },
    {
      "path": "/hex/{bytes}",
      "description": "Random hex string: GET /hex/16 → 32 hex chars (16 random bytes). bytes: 1-4096"
    },
    {
      "path": "/password/{length}",
      "description": "Random password: optional query upper=1, number=1, special=1 (also uppercase, numbers, symbols). Base charset: a-z. length: 1-256"
    }
  ]
}