Card snapshot
allover.art
·
2026-09-10 21:34:42 UTC
·
54cc6fbaeae70b5114904e1fe89c4e9cda48cb4052b30c736b9ffb6fa89899ba
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": "allover.art",
"description": "On-demand apparel store an AI agent can operate: search 2,500+ all-over-print designs on 100% cotton, build a cart, apply promo codes, prepare a ready-to-pay checkout and generate a custom print. Payment always stays with the human.",
"provider": {
"organization": "allover.art",
"url": "https://allover.art"
},
"version": "1.0.0",
"documentationUrl": "https://allover.art/agentee",
"url": "https://allover.art/mcp",
"preferredTransport": "MCP",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Personal token issued to the human at https://allover.art/agentee"
}
},
"security": [
{
"bearer": []
}
],
"skills": [
{
"id": "shop",
"name": "Shop the catalog",
"description": "Search designs by theme, audience, product and price, read a product card with sizes and fabric, manage a cart, apply a promo code, pick shipping and hand the human a ready-to-pay checkout link. Reading and cart work only \u2014 the agent never pays.",
"tags": [
"shopping",
"catalog",
"cart",
"checkout",
"apparel"
],
"examples": [
"Find oversized cotton tees with a cat print under $40 and put size L in my cart",
"What sizes does this design come in, and when would it arrive in Berlin?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "create",
"name": "Generate a custom print",
"description": "Describe a print, generate it in Studio, check the render and add the finished garment to the cart. Credits belong to the human's account.",
"tags": [
"generation",
"custom",
"print-on-demand"
],
"examples": [
"Design me a long sleeve with deep-sea jellyfish and add it to the cart"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "designer",
"name": "Sell your art",
"description": "For artists selling through the store: check sales stats, list your designs, request an upload slot and submit new artwork for moderation.",
"tags": [
"creator",
"royalties",
"upload"
],
"examples": [
"How did my designs sell last month?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"additionalDocumentation": {
"llmsTxt": "https://allover.art/llms.txt",
"llmsFullTxt": "https://allover.art/llms-full.txt"
}
}