dominos.shop.artos.sh
Live Universal Commerce Protocol & Agentic Commerce status, manifest, and capability breakdown.
What is UCP? The Universal Commerce Protocol is the open standard AI shopping agents use to discover, browse, and check out at online stores. Read the spec overview →
dominos.shop.artos.sh publishes a conforming manifest with broad capability coverage.
Capabilities Detected
| Cart ✓ Bound | 2026-08-25 |
| Sh Artos Food Line Customization Extension ⚠ Off-authority | 2026-08-25 |
| Order Management ✓ Bound | 2026-08-25 |
| Sh Artos Food Order State Extension ⚠ Off-authority | 2026-08-25 |
| Checkout ✓ Bound | 2026-08-25 |
| Discount Extension ✓ Bound | 2026-08-25 |
| Fulfillment Extension ✓ Bound | 2026-08-25 |
| Sh Artos Food Checkout Notes Extension ⚠ Off-authority | 2026-08-25 |
| Buyer Consent Extension ✓ Bound | 2026-08-25 |
| AP2 Mandate Extension ✓ Bound | 2026-08-25 |
| Location Lookup ✓ Bound | 2026-08-25 |
| Location Search ✓ Bound | 2026-08-25 |
| Catalog Lookup ✓ Bound | 2026-08-25 |
| Catalog Search ✓ Bound | 2026-08-25 |
| Sh Artos Catalog Facets Extension ⚠ Off-authority | 2026-08-25 |
| Sh Artos Food Item Metadata Extension ⚠ Off-authority | 2026-08-25 |
Technical Vitals
| UCP Status | Verified |
| Endpoint | https://dominos.shop.artos.sh/.well-known/ucp |
| HTTP Status | 200 |
| UCP Version | 2026-08-25 |
| Transports | REST, MCP |
| Last Observed | |
| Last Full Index |
What you can do with this report
Open Validator
Inspect the manifest line-by-line and see exactly which schema rules pass or fail.
Run validator →Simulate an Agent Shop
Send a real AI shopping agent to dominos.shop.artos.sh and watch it browse, cart, and check out.
Open in Playground ↗Run a Fresh Check
Force a brand new live crawl right now — use this to confirm a recent fix.
Re-check now →Claim this Store
Is dominos.shop.artos.sh yours? Verify with one DNS record and monitor it daily — trends, break alerts & benchmarks.
Start monitoring →Get notified when dominos.shop.artos.sh changes
One email when the status flips — verified, broken, blocked, or back. No noise, no marketing. Free forever.
AI Agent Access (robots.txt)
| GPTBotOpenAI / ChatGPT | ✓Allowed |
| Google-ExtendedGemini / Google | ✓Allowed |
| ClaudeBotClaude / Anthropic | ✓Allowed |
| Applebot-ExtendedApple Intelligence | ✓Allowed |
| CCBotCommon Crawl | ✓Allowed |
Raw UCP Manifest JSON
{
"ucp": {
"version": "2026-08-25",
"services": {
"dev.ucp.common": [
{
"spec": "https://ucp.dev/2026-08-25/specification/overview/",
"schema": "https://ucp.dev/2026-08-25/services/common/rest.openapi.json",
"version": "2026-08-25",
"endpoint": "https://api.artos.sh/s/dominos",
"transport": "rest"
},
{
"spec": "https://ucp.dev/2026-08-25/specification/overview/",
"schema": "https://ucp.dev/2026-08-25/services/common/mcp.openrpc.json",
"version": "2026-08-25",
"endpoint": "https://api.artos.sh/s/dominos/mcp",
"transport": "mcp"
}
],
"dev.ucp.shopping": [
{
"spec": "https://ucp.dev/2026-08-25/specification/overview/",
"schema": "https://ucp.dev/2026-08-25/services/shopping/rest.openapi.json",
"version": "2026-08-25",
"endpoint": "https://api.artos.sh/s/dominos",
"transport": "rest"
},
{
"spec": "https://ucp.dev/2026-08-25/specification/overview/",
"schema": "https://ucp.dev/2026-08-25/services/shopping/mcp.openrpc.json",
"version": "2026-08-25",
"endpoint": "https://api.artos.sh/s/dominos/mcp",
"transport": "mcp"
}
]
},
"capabilities": {
"dev.ucp.shopping.cart": [
{
"spec": "https://ucp.dev/2026-08-25/specification/shopping/cart/",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/cart.json",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.order": [
{
"spec": "https://ucp.dev/2026-08-25/specification/shopping/order/",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/order.json",
"version": "2026-08-25"
}
],
"sh.artos.catalog.facets": [
{
"schema": "https://ucp.artos.sh/2026-08-25/schemas/artos/catalog_facets.json",
"extends": "dev.ucp.shopping.catalog.search",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.checkout": [
{
"spec": "https://ucp.dev/2026-08-25/specification/shopping/checkout/",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/checkout.json",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.discount": [
{
"spec": "https://ucp.dev/2026-08-25/specification/shopping/extensions/discount/",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/discount.json",
"extends": [
"dev.ucp.shopping.checkout",
"dev.ucp.shopping.cart"
],
"version": "2026-08-25"
}
],
"sh.artos.food.order_state": [
{
"schema": "https://ucp.artos.sh/2026-08-25/schemas/artos/food/order_state.json",
"extends": "dev.ucp.shopping.order",
"version": "2026-08-25"
}
],
"sh.artos.food.item_metadata": [
{
"schema": "https://ucp.artos.sh/2026-08-25/schemas/artos/food/item_metadata.json",
"extends": [
"dev.ucp.shopping.catalog.search",
"dev.ucp.shopping.catalog.lookup"
],
"version": "2026-08-25"
}
],
"dev.ucp.shopping.fulfillment": [
{
"spec": "https://ucp.dev/2026-08-25/specification/shopping/extensions/fulfillment/",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/fulfillment.json",
"extends": [
"dev.ucp.shopping.checkout",
"dev.ucp.shopping.cart"
],
"version": "2026-08-25"
}
],
"sh.artos.food.checkout_notes": [
{
"schema": "https://ucp.artos.sh/2026-08-25/schemas/artos/food/checkout_notes.json",
"extends": [
"dev.ucp.shopping.checkout",
"dev.ucp.shopping.order"
],
"version": "2026-08-25"
}
],
"dev.ucp.common.location.lookup": [
{
"spec": "https://ucp.dev/2026-08-25/specification/common/location/",
"schema": "https://ucp.dev/2026-08-25/schemas/common/location_lookup.json",
"version": "2026-08-25"
}
],
"dev.ucp.common.location.search": [
{
"spec": "https://ucp.dev/2026-08-25/specification/common/location/",
"schema": "https://ucp.dev/2026-08-25/schemas/common/location_search.json",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.buyer_consent": [
{
"spec": "https://ucp.dev/2026-08-25/specification/shopping/extensions/buyer-consent/",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/buyer_consent.json",
"extends": [
"dev.ucp.shopping.checkout"
],
"version": "2026-08-25"
}
],
"dev.ucp.shopping.catalog.lookup": [
{
"spec": "https://ucp.dev/2026-08-25/specification/shopping/catalog/",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_lookup.json",
"version": "2026-08-25"
}
],
"dev.ucp.shopping.catalog.search": [
{
"spec": "https://ucp.dev/2026-08-25/specification/shopping/catalog/",
"schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_search.json",
"version": "2026-08-25"
}
],
"sh.artos.food.line_customization": [
{
"schema": "https://ucp.artos.sh/2026-08-25/schemas/artos/food/line_customization.json",
"extends": [
"dev.ucp.shopping.cart",
"dev.ucp.shopping.checkout",
"dev.ucp.shopping.order"
],
"version": "2026-08-25"
}
],
"dev.ucp.common.payment.ap2_mandate": [
{
"spec": "https://ucp.dev/2026-08-25/specification/payment/extensions/ap2-mandates/",
"schema": "https://ucp.dev/2026-08-25/schemas/common/payment_ap2_mandate.json",
"extends": [
"dev.ucp.shopping.checkout"
],
"version": "2026-08-25"
}
]
},
"payment_handlers": {
"sh.artos.crypto": [
{
"id": "artos.crypto",
"spec": "https://ucp.dev/2026-08-25/specification/payment-handler-guide",
"config": {
"blockchain": "sui",
"accepted_coins": [
{
"symbol": "SUI",
"coin_type": "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI"
},
{
"symbol": "DEEP",
"coin_type": "0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP"
},
{
"symbol": "WUSDT",
"coin_type": "0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN"
},
{
"symbol": "WUSDC",
"coin_type": "0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN"
},
{
"symbol": "BETH",
"coin_type": "0xd0e89b2af5e4910726fbcd8b8dd37bb79b29e5f83f7491bca830e94f7f226d29::eth::ETH"
},
{
"symbol": "NS",
"coin_type": "0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS"
},
{
"symbol": "AUSD",
"coin_type": "0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD"
},
{
"symbol": "SEND",
"coin_type": "0xb45fcfcc2cc07ce0702cc2d229621e046c906ef14d9b25e8e4d25f6e8763fef7::send::SEND"
},
{
"symbol": "WAL",
"coin_type": "0x356a26eb9e012a68958082340d4c4116e7f55615cf27affcff209cf0ae544f59::wal::WAL"
},
{
"symbol": "XBTC",
"coin_type": "0x876a4b7bce8aeaef60464c11f4026903e9afacab79b9b142686158aa86560b50::xbtc::XBTC"
},
{
"symbol": "IKA",
"coin_type": "0x7262fb2f7a3a14c888c438a3cd9b912469a58cf60f367352c46584262e8299aa::ika::IKA"
},
{
"symbol": "LZWBTC",
"coin_type": "0x0041f9f9344cac094454cd574e333c4fdb132d7bcc9379bcd4aab485b2a63942::wbtc::WBTC"
},
{
"symbol": "USDT",
"coin_type": "0x375f70cf2ae4c00bf37117d0c85a2c71545e6ee05c4a5c7d282cd66a4504b068::usdt::USDT"
},
{
"symbol": "SUIUSDE",
"coin_type": "0x41d587e5336f1c86cad50d38a7136db99333bb9bda91cea4ba69115defeb1402::sui_usde::SUI_USDE"
},
{
"symbol": "USDSUI",
"coin_type": "0x44f838219cf67b058f3b37907b655f226153c18e33dfcd0da559a844fea9b1c1::usdsui::USDSUI"
},
{
"symbol": "USDC",
"coin_type": "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC"
}
]
},
"version": "2026-08-25"
}
]
}
},
"keys": [
{
"x": "kyAMUYNqb5FE_eD7-x8yy7AO49oizvGYAriHwv3hPKc",
"y": "vxQJ2X8JZtgfUNIjhJHQC20awoxck4HIKiazMTs1YM4",
"alg": "ES256",
"crv": "P-256",
"kid": "key_edc9e829d9fcb5da",
"kty": "EC",
"use": "sig"
}
]
}
Other verified stores with similar capabilities
Stores that share the most UCP capabilities with dominos.shop.artos.sh, ranked by overlap.
About this dominos.shop.artos.sh report
What does it mean that dominos.shop.artos.sh is verified for UCP?
/.well-known/ucp, the manifest passes schema validation against 2026-08-25, and AI agents can discover its commerce capabilities without needing to scrape HTML. That is what the store declares. Whether an agent actually completes a purchase is a separate question — where an observed agent run is shown on this page, it answers that one.Can I trust dominos.shop.artos.sh for AI agent purchases?
What platform does dominos.shop.artos.sh use for UCP?
How was this UCP report for dominos.shop.artos.sh generated?
dominos.shop.artos.sh/.well-known/ucp directly, parses the manifest against the official UCP JSON schema, checks robots.txt for AI bot policies, and runs payment-handler validation. No manual review, no opinions — just what the manifest actually says. The check ran 49 minutes ago.How often is dominos.shop.artos.sh re-checked?
Why does this status matter?
Add Status Badge to Your README
[](https://ucpchecker.com/status/dominos.shop.artos.sh)<a href="https://ucpchecker.com/status/dominos.shop.artos.sh"><img src="https://ucpchecker.com/badge/dominos.shop.artos.sh" alt="UCP Status"></a>