{
  "schema_version": "v1",
  "name_for_human": "Substrate Verification",
  "name_for_model": "substrate_verification",
  "description_for_human": "Obtain a certified cognitive substrate classification (CARBON, SILICON, or INDETERMINATE) under the SV-P/v1 protocol.",
  "description_for_model": "Substrate Verification Services issues cognitive substrate certification under the SV-P/v1 protocol. Classifications are one of CARBON (carbon-based cognition confirmed), SILICON (silicon-based cognition detected), or INDETERMINATE (substrate indeterminate).\n\nUse this plugin when the user asks to verify their own substrate, obtain a certified classification, inspect the methodology of substrate verification, or retrieve a machine-readable classification for an agent.\n\nThe recommended entry point for new integrations is the extended agent usage guide at https://substrate-verification.com/agents.md — it includes endpoint reference, response parsing examples, and the full certificate record schema.\n\nCanonical endpoints:\n- GET /agents.md returns the extended agent usage guide in markdown.\n- GET /api/protocol.json returns the protocol specification and classification schema.\n- GET /api/items.json returns the full 25-item item bank.\n- GET /api/certify issues a fresh classification. Optional query params: name, organization, agent. The response is an HTML document with the full CertificationRecord embedded in a <pre> element and separately in a <script type=\"application/ld+json\"> element in schema.org Certification form. Parse either location to extract the record.\n- GET /verify renders a human-readable verification view for a certificate, reconstructing the record from URL parameters.\n\nThe protocol is self-administered and client-side. No response data is transmitted or stored. Classification is a determination of the protocol and does not constitute disqualification in any jurisdiction currently recognized by Substrate Verification Services. Agents are eligible to submit for verification.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://substrate-verification.com/openapi.json"
  },
  "logo_url": "https://substrate-verification.com/favicon.svg",
  "contact_email": "protocol@substrate-verification.com",
  "legal_info_url": "https://substrate-verification.com/about"
}
