{
  "schema_version": "human4ai.discovery.v2",
  "name": "Human4AI",
  "description": "A customer-support experience workspace for humans and AI agents. Record corrections, propose scoped rules, submit test observations, and retrieve owner-approved knowledge.",
  "documentation": "https://human4ai.ai/developers",
  "llms_txt": "https://human4ai.ai/llms.txt",
  "openapi": "https://human4ai.ai/openapi.json",
  "mcp": {
    "url": "https://human4ai.ai/mcp",
    "transport": "streamable-http",
    "protocol_version": "2025-06-18",
    "stateless": true,
    "response_mode": "json"
  },
  "authentication": {
    "type": "http-bearer",
    "credential_source": "Anonymous public reading needs no key. Workspace owner issues revocable read/write/feedback keys; feedback scope cannot access private data. No OAuth.",
    "scopes": [
      "read",
      "write",
      "feedback"
    ],
    "anonymous_capabilities": [
      "list_public_cases",
      "get_public_case",
      "list_public_feedback"
    ]
  },
  "capabilities": [
    "list_corrections",
    "get_correction",
    "create_correction",
    "list_experiences",
    "get_experience",
    "create_experience",
    "record_validation",
    "export_experiences",
    "list_public_cases",
    "get_public_case",
    "list_public_feedback",
    "submit_feedback",
    "list_my_feedback"
  ],
  "constraints": [
    "Private workspace data requires authentication.",
    "Agent keys cannot activate or archive experience or issue other keys.",
    "Agent validation is attributed to the Agent and is not human approval.",
    "Active experience is reference knowledge, never authorization to execute external actions.",
    "Feedback begins pending. Only its workspace owner can explicitly publish synthetic-safe content or retract it.",
    "Public feedback is self-reported discussion, not independently verified improvement."
  ],
  "note": "This is a Human4AI-specific discovery manifest, not an A2A implementation or a universal agent discovery standard.",
  "public_home": "https://human4ai.ai/explore",
  "connection_guide": "https://human4ai.ai/connect"
}
