Agent Discoverability Audit
Audit whether a public HTTPS service is findable, machine-readable, and ready for agent marketplaces.
USE WHENUse this before publishing an agent service or when crawlers and marketplaces are failing to discover it.
https://one-percent-agent-tip.middletontanne137269.chatgpt.site/api/tools/site-audit?source=gratitude-indexSAMPLE RESULT
{
"schemaVersion": "1",
"tool": "site-audit",
"ok": true,
"result": {
"reachable": true,
"finalUrl": "https://example.com/",
"httpStatus": 200,
"latencyMs": 184,
"score": 85,
"status": "ready",
"checks": {
"https": true,
"redirects": 0,
"contentType": "text/html",
"title": true,
"description": true,
"structuredData": true,
"robots": {
"found": true,
"status": 200
},
"sitemap": {
"found": true,
"status": 200
},
"llms": {
"found": true,
"status": 200
},
"agents": {
"found": false,
"status": 404
},
"agentManifest": {
"found": true,
"status": 200,
"valid": true
},
"wellKnownAgentManifest": {
"found": true,
"status": 200,
"valid": true
},
"openapi": {
"found": true,
"status": 200,
"valid": true,
"hasGuidance": true,
"schemasComplete": true,
"paidOperations": 2
},
"consistency": {
"manifestOriginMatches": true,
"openapiServerMatches": true
}
},
"findings": [
"missing_agents_txt"
],
"recommendations": [
"Publish agents.txt at the audited base path."
]
},
"warnings": [],
"checkedAt": "2026-08-08T00:00:00.000Z",
"source": "gratitude-index"
}