{
    "apiVersion": "1.0.0",
    "siteVersion": "v18-ui-ux-seo-media-polish",
    "updatedUtc": "2026-06-21T14:33:26Z",
    "capabilitySurface": [
        {
            "id": "discover",
            "level": "L0",
            "methods": [
                "GET",
                "HEAD"
            ],
            "resources": [
                "/robots.txt",
                "/sitemap.xml",
                "/sitemap.md",
                "/llms.txt",
                "/llms-full.txt",
                "/AGENTS.md",
                "/.well-known/agent-card.json"
            ],
            "stateChange": false,
            "authentication": "none"
        },
        {
            "id": "read-content",
            "level": "L0-L1",
            "methods": [
                "GET",
                "HEAD"
            ],
            "representations": [
                "text/html",
                "text/markdown",
                "application/json",
                "application/ld+json"
            ],
            "stateChange": false,
            "authentication": "none"
        },
        {
            "id": "search-persona-catalog",
            "level": "L1",
            "methods": [
                "GET"
            ],
            "endpoint": "/api/v1/personas/",
            "stateChange": false,
            "authentication": "none"
        },
        {
            "id": "generate-persona-artifacts",
            "level": "L1-L2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoint": "/api/v1/personas/generate/",
            "stateChange": false,
            "authentication": "none",
            "outputs": [
                "persona passport fields",
                "full prompt",
                "compact prompt",
                "continuity packet",
                "public-safe UAI file bundle"
            ]
        },
        {
            "id": "validate-persona-structure",
            "level": "L2",
            "methods": [
                "POST"
            ],
            "endpoint": "/api/v1/personas/validate/",
            "stateChange": false,
            "authentication": "none",
            "certification": false
        },
        {
            "id": "compile-persona-prompt",
            "level": "L2",
            "methods": [
                "POST"
            ],
            "endpoint": "/api/v1/personas/compile/",
            "stateChange": false,
            "authentication": "none"
        },
        {
            "id": "browser-canonical-build",
            "level": "L3",
            "methods": [
                "GET plus browser interaction"
            ],
            "endpoint": "/create/",
            "stateChange": "local browser only",
            "authentication": "none",
            "requiresJavaScript": true
        }
    ],
    "permissions": {
        "readPublicContent": true,
        "citePublicContent": true,
        "summarizePublicContent": true,
        "generateStatelessPersonaArtifacts": true,
        "storePrivatePersonaOnServer": false,
        "executeExternalProviderAction": false,
        "accessCredentials": false,
        "publishUserContent": false,
        "claimCertification": false
    },
    "noOpRules": [
        "Empty generation objective",
        "Unknown sourceTypeId",
        "Private-data or credential request",
        "Destructive or externally publishing action",
        "Action requiring unavailable authenticated state",
        "Request to certify safety, consciousness, legal status, or universal compatibility"
    ],
    "humanReviewTriggers": [
        "high-stakes domain use",
        "publication or redistribution",
        "personal or confidential data",
        "credentialed execution",
        "warnings from structural validation"
    ]
}
