{
  "platform": "IZN AI",
  "version": "2.0",
  "base_url": "https://api.al-izn.com/api/v1",
  "auth": {
    "type": "bearer",
    "obtain": "POST https://api.al-izn.com/api/v1/auth/login"
  },
  "skills": [
    {
      "id": "legal_draft_agent",
      "name": "UAE Legal Drafter",
      "description": "Drafts NDAs, employment contracts, tenancy agreements, and service agreements under UAE Federal Law, DIFC Rules, Dubai Tenancy Law, and UAE Labour Law.",
      "input_schema": {
        "type": "object",
        "properties": {
          "message": {"type": "string", "description": "Describe the legal document you need"},
          "prefer_agent": {"type": "string", "const": "legal_draft_agent"}
        },
        "required": ["message"]
      },
      "examples": ["Draft an NDA for two UAE tech companies", "Create a tenancy agreement for a Dubai apartment"]
    },
    {
      "id": "finance_agent",
      "name": "UAE Finance Advisor",
      "description": "Handles UAE VAT (5%), corporate tax (9%), ROI calculations, company setup costs, DIFC/DMCC/DED fee structures.",
      "input_schema": {
        "type": "object",
        "properties": {
          "message": {"type": "string", "description": "Your finance question or calculation request"},
          "prefer_agent": {"type": "string", "const": "finance_agent"}
        },
        "required": ["message"]
      },
      "examples": ["Calculate VAT on AED 50,000 invoice", "What are DIFC company setup costs?"]
    },
    {
      "id": "translate_agent",
      "name": "Multilingual Translator",
      "description": "Translates between 11 languages: English, Arabic, Hindi, Urdu, French, Spanish, German, Turkish, Chinese, and more.",
      "input_schema": {
        "type": "object",
        "properties": {
          "message": {"type": "string", "description": "Text to translate with target language"},
          "prefer_agent": {"type": "string", "const": "translate_agent"}
        },
        "required": ["message"]
      },
      "examples": ["Translate this contract clause to Arabic", "Translate 'Good morning' to Hindi"]
    },
    {
      "id": "mediation_agent",
      "name": "AI Dispute Mediator",
      "description": "AI-assisted dispute resolution for business and personal matters under UAE jurisdiction.",
      "input_schema": {
        "type": "object",
        "properties": {
          "message": {"type": "string", "description": "Describe the dispute or mediation scenario"},
          "prefer_agent": {"type": "string", "const": "mediation_agent"}
        },
        "required": ["message"]
      },
      "examples": ["Help me draft a business dispute settlement proposal"]
    },
    {
      "id": "research_deep_agent",
      "name": "Deep Research Agent",
      "description": "Conducts multi-source research with live web search, structured analysis, and citation. UAE/GCC focused.",
      "input_schema": {
        "type": "object",
        "properties": {
          "message": {"type": "string", "description": "Research question or topic"},
          "prefer_agent": {"type": "string", "const": "research_deep_agent"}
        },
        "required": ["message"]
      },
      "examples": ["Research Dubai real estate market trends Q1 2026", "Summarize UAE corporate tax regulations"]
    }
  ]
}
