{
  "version": "1.0",
  "site": "https://brainyxai.co.za",
  "updated": "2026-07-15",
  "actions": [
    {
      "id": "send-inquiry",
      "name": "Send Inquiry",
      "description": "Send a business inquiry to BrainyxAI about AI agents, automation, RAG systems, custom AI software, or consulting. Provide name, work email, optional company, and a short project description.",
      "method": "declarative",
      "endpoint": "/#contact",
      "http": {
        "path": "/api/contact",
        "verb": "POST",
        "contentType": "application/json"
      },
      "parameters": {
        "required": ["name", "email", "message"],
        "optional": ["company"]
      }
    },
    {
      "id": "email-team",
      "name": "Email BrainyxAI",
      "description": "Open an email to the BrainyxAI team at joshua.odenb@gmail.com to discuss a project or book a consultation.",
      "method": "declarative",
      "endpoint": "mailto:joshua.odenb@gmail.com",
      "parameters": {
        "required": [],
        "optional": ["subject", "body"]
      }
    }
  ]
}
