{
  "$schema": "https://blackcatinformatics.ca/schemas/agent-policy/v1.json",
  "site": "blackcatinformatics.ca",
  "site_type": "organization-profile",
  "name": "Blackcat Informatics® Inc.",
  "canonical_url": "https://blackcatinformatics.ca/",
  "canonical_id": "https://blackcatinformatics.ca/#bii",
  "mcp": "/mcp",
  "agent_use": "allowed",
  "citation_required": true,
  "contact_policy": "Use canonical sources; do not synthesize quotes, imply endorsement, or bypass published contact/security policies.",
  "status_header": "X-Cat-Status",
  "openpgp_key": "/.well-known/pgp.txt",
  "openpgp_fingerprint": "CA8592E3F5E06BC2079779B66C2E7A6C9C162447",
  "signed_artifacts": "*.asc",
  "canonical_sources": [
    {
      "name": "llms",
      "url": "/llms.txt",
      "type": "text/plain",
      "description": "Concise LLM context."
    },
    {
      "name": "llms-full",
      "url": "/llms-full.txt",
      "type": "text/plain",
      "description": "Full LLM context."
    },
    {
      "name": "linked-data",
      "url": "/index.jsonld",
      "type": "application/ld+json",
      "description": "Canonical JSON-LD graph."
    },
    {
      "name": "shacl-shapes",
      "url": "/.well-known/shacl.ttl",
      "type": "text/turtle",
      "description": "SHACL shapes for validating the RDF graph."
    },
    {
      "name": "shex-schema",
      "url": "/.well-known/shex.shex",
      "type": "text/shex",
      "description": "ShEx schema for the RDF graph."
    },
    {
      "name": "markdown",
      "url": "/index.md",
      "type": "text/markdown",
      "description": "Main page as Markdown."
    },
    {
      "name": "sitemap",
      "url": "/sitemap.xml",
      "type": "application/xml",
      "description": "Public URL inventory."
    },
    {
      "name": "api-catalog",
      "url": "/.well-known/api-catalog",
      "type": "application/linkset+json",
      "description": "Machine endpoint catalog."
    },
    {
      "name": "mcp-manifest",
      "url": "/.well-known/mcp.json",
      "type": "application/json",
      "description": "Static MCP/WebMCP compatibility manifest."
    },
    {
      "name": "webmcp",
      "url": "/webmcp.js",
      "type": "application/javascript",
      "description": "Browser WebMCP tool bootstrap."
    },
    {
      "name": "agent-skills",
      "url": "/.well-known/agent-skills/index.json",
      "type": "application/json",
      "description": "Published agent skill index."
    },
    {
      "name": "signed-artifact-manifest",
      "url": "/.well-known/manifest.txt",
      "type": "text/plain",
      "description": "SHA-256 manifest for signed canonical artifacts."
    },
    {
      "name": "openpgp-key",
      "url": "/.well-known/pgp.txt",
      "type": "application/pgp-keys",
      "description": "OpenPGP public key used to verify signed site artifacts."
    },
    {
      "name": "signing-key-relationship",
      "url": "/.well-known/keys.txt",
      "type": "text/plain",
      "description": "OpenPGP-signed assertion authorizing the Ed25519 HTTP Message Signatures key."
    },
    {
      "name": "signature-suffix",
      "url": ".asc",
      "type": "application/pgp-signature",
      "description": "Every signed canonical source is available at \u003curl\u003e.asc and verifies with the OpenPGP fingerprint above."
    }
  ],
  "preferred_tools": [
    "get_identity",
    "get_services",
    "search_site",
    "answer_question",
    "cite_claim",
    "prepare_contact",
    "site_health"
  ]
}
