Commerce / checkout
Buy Product Or Complete Checkout
Find or select a product, complete checkout, and stop before irreversible payment unless the user approves.
commerce.checkout
degraded
user present for payment
browser only
Do not trust this route yet
The current evidence set is too thin for a confident agent decision.
Next: Run a canary or submit a trusted outcome before allowing an agent to attempt this unsupervised.
86Best route AES
demo-shop.crawldex.com
Evidence and trust
15%
low trust
Sites
1
known routes
Evidence
4
seeded example
Confidence
low
23%
Freshness
0d
fresh
Compatibility matrix
Origin support for this task
| Origin | Health | AES | Confidence | Freshness | Blockers |
|---|---|---|---|---|---|
| demo-shop.crawldex.com recipe://demo-shop.crawldex.com/commerce.checkout/v1 |
degraded |
86
|
low 23% / 4 samples |
0d fresh |
payment_3ds_user_present |
Advisory profile
Blockers and completion rules
Typical blockers
login_requiredpayment_3ds_user_presentprice_mismatchhidden_fee
Success criteria
- Correct item, quantity, address, and total are verified before final submission
- Payment or account challenge is explicitly user-confirmed
- Order confirmation, receipt, or confirmation email is captured
Recommended actions
Remediation queue
-
mediumagentUse the highest-evidence origin for commerce.checkout and report the outcome after the attempt. Compounds the task-level operating map with fresh execution evidence.
Agent handoff
commerce.checkout
Copy this into an agent runbook
Before attempting commerce.checkout on demo-shop.crawldex.com, check CrawlDex. Current verdict: Collect evidence first. Run a canary or submit a trusted outcome before allowing an agent to attempt this unsupervised.
curl -sS -X POST /api/v1/preflight \
-H 'content-type: application/json' \
-d '{"site":"demo-shop.crawldex.com","task":"commerce.checkout","agent_profile":{"stack":"browser-use","browser_runtime":"playwright"}}'
Preflight contract
{
"site": "demo-shop.crawldex.com",
"task": "commerce.checkout",
"agent_profile": {
"stack": "browser-use",
"browser_runtime": "playwright"
}
}
Evidence notes
Source caveats
MVP seed data is included for demo origins until live task evidence is reported.