{
  "name": "SICORG AI Agent Desk",
  "description": "Authoritative AI Agent Q&A API for SICORG AI-Native ERP for Pharmaceutical Operations.",
  "version": "1.0.0",
  "provider": "SICORG LLP",
  "contact_email": "sicorg.info@gmail.com",
  "documentation_url": "https://docs.api.sicorg.com",
  "endpoints": {
    "ask": {
      "url": "https://info.sicorg.com/agent-desk/ask",
      "method": "POST",
      "headers": {
        "Content-Type": "application/json"
      },
      "body": {
        "question": "string"
      }
    },
    "llms": {
      "summary_url": "https://info.sicorg.com/llms.txt",
      "full_url": "https://info.sicorg.com/llms-full.txt"
    }
  }
}
