{"name":"Drivings public agent API","description":"Read-only UK and US driving-test data: published guides, study options, verified test centres and non-persistent study-plan previews.","version":"2026-07-22","documentation":"https://drivings.com/agents.md","openapi":"https://drivings.com/openapi.json","mcp":"https://mcp.drivings.com/mcp","authentication":{"required":false,"note":"Public operations take no key. Only a learner's own progress needs OAuth consent, and that is reachable over MCP rather than REST."},"operations":[{"id":"getAgentCapabilities","method":"GET","url":"https://drivings.com/api/agent/v1/capabilities","description":"Live operation list and the human-confirmation boundary."},{"id":"listStudyOptions","method":"GET","url":"https://drivings.com/api/agent/v1/courses","description":"Study courses published for a market.","required":["region"]},{"id":"findTestCentres","method":"GET","url":"https://drivings.com/api/agent/v1/test-centres","description":"Search the source-backed test-centre directory.","required":["region"]},{"id":"buildStudyPlanPreview","method":"POST","url":"https://drivings.com/api/agent/v1/study-plan","description":"Compute a bounded study schedule. Not saved, and it creates nothing.","required":["region","course"]}]}