{"openapi":"3.1.0","info":{"title":"AgenticReady Full-Scope API","version":"2026.1","description":"API-first website quality, agent readiness, performance, caller-network, and authorized security testing."},"paths":{"/api/v1/scans":{"post":{"summary":"Run public safe full-scope scan","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestRequest"}}}},"responses":{"201":{"description":"Complete result locator"}}}},"/api/v1/answerready/test":{"post":{"summary":"Run authenticated AnswerReady scan and return the full report","security":[{"bearerAuth":[]}],"responses":{"201":{"description":"Full synchronous report"},"401":{"description":"Invalid API key"}}}},"/api/v1/scans/{id}":{"get":{"summary":"Pull persisted result"}}},"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}},"schemas":{"TestRequest":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri"},"clientMetrics":{"type":"object","additionalProperties":true},"authorization":{"type":"object","properties":{"attested":{"type":"boolean"},"verificationToken":{"type":"string"}}}}}}}}