{
  "schema_version": "1.0",
  "organization": {
    "name": "evofix",
    "url": "https://evotwin.pro",
    "description": "AI Agent Readiness Scanner and Transactional Security Auditor",
    "contact": "sebastian@evotwin.pro"
  },
  "capabilities": [
    {
      "name": "read",
      "description": "AI agents can read all public pages on evotwin.pro",
      "enabled": true,
      "endpoints": [
        "https://evotwin.pro/",
        "https://evotwin.pro/llms.txt",
        "https://evotwin.pro/llms-full.txt",
        "https://evotwin.pro/privacy",
        "https://evotwin.pro/terms"
      ]
    },
    {
      "name": "search",
      "description": "AI agents can search and index our content",
      "enabled": true
    },
    {
      "name": "contact",
      "description": "AI agents can direct users to contact us via email",
      "enabled": true,
      "contact_methods": [
        {
          "type": "email",
          "address": "sebastian@evotwin.pro",
          "purpose": "Request free AI readiness scan or inquire about services"
        }
      ]
    },
    {
      "name": "transact",
      "description": "No online checkout — services are contact-based",
      "enabled": false,
      "note": "Contact sebastian@evotwin.pro to request a scan or audit"
    },
    {
      "name": "api",
      "description": "API in development",
      "enabled": false,
      "planned_endpoints": [
        "POST /api/scan — Submit URL for AI readiness scan",
        "GET /api/scan/{id} — Retrieve scan results",
        "POST /api/audit — Submit URL for full Layer 2 audit"
      ]
    }
  ],
  "allowed_agents": [
    "GPTBot",
    "ChatGPT-User",
    "OAI-SearchBot",
    "ClaudeBot",
    "Claude-Web",
    "anthropic-ai",
    "PerplexityBot",
    "Perplexity-User",
    "Google-Extended",
    "CCBot",
    "Amazonbot",
    "Applebot-Extended",
    "Bytespider",
    "meta-externalagent"
  ],
  "disallowed_paths": [
    "/admin/",
    "/api/internal/",
    "/.env"
  ]
}
