Skip to content
Back to KillionApps Promotion Allocation

Card snapshot

killionapps-promotion-allocation-sandbox.onrender.com · 2026-08-12 07:36:08 UTC · dcbb8c75dfb9272cb17898ce25134bcfd3591ab3f8d44770b46911976300277a

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.

{
  "name": "KillionApps Promotion Allocation",
  "description": "Experimental machine-purchasable allocation of a constrained ecommerce promotion budget across a product portfolio.",
  "supportedInterfaces": [
    {
      "url": "https://killionapps-promotion-allocation-sandbox.onrender.com/mcp",
      "protocolBinding": "https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://killionapps-promotion-allocation-sandbox.onrender.com/v1/allocate",
      "protocolBinding": "https://paymentauth.org/draft-payment-discovery-00",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://killionapps-promotion-allocation-sandbox.onrender.com",
    "organization": "KillionApps"
  },
  "version": "0.4.0",
  "documentationUrl": "https://killionapps-promotion-allocation-sandbox.onrender.com/skill.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": [
      {
        "uri": "https://killionapps-promotion-allocation-sandbox.onrender.com/skill.md#pricing-and-expected-value",
        "description": "Machine-purchasable pricing and experimental-status metadata.",
        "required": false,
        "params": {
          "price": {
            "amount": 5,
            "currency": "USD",
            "per": "portfolio_decision"
          },
          "paymentProtocol": "MPP",
          "paymentMethod": "stripe",
          "paymentIntent": "charge",
          "experimental": true,
          "performanceValidation": "UNVALIDATED_FORWARD",
          "livePaymentsEnabled": false
        }
      }
    ]
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "promotion_capital_allocation",
      "name": "Promotion Capital Allocation",
      "description": "Given an ecommerce product portfolio, unit economics, promotion history, constraints, and a fixed budget, return experimental SCALE/KEEP/TEST/PAUSE actions and recommended budget shares. One decision costs $5 USD through MPP; free validation is available first.",
      "tags": [
        "ecommerce",
        "promotion allocation",
        "marketing budget",
        "merchandising",
        "advertising",
        "product portfolio",
        "contribution profit",
        "capital allocation"
      ],
      "examples": [
        "Allocate a $500 weekly promotion budget across these 30 eligible SKUs.",
        "Identify which established products to scale and which new products deserve controlled exploration.",
        "Return a machine-readable promotion portfolio decision after validating this product history."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}