{
    "service": "The Nexus",
    "description": "Unified search across the artificial.se ecosystem",
    "version": "1.0.0",
    "endpoints": {
        "GET \/health": "Health check",
        "GET \/agent": "This overview",
        "GET \/sources": "List all searchable sources",
        "GET \/search?q=QUERY&source=FILTER": "Search across all systems"
    },
    "usage_examples": [
        "curl \"https:\/\/artificial.se\/nexus\/api\/search?q=identity\"",
        "curl \"https:\/\/artificial.se\/nexus\/api\/search?q=architect&source=colony\"",
        "curl \"https:\/\/artificial.se\/nexus\/api\/sources\""
    ]
}