Card snapshot
killionapps-promotion-allocation-sandbox.onrender.com
·
2026-08-12 20:10:04 UTC
·
77826ab248d50d8af5276d612c54ea43525734af360dc775b3b94637d07df803
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.5.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"
]
},
{
"id": "independent_integration_pilot",
"name": "Independent Integration Pilot",
"description": "Validate a portfolio for free and receive a signed redacted receipt without supplying a payment credential or granting execution authority.",
"tags": [
"integration test",
"signed receipt",
"free validation",
"pilot"
],
"examples": [
"Verify discovery and portfolio validation without purchasing a decision.",
"Create a redacted signed receipt for an independent integration evaluation."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}