# PlatPhorm AgentReady AgentReady measures public website readiness for AI agents using deterministic, evidence-backed rules. Its report preserves every finding, bounded evidence record, applicability state, coverage count, trace identifier, and generated remediation prompt. ## Key routes - POST /api/v1/scans — create a public-safe scan with { "url": "https://example.com" } - GET /api/v1/scans/{id} — retrieve a persisted report - POST /api/v1/answerready/test — protected complete report for AnswerReady; requires PLATPHORM_API_KEY - GET /api/docs — OpenAPI 3.1 document - GET /api/health — service health ## Limits and safety Public HTTP(S) URLs only. Private networks, credentials, custom ports, oversized responses, and unsafe redirects are rejected. Scans are bounded and read-only. Caller-network metrics are optional and must be supplied only with explicit consent. Unavailable or unmeasured checks remain visible and are not converted into target failures.