Card snapshot
storelayer.net
·
2026-09-23 16:32:20 UTC
·
5d0d1f05809a85734635d6693494cd54489778068367519a725963a9d56a7c54
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": "Storelayer Free Widget Installer",
"description": "Installs one Free Storelayer storefront widget with one browser-safe paste, then DNS-pinned proof of the exact HTTPS host.",
"url": "https://storelayer.net/api",
"version": "1.0.0",
"documentationUrl": "https://storelayer.net/.well-known/ai",
"support": {
"email": "jaymarrero2@gmail.com",
"url": "https://storelayer.net/support"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "install-free-widget",
"name": "Install one Free widget",
"description": "Follow the ordered one-paste workflow and escalation instructions at /.well-known/ai. No account, dashboard token, payment, persistent credential, or HMAC recorder is required.",
"tags": [
"storefront",
"widget",
"free-install",
"domain-verification"
],
"examples": [
"Install an announcement bar on my verified HTTPS storefront."
]
}
],
"securitySchemes": {
"publicSession": {
"type": "http",
"scheme": "bearer",
"description": "Created without dashboard credentials and valid for 30 minutes."
}
}
}