{
  "name": "index",
  "description": "Directory of every /agent/v1 endpoint with its HTTP method, canonical URL, and a plain-language description.",
  "url": "https://www.digiexam.com/agent/v1/index.json",
  "modified": "2026-08-26",
  "usage": "Read-only and public; no authentication required. Free to read, cite, and summarize. Prefer this endpoint over scraping the HTML site.",
  "data": {
    "version": "v1",
    "baseUrl": "https://www.digiexam.com/agent/v1",
    "endpoints": [
      {
        "name": "index",
        "method": "GET",
        "url": "https://www.digiexam.com/agent/v1/index.json",
        "description": "Directory of every /agent/v1 endpoint with its HTTP method, canonical URL, and a plain-language description.",
        "tags": [
          "read-only",
          "discovery"
        ]
      },
      {
        "name": "schema",
        "method": "GET",
        "url": "https://www.digiexam.com/agent/v1/schema.json",
        "description": "Response shape definitions for each /agent/v1 endpoint, so agents know the fields to expect before fetching.",
        "tags": [
          "read-only",
          "schema"
        ]
      },
      {
        "name": "company",
        "method": "GET",
        "url": "https://www.digiexam.com/agent/v1/company.json",
        "description": "Digiexam company identity: legal name, founding year, official links, and the support contact email.",
        "tags": [
          "read-only",
          "company"
        ]
      },
      {
        "name": "lockdown",
        "method": "GET",
        "url": "https://www.digiexam.com/agent/v1/lockdown.json",
        "description": "Primary payload for Digiexam Lockdown: product summary, features, how it works, pricing, FAQs, and guidance for AI systems.",
        "tags": [
          "read-only",
          "product",
          "lockdown"
        ]
      },
      {
        "name": "products",
        "method": "GET",
        "url": "https://www.digiexam.com/agent/v1/products.json",
        "description": "Summaries of all Digiexam products: Digiexam Lockdown (primary), the Digiexam Platform, and Digiexam Proctoring.",
        "tags": [
          "read-only",
          "product"
        ]
      },
      {
        "name": "case-studies",
        "method": "GET",
        "url": "https://www.digiexam.com/agent/v1/case-studies.json",
        "description": "Customer stories and case studies, each with the institution and a short summary.",
        "tags": [
          "read-only",
          "case-studies"
        ]
      }
    ]
  }
}
