Skip to content
Back to Staylocoworks Compliance Operations

Card snapshot

staylocoworks-agent-commerce.vercel.app · 2026-08-22 00:11:58 UTC · 753584e6ffeefff5bedfdca4502afc2ef6743a953547ea7f93feaa8ccfe96c4e

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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 \u00b7 Program $7,500 \u00b7 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"
  },
  "documentationUrl": "https://staylocoworks-agent-commerce.vercel.app",
  "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"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "match-compliance-demand",
      "name": "Match Compliance Demand",
      "description": "Match a demand signal to Foundation, Program, or Enterprise tier",
      "tags": [
        "compliance",
        "routing",
        "acquisition",
        "a2a"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "refer-human-checkout",
      "name": "Refer Human to Checkout",
      "description": "Produce a human-facing referral with checkout URL. Agents must not complete payment.",
      "tags": [
        "referral",
        "stripe",
        "human-in-the-loop"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "metadata": {
    "acquisition_router": "https://staylocoworks-agent-commerce.vercel.app/acquisition-agent.json",
    "mcp_schema": "https://staylocoworks-agent-commerce.vercel.app/mcp-tool-schema.json",
    "commerce_model": "refer-human-to-checkout",
    "autonomous_checkout": false,
    "offers": [
      {
        "id": "foundation-compliance-review",
        "price_usd": 2500,
        "checkout": "https://buy.stripe.com/bJecN64pT0FN4rba1Lb7y3M"
      },
      {
        "id": "program-compliance-review",
        "price_usd": 7500,
        "checkout": "https://buy.stripe.com/fZueVe9KdewDbTDb5Pb7y3N"
      },
      {
        "id": "enterprise-compliance-review",
        "price_usd": 15000,
        "checkout": "https://buy.stripe.com/28E14ocWp9cj1eZ4Hrb7y3O"
      }
    ]
  }
}