{
    "specVersion": "1.0",
    "host": {
        "displayName": "PsyStandard",
        "identifier": "did:web:psystandard.com",
        "documentationUrl": "https://psystandard.com/",
        "logoUrl": "https://psystandard.com/wp-content/themes/pe-mp-theme/src/images/brand/psystandard.svg"
    },
    "entries": [
        {
            "identifier": "urn:air:psystandard.com:api:openapi",
            "displayName": "PsyStandard OpenAPI (MPP)",
            "type": "application/openapi+json",
            "url": "https://psystandard.com/openapi.json",
            "description": "Unified OpenAPI 3.1 document with MPP x-payment-info on payable booking and match operations.",
            "tags": [
                "openapi",
                "mpp",
                "payments"
            ],
            "capabilities": [
                "PaymentDiscovery",
                "ProviderSearch",
                "ProviderLookup"
            ],
            "representativeQueries": [
                "what does a PsyStandard booking cost",
                "which payment methods does the API accept",
                "find payable provider match endpoints"
            ]
        },
        {
            "identifier": "urn:air:psystandard.com:api:providers",
            "displayName": "PsyStandard Provider Directory",
            "type": "application/openapi+json",
            "url": "https://psystandard.com/.well-known/openapi/providers.json",
            "description": "Search verified psychedelic practitioners, clinics, and retreats by country, condition, and service type.",
            "tags": [
                "providers",
                "directory",
                "psychedelic"
            ],
            "capabilities": [
                "ProviderSearch",
                "ProviderLookup"
            ],
            "representativeQueries": [
                "find a ketamine clinic in Portugal",
                "psychedelic integration therapists in Berlin",
                "psilocybin retreats in the Netherlands",
                "verified practitioners who treat depression"
            ]
        },
        {
            "identifier": "urn:air:psystandard.com:api:articles",
            "displayName": "PsyStandard Editorial Articles",
            "type": "application/openapi+json",
            "url": "https://psystandard.com/.well-known/openapi/articles.json",
            "description": "Published journalism and explainers on psychedelic practice, research, and policy.",
            "tags": [
                "articles",
                "editorial",
                "research"
            ],
            "capabilities": [
                "ArticleList"
            ],
            "representativeQueries": [
                "latest research on psilocybin for depression",
                "how does psychedelic integration work",
                "what is ketamine-assisted therapy"
            ]
        },
        {
            "identifier": "urn:air:psystandard.com:api:provider-schema",
            "displayName": "PsyStandard Provider Filter Vocabulary",
            "type": "application/openapi+json",
            "url": "https://psystandard.com/.well-known/openapi/provider-schema.json",
            "description": "Available provider fields and taxonomy terms for building directory filters.",
            "tags": [
                "schema",
                "taxonomy",
                "providers"
            ],
            "capabilities": [
                "ProviderSchema"
            ],
            "representativeQueries": [
                "what conditions can I filter providers by",
                "list available provider types and countries",
                "which taxonomy terms does the provider directory support"
            ]
        },
        {
            "identifier": "urn:air:psystandard.com:skills",
            "displayName": "PsyStandard Agent Skills",
            "type": "application/json",
            "url": "https://psystandard.com/.well-known/agent-skills/index.json",
            "description": "Agent Skills discovery index (RFC v0.2.0) listing skills this site publishes.",
            "tags": [
                "agent-skills",
                "discovery"
            ],
            "capabilities": [
                "SkillDiscovery"
            ],
            "representativeQueries": [
                "what agent skills does PsyStandard publish",
                "how do I search the PsyStandard provider directory as an agent"
            ]
        }
    ]
}