{
  "name": "IZN AI",
  "description": "Private intelligence platform with 15 AI agents for legal, finance, mediation, translation, and UAE business services. All processing on-premise in UAE — no data leaves the platform.",
  "version": "2.0",
  "homepage": "https://al-izn.com",
  "contact": "support@al-izn.com",
  "jurisdiction": "UAE",
  "tools": [
    {
      "name": "ai_chat",
      "description": "Chat with IZN AI agents — legal, finance, mediation, translation, research, code, email, and general UAE knowledge.",
      "endpoint": "https://al-izn.com/agent/chat/stream",
      "method": "POST",
      "auth": "Bearer JWT"
    },
    {
      "name": "legal_draft",
      "description": "Draft UAE legal documents: NDAs, employment contracts, tenancy agreements, service agreements under UAE Federal Law, DIFC Rules, Dubai Tenancy Law.",
      "endpoint": "https://api.al-izn.com/api/v1/agent/submit",
      "method": "POST",
      "auth": "Bearer JWT"
    },
    {
      "name": "translate",
      "description": "Translate text between 11 languages including Arabic, English, Hindi, Urdu, French, Spanish, German, Turkish, Chinese.",
      "endpoint": "https://api.al-izn.com/api/v1/translations/translate",
      "method": "POST",
      "auth": "Bearer JWT"
    },
    {
      "name": "document_query",
      "description": "Upload a document (PDF, DOCX, TXT) and ask questions about its content. AI answers from your document.",
      "endpoint": "https://api.al-izn.com/api/v1/rag/query",
      "method": "POST",
      "auth": "Bearer JWT"
    },
    {
      "name": "web_search",
      "description": "Real-time web search with source citation, UAE-context prioritized.",
      "endpoint": "https://api.al-izn.com/api/v1/agent/submit",
      "method": "POST",
      "auth": "Bearer JWT"
    }
  ]
}
