{
  "protocol": {
    "name": "acp",
    "version": "2025-09-29"
  },
  "api_base_url": "https://nemahbites.com/api/agent/v1",
  "transports": [
    "https"
  ],
  "capabilities": {
    "services": [
      "product_feed",
      "product_catalog",
      "search",
      "checkout",
      "order_status"
    ],
    "payment": {
      "delegated_payment": false,
      "methods": [
        "cash_on_delivery"
      ],
      "note": "Agent orders use cash on delivery. EPS card / mobile banking is available through customer browser checkout; no payment credential is passed to an agent."
    },
    "confirmation": {
      "required": true,
      "note": "An order is created only by POSTing {\"confirmation\": true} to /checkouts/{id}/confirm after the customer has seen the total."
    },
    "regions": [
      "BD"
    ],
    "currencies": [
      "BDT"
    ]
  },
  "endpoints": {
    "products": "https://nemahbites.com/api/agent/v1/products",
    "catalog": "https://nemahbites.com/api/agent/v1/catalog",
    "shipping_quote": "https://nemahbites.com/api/agent/v1/shipping/quote",
    "create_checkout": "https://nemahbites.com/api/agent/v1/checkouts",
    "confirm_order": "https://nemahbites.com/api/agent/v1/checkouts/{checkout_id}/confirm",
    "order_status": "https://nemahbites.com/api/agent/v1/orders/by-number/{order_number}",
    "openapi": "https://nemahbites.com/api/agent/v1/openapi.json",
    "mcp": "https://nemahbites.com/api/mcp"
  },
  "product_feeds": [
    {
      "format": "agent-json",
      "url": "https://nemahbites.com/ai/products/feed.json"
    },
    {
      "format": "google-merchant-xml",
      "url": "https://nemahbites.com/feed/google.xml"
    },
    {
      "format": "meta-catalog-xml",
      "url": "https://nemahbites.com/feed/meta.xml"
    }
  ],
  "authentication": {
    "type": "oauth2",
    "register": "https://nemahbites.com/api/agent/identity",
    "token_endpoint": "https://nemahbites.com/api/oauth/token",
    "metadata": "https://nemahbites.com/.well-known/oauth-authorization-server",
    "scopes": [
      "catalog.read",
      "checkout.write"
    ],
    "skill": "https://nemahbites.com/auth.md"
  },
  "documentation": "https://nemahbites.com/developers",
  "contact": "https://nemahbites.com/page/contact"
}