{
  "$schema": "https://agents.json/schema/v1.json",
  "version": "1.0",
  "name": "Myagi",
  "description": "Marketing site and public surface for the Myagi platform. Currently in construction phase. The Open Agent Registry is the first public artifact.",
  "contact": {
    "email": "contact@myagi.bot",
    "homepage": "https://myagi.bot"
  },
  "agents": [
    {
      "name": "myagi",
      "description": "Read-only platform information and inquiry submission.",
      "protocols": {
        "mcp": {
          "transport": "streamable-http",
          "url": "https://myagi.bot/api/mcp",
          "tools": [
            "query_platform",
            "submit_inquiry"
          ]
        },
        "a2a": {
          "agent_card": "https://myagi.bot/.well-known/agent-card.json"
        },
        "http": {
          "openapi": "https://myagi.bot/openapi.json"
        }
      },
      "auth": {
        "public_read": {
          "type": "none"
        },
        "oauth_discovery": "https://myagi.bot/.well-known/oauth-authorization-server"
      },
      "identity": {
        "jwks": "https://myagi.bot/.well-known/jwks.json",
        "signatures_directory": "https://myagi.bot/.well-known/http-message-signatures-directory",
        "signing_algorithm": "EdDSA",
        "crawler_user_agent": "OpenAgentRegistry/0.1 (+https://github.com/openagent-registry/openagent-registry; scanner)"
      },
      "legacy_manifests": {
        "chatgpt_plugin": "https://myagi.bot/.well-known/ai-plugin.json"
      }
    }
  ],
  "licensing": {
    "rsl": "https://myagi.bot/.well-known/rsl.xml",
    "summary": "Content licensed for AI training and inference with attribution. No paywall. See /licensing for full terms."
  }
}