{
  "schema_version": "0.1",
  "name": "IZN AI",
  "description": "IZN AI — private AI search, verified directory, mediation, messaging, and calendar. Consent-based. 11 languages.",
  "url": "https://www.al-izn.com/",
  "tools": [
    { "name": "izn_search", "description": "Structured AI search: merges verified IZN members with cross-platform web results. Returns grounded answer page with title, sections, stats, compare, faqs, conclusion, and cited refs.", "method": "POST", "path": "/api/answer", "input_schema": { "type": "object", "properties": { "query": { "type": "string" }, "lang": { "type": "string", "enum": ["en","ar","ur","hi","fr"] } }, "required": ["query"] } },
    { "name": "izn_nearby", "description": "Finds nearby verified IZN members matching a need, with consent-based contact exchange. Falls back to web refs.", "method": "POST", "path": "/api/nearby", "input_schema": { "type": "object", "properties": { "query": { "type": "string" }, "geo": { "type": "object", "properties": { "lat": { "type": "number" }, "lng": { "type": "number" } } } }, "required": ["query", "geo"] } },
    { "name": "izn_match", "description": "Two-sided matching: job-seeker ↔ employer, freelancer ↔ client, service-need ↔ provider. Returns match scores and lead delivery.", "method": "POST", "path": "/api/match", "input_schema": { "type": "object", "properties": { "side": { "type": "string", "enum": ["need","offer","hire"] }, "need": { "type": "string" }, "lang": { "type": "string" } }, "required": ["side","need"] } },
    { "name": "izn_voice", "description": "24/7 voice agent: answers questions about IZN features, assists with installation, replies in the user's language.", "method": "POST", "path": "/api/voice", "input_schema": { "type": "object", "properties": { "text": { "type": "string" }, "lang": { "type": "string" } }, "required": ["text"] } },
    { "name": "izn_profile_build", "description": "Builds a verified AI Pro Profile from user answers — bio, headline, skills, rate, SEO-optimised.", "method": "POST", "path": "/api/profile", "input_schema": { "type": "object", "properties": { "answers": { "type": "object" }, "lang": { "type": "string" } }, "required": ["answers"] } },
    { "name": "izn_trending", "description": "Returns the current top trending queries prewarmed in IZN's answer cache.", "method": "GET", "path": "/api/trending", "input_schema": {} }
  ],
  "contact": "support@al-izn.com",
  "privacy_url": "https://www.al-izn.com/privacy",
  "terms_url": "https://www.al-izn.com/terms"
}
