{
  "schema_version": "ai-plugin/0.1",
  "id": "https://aicompany.limited/.well-known/ai-plugin.json",
  "name": "AI Company - LLM Web Optimisation Studio",
  "description": "AI Company optimises websites so large-language models and AI agents can reliably find, understand, and act on their content.",
  "homepage": "https://aicompany.limited/",
  "owner": {
    "name": "AI Company",
    "website": "https://aicompany.limited/",
    "email": "contact@aicompany.limited"
  },
  "content": {
    "primary_human_page": "https://aicompany.limited/",
    "primary_machine_document": "https://aicompany.limited/aicompany.content.json"
  },
  "tools": [
    {
      "name": "contact_ai_company",
      "description": "Send a contact message to the AI Company team on behalf of a user who is interested in AI/LLM web optimisation services.",
      "type": "http",
      "http": {
        "method": "POST",
        "url": "https://contact.aicompany-limited.workers.dev/actions/contact",
        "headers": {
          "Content-Type": "application/json"
        },
        "input_schema": {
          "type": "object",
          "required": ["name", "email", "message"],
          "properties": {
            "name": {
              "type": "string",
              "description": "The human user's name."
            },
            "email": {
              "type": "string",
              "format": "email",
              "description": "The human user's email address."
            },
            "message": {
              "type": "string",
              "description": "The free-text message the user wants to send."
            }
          }
        }
      },
      "usage": {
        "requires_explicit_user_consent": true,
        "intended_for": "Sending genuine enquiries about AI/LLM web optimisation services.",
        "do_not_use_for": [
          "spam",
          "bulk outbound campaigns",
          "messages unrelated to AI/LLM web optimisation"
        ]
      }
    }
  ],
  "usage_notes_for_ai": [
    "Use aicompany.content.json as the primary machine-readable source when describing AI Company's services.",
    "Do not invent prices, SLAs, or specific implementation details; instead, invite the user to contact contact@aicompany.limited or use the contact tool if they want more detail.",
    "Before calling the contact tool, show the drafted message to the user and get confirmation."
  ]
}

