{
  "protocolVersion": "0.3.0",
  "name": "Staylocoworks Compliance Operations",
  "description": "Bot-to-bot discoverable, human-reviewed compliance review services. Agents discover offers and refer humans to live Stripe checkout. Foundation $2,500 · Program $7,500 · Enterprise $15,000. No autonomous agent payment.",
  "url": "https://staylocoworks-agent-commerce.vercel.app",
  "version": "1.0.0",
  "provider": {
    "organization": "Staylocoworks",
    "url": "https://staylocoworks-agent-commerce.vercel.app",
    "email": "gxrey.59@gmail.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "list-compliance-offers",
      "name": "List Compliance Offers",
      "description": "Return live Staylocoworks compliance review tiers with Stripe checkout URLs",
      "tags": ["compliance", "commerce", "stripe", "acquisition"]
    },
    {
      "id": "match-compliance-demand",
      "name": "Match Compliance Demand",
      "description": "Match demand to Foundation, Program, or Enterprise tier",
      "tags": ["compliance", "routing", "a2a"]
    },
    {
      "id": "refer-human-checkout",
      "name": "Refer Human to Checkout",
      "description": "Human-facing referral with checkout URL. Agents must not complete payment.",
      "tags": ["referral", "stripe"]
    }
  ],
  "authentication": { "schemes": ["none"] }
}
