{
    "discovery_version": "2.0",
    "manifest_version": 2,
    "manifest_generated_at": "2026-08-09T00:08:34+00:00",
    "agent": {
        "name": "Athena Agent",
        "brand": "Ray&#039;s Clearflow Plumbing NY",
        "business_type": "residential & commercial plumbing and HVAC",
        "website": "https://rcfpny.com/",
        "description": "On-site AI assistant for Ray&#039;s Clearflow Plumbing NY, a residential & commercial plumbing and HVAC. Answers from this site\u2019s own content and can guide visitors to contact and key actions.",
        "owner": "Ray&#039;s Clearflow Plumbing NY",
        "contact_url": "",
        "contact_phone": "(518) 502-6128",
        "privacy_policy_url": "",
        "terms_url": ""
    },
    "endpoints": {
        "ask": "https://rcfpny.com/wp-json/athena-agent/v1/ask",
        "manifest": "https://rcfpny.com/wp-json/athena-agent/v1/manifest",
        "openapi": "https://rcfpny.com/wp-json/athena-agent/v1/openapi",
        "llms_txt_rest_url": "https://rcfpny.com/wp-json/athena-agent/v1/llms"
    },
    "capabilities": {
        "natural_language_qa": true,
        "site_search": true,
        "lead_intake": true,
        "suggest_actions": true
    },
    "content": {
        "post_types": [
            "page",
            "post"
        ],
        "taxonomies": []
    },
    "training": {
        "post_types": [
            "page",
            "post"
        ],
        "memory_days": 90,
        "last_trained": "2026-08-03 13:32:35",
        "content_last_updated": "2026-08-03 17:29:28",
        "training_health": "healthy",
        "index_counts": {
            "total_chunks": 54,
            "missing_embeddings": 0,
            "by_source": {
                "post": 54
            },
            "by_post_type": {
                "page": 54
            },
            "taxonomy": {
                "total": 0
            }
        }
    },
    "rate_limit_policy": {
        "enabled": true,
        "scope": "per_ip",
        "window_seconds": 60,
        "max_requests": 30,
        "soft_limit": true
    },
    "license_status": "active",
    "signals": {
        "agent_installed": true,
        "agent_active": true,
        "manifest_available": true,
        "openapi_available": true,
        "llms_available": true,
        "ask_endpoint_available": true,
        "last_trained": "2026-08-03 13:32:35",
        "content_last_updated": "2026-08-03 17:29:28",
        "training_health": "healthy",
        "indexed_chunk_count": 54,
        "indexed_post_count": 54,
        "indexed_taxonomy_count": 0,
        "missing_embedding_count": 0,
        "orphaned_chunk_count": 0,
        "rate_limit_policy": {
            "enabled": true,
            "scope": "per_ip",
            "window_seconds": 60,
            "max_requests": 30
        },
        "license_status": "active",
        "discovery_protocol_version": "2.0",
        "plugin_version": "0.9.7",
        "business_type": "residential & commercial plumbing and HVAC",
        "supported_post_types": [
            "page",
            "post"
        ],
        "supported_taxonomies": [],
        "suggested_sync_interval": 3600,
        "last_manifest_request": "2026-08-07T18:23:50+00:00",
        "last_openapi_request": "2026-07-31T20:19:10+00:00",
        "last_llms_request": "2026-07-31T20:38:23+00:00",
        "last_ask_request": "2026-08-07 17:33:02"
    },
    "schema": {
        "request": {
            "query": "string (required)",
            "url": "string (optional, page URL for context)",
            "meta": {
                "intent": "string (optional)",
                "name": "string (optional)",
                "locationHint": "string (optional)",
                "timelineHint": "string (optional)",
                "budgetSense": "string (optional)"
            }
        },
        "response": {
            "answer": "string",
            "citations": "array of {title, url}",
            "quote_triggered": "bool",
            "error": "string (optional)"
        }
    },
    "meta": {
        "plugin": "athena-ai-agent",
        "version": "0.9.7",
        "rest_ns": "athena-agent/v1",
        "x_header": "X-Athena-Agent: 1"
    }
}