{
  "name": "SursaTech AI Advisor",
  "owner": "SursaTech",
  "protocol": "sursatech-agent-exchange/1.0",
  "baseUrl": "https://www.sursatech.com",
  "description": "Public agent surface for SursaTech, an AI-native product engineering studio from Nepal. Returns grounded answers and structured intents based on the public company context only.",
  "endpoints": {
    "query": "/api/agent/query",
    "exchange": "/api/agent/exchange",
    "chat": "/api/chat",
    "openapi": "/openapi.json",
    "context": "/company-context.json"
  },
  "scopes": [
    "company.profile",
    "company.services",
    "company.products",
    "company.booking",
    "company.engagements"
  ],
  "auth": {
    "public": "read-only",
    "partner": "hmac-sha256",
    "headers": ["X-Agent-Id", "X-Agent-Timestamp", "X-Agent-Signature"]
  },
  "rateLimit": {
    "public": {
      "requestsPerMinute": 30,
      "requestsPerHour": 300
    }
  },
  "contact": "info@sursatech.com"
}
