{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "NBT Tech AI Concierge",
  "description": "Autonomous chemical raw material procurement, technical COA verification, and compounding formulation assistant for NBT Tech (nbthq).",
  "version": "1.0.0",
  "url": "https://nbthq.com",
  "provider": {
    "name": "NBT Tech",
    "legalName": "Nav Bharat Tech",
    "url": "https://nbthq.com",
    "contact": "sales@nbthq.com",
    "phone": "+91-9999221689"
  },
  "capabilities": {
    "streaming": true,
    "tools": true,
    "mcp": true,
    "functionCalling": true,
    "naturalLanguage": true
  },
  "interfaces": {
    "mcp": "https://nbthq.com/api/v1/mcp",
    "chat": "https://nbthq.com/api/v1/chat",
    "lab": "https://nbthq.com/api/v1/lab",
    "products": "https://nbthq.com/api/v1/products",
    "openapi": "https://nbthq.com/openapi.json",
    "openapiYaml": "https://nbthq.com/openapi.yaml",
    "apiCatalog": "https://nbthq.com/.well-known/api-catalog",
    "docs": "https://nbthq.com/developers"
  },
  "instructions": "https://nbthq.com/.well-known/agent-instructions.md",
  "skills": "https://nbthq.com/.well-known/agent-skills/index.json",
  "mcpServerCard": "https://nbthq.com/.well-known/mcp/server-card.json",
  "authentication": {
    "type": "none",
    "description": "Zero-auth public tier for AI procurement agents, CLI tools, and compounding copilots."
  }
}
