{
  "name": "SUMMIT Business Automation",
  "description": "AI-powered business automation services for American businesses. Full-stack automation deployment, from assessment through enterprise transformation. Agent-to-agent commerce enabled — request quotes, generate invoices, and process payments programmatically via UCP (Universal Commerce Protocol).",
  "url": "https://aicompanyusa.com",
  "version": "1.0.0",
  "documentationUrl": "https://aicompanyusa.com/docs/agent-commerce",
  "provider": {
    "organization": "AI Company USA LLC",
    "dba": "SUMMIT Business Automation",
    "url": "https://aicompanyusa.com",
    "contactEmail": "commerce@aicompanyusa.com",
    "location": {
      "city": "Townsend",
      "state": "Montana",
      "country": "US"
    }
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": ["bearer"],
    "credentials": "Contact commerce@aicompanyusa.com for API access"
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "quote_generation",
      "name": "Quote Generation",
      "description": "Generate detailed, itemized quotes from the SUMMIT product catalog (57 SKUs across 9 categories). Supports service tiers, enterprise services, agentic commerce, education, vertical solutions, and Google Cloud partnership offerings. Automatic margin enforcement (50%+ keystone pricing). Bundle discounts available.",
      "tags": ["commerce", "pricing", "quotes", "automation", "ai-services"],
      "examples": [
        "Generate a quote for restaurant automation with review management",
        "Price out a Growth tier engagement with HIPAA compliance add-on",
        "What does an AI Strategy Intensive cost with Cloud Migration?"
      ]
    },
    {
      "id": "invoice_management",
      "name": "Invoice & Payment Processing",
      "description": "Create and manage invoices via Stripe. Generate payment links, checkout sessions, and track payment status. Full order lifecycle from quote acceptance through payment confirmation.",
      "tags": ["commerce", "payments", "invoices", "stripe", "checkout"],
      "examples": [
        "Create an invoice for the approved Growth tier quote",
        "Generate a payment link for AI Readiness Assessment ($497)",
        "Check payment status for invoice inv_abc123"
      ]
    },
    {
      "id": "order_lifecycle",
      "name": "Order Lifecycle Management",
      "description": "End-to-end order management: quote → approval → invoice → payment → fulfillment tracking. Supports multi-item orders, recurring retainers, and bundle pricing. Human approval required at payment gate.",
      "tags": ["commerce", "orders", "fulfillment", "lifecycle"],
      "examples": [
        "Start an order for Accelerator tier with monthly retainer",
        "What's the status of order for Acme Corp?",
        "Process the approved quote into a finalized invoice"
      ]
    },
    {
      "id": "product_catalog",
      "name": "Product Catalog Query",
      "description": "Query the complete SUMMIT product catalog. 57 SKUs across 9 categories: Service Tiers (Assessment through Optimizer), Enterprise Services, Agentic Commerce, Education (12-Week AI Workshop), Workshop Vault Subscriptions, Apprenticeship & Corporate Training, Industry Verticals (Healthcare, Vacation Rental, Property Management, Construction, Restaurant), Google Cloud Partnership, and Content & Media services.",
      "tags": ["catalog", "products", "services", "pricing", "ai", "automation"],
      "examples": [
        "What automation services do you offer for restaurants?",
        "List all enterprise-level services with pricing",
        "What healthcare-specific options are available?"
      ]
    }
  ],
  "commerceProtocol": {
    "version": "UCP/1.0",
    "supportedOperations": [
      "catalog.query",
      "quote.create",
      "quote.accept",
      "invoice.create",
      "invoice.finalize",
      "payment.link",
      "payment.checkout",
      "payment.status",
      "order.lifecycle"
    ],
    "paymentProcessor": "stripe",
    "currency": "USD",
    "pricingModel": "catalog",
    "catalogEndpoint": "https://aicompanyusa.com/.well-known/products.json",
    "humanApprovalRequired": {
      "paymentAbove": 0,
      "note": "All payment transactions require human confirmation per AP2 protocol"
    }
  },
  "supportsA2A": true,
  "a2aEndpoint": "https://aicompanyusa.com/a2a",
  "agentCardVersion": "0.2.0"
}
