{
    "discovery_version": "2.0",
    "manifest_version": 2,
    "manifest_generated_at": "2026-07-16T00:49:26+00:00",
    "agent": {
        "name": "Signature Workspace",
        "brand": "Signature Workspace",
        "business_type": "coworking and shared office space",
        "website": "https://signatureworkspace.com/",
        "description": "On-site AI assistant for Signature Workspace, a coworking and shared office space. Answers from this site\u2019s own content and can guide visitors to contact and key actions.",
        "owner": "Signature Workspace",
        "contact_url": "",
        "contact_phone": "(813) 442-4643",
        "privacy_policy_url": "",
        "terms_url": ""
    },
    "endpoints": {
        "ask": "https://signatureworkspace.com/wp-json/athena-agent/v1/ask",
        "manifest": "https://signatureworkspace.com/wp-json/athena-agent/v1/manifest",
        "openapi": "https://signatureworkspace.com/wp-json/athena-agent/v1/openapi",
        "llms_txt_rest_url": "https://signatureworkspace.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": null,
        "content_last_updated": "2026-06-15 15:02:35",
        "training_health": "empty",
        "index_counts": {
            "total_chunks": 0,
            "missing_embeddings": 0,
            "by_source": [],
            "by_post_type": [],
            "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": null,
        "content_last_updated": "2026-06-15 15:02:35",
        "training_health": "empty",
        "indexed_chunk_count": 0,
        "indexed_post_count": 0,
        "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.7.8",
        "business_type": "coworking and shared office space",
        "supported_post_types": [
            "page",
            "post"
        ],
        "supported_taxonomies": [],
        "suggested_sync_interval": 3600,
        "last_manifest_request": "2026-07-16T00:49:26+00:00",
        "last_openapi_request": null,
        "last_llms_request": null,
        "last_ask_request": "2026-07-15 23:38:47"
    },
    "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.7.8",
        "rest_ns": "athena-agent/v1",
        "x_header": "X-Athena-Agent: 1"
    }
}