{
  "protocolVersion": "0.2.5",
  "name": "Teal Packaging",
  "description": "Custom printed packaging manufacturer. Search 1,300+ made-to-order products (boxes, mailers, rigid boxes, bags, papers, labels), request quotes, and order a sample kit. MOQ from 50 units; from $0.44/unit on bulk orders; free US shipping; 7-business-day production after proof approval.",
  "version": "1.0.0",
  "url": "https://tealpackaging.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://tealpackaging.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://tealpackaging.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Teal Packaging",
    "url": "https://tealpackaging.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/v1",
        "description": "Agent Payments Protocol (AP2) support; payments settle via Stripe Agentic Checkout (ACP).",
        "required": false,
        "params": {
          "payment_methods": [
            "card"
          ],
          "settlement": "stripe",
          "acp_endpoint": "https://tealpackaging.com/acp",
          "supported_mandates": [
            "intent",
            "cart"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "documentationUrl": "https://tealpackaging.com/agents.md",
  "skills": [
    {
      "id": "search_products",
      "name": "Search products",
      "description": "Search Teal's catalog of 1,300+ custom packaging products and return URLs with starting prices.",
      "tags": [
        "packaging",
        "search",
        "ecommerce"
      ],
      "examples": [
        "Find magnetic rigid boxes",
        "custom bakery boxes",
        "mylar bags"
      ]
    },
    {
      "id": "request_quote",
      "name": "Request a quote",
      "description": "Request a custom packaging quote; a specialist replies by email within one business day.",
      "tags": [
        "quote",
        "pricing"
      ],
      "examples": [
        "Quote 250 custom mailer boxes 8x6x2 full color"
      ]
    },
    {
      "id": "order_sample_kit",
      "name": "Order sample kit",
      "description": "Order the sample kit ($50, credited toward first custom order, US only); returns a secure Stripe checkout link.",
      "tags": [
        "sample",
        "checkout"
      ],
      "examples": [
        "Order a sample kit"
      ]
    }
  ]
}