{
    "agent": {
        "name": "Athena Agent",
        "brand": "WGR Services Inc",
        "website": "https://wgrpools.com/",
        "description": "On-site AI assistant for this website, powered by Athena SEO AI. Answers questions using this site\u2019s content and can guide users to quotes, services, jobs, and examples.",
        "owner": "WGR Services Inc"
    },
    "endpoints": {
        "ask": "https://wgrpools.com/wp-json/athena-agent/v1/ask",
        "manifest": "https://wgrpools.com/wp-json/athena-agent/v1/manifest"
    },
    "capabilities": {
        "natural_language_qa": true,
        "site_search": true,
        "lead_intake": true,
        "suggest_actions": true
    },
    "training": {
        "post_types": [
            "page",
            "post"
        ],
        "memory_days": 90
    },
    "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.6.22",
        "rest_ns": "athena-agent/v1",
        "x_header": "X-Athena-Agent: 1"
    }
}