{
  "schemaVersion": "2026-03-26",
  "name": "pace",
  "title": "PACE \u2014 the Practical Agentic Coding Exam \u2014 Agents First resources",
  "description": "PACE measures how well you actually work with coding agents. 420-question bank, randomized 40-question sittings, 200-800 SAT-style score, HMAC-verifiable certificates. Agents can verify any certificate via GET /pace/api/verify/{cert_id}.",
  "version": "1.0.0",
  "provider": {
    "name": "WholeTech",
    "url": "https://wholetech.com"
  },
  "documentation": "https://pace.wholetech.com/AGENTS.md",
  "capabilities": {
    "read": [
      "https://pace.wholetech.com/pace/api/verify/{cert_id}",
      "https://pace.wholetech.com/pace/health",
      "https://pace.wholetech.com/api/glossary.json",
      "https://pace.wholetech.com/api/principles.json"
    ]
  },
  "resources": [
    {
      "name": "glossary",
      "uri": "https://pace.wholetech.com/api/glossary.json",
      "mimeType": "application/json",
      "description": "Agents First / AI vocabulary."
    },
    {
      "name": "principles",
      "uri": "https://pace.wholetech.com/api/principles.json",
      "mimeType": "application/json",
      "description": "The nine Agents First principles."
    }
  ],
  "tools": [],
  "agentsFirst": {
    "framework": "https://agentsfirst.dev",
    "adoptionLevel": 3,
    "llmsTxt": "https://pace.wholetech.com/llms.txt",
    "agentsMd": "https://pace.wholetech.com/AGENTS.md"
  }
}
