{"version":"1.0","spec":"Trusteed Agent Policy Playbooks","canonical_url":"https://www.trusteed.xyz/.well-known/agent-playbooks.json","canonical_scope":"Ready-to-use agent policy playbooks with ALLOW/FRICTION/REVIEW_REQUIRED/BLOCK rules. For trust framework see agent-trust-manifest.json. For full agent policies see agent-policy.json.","published_at":"2026-04-12","generated_at":"2026-04-19T00:00:00.000Z","description":"Ready-to-use policy rule sets for builders integrating shopping agents. Each playbook defines when to ALLOW autonomous action, apply FRICTION (confirm with user), or require REVIEW. Copy-paste and adjust thresholds to your use case.","action_types":{"ALLOW":"Agent proceeds autonomously. No user confirmation needed.","FRICTION":"Agent must present the action to the user and wait for confirmation.","REVIEW_REQUIRED":"Agent must pause and route to human review before any action.","BLOCK":"Agent must not proceed. Inform user and suggest alternatives."},"playbooks":[{"id":"conservative-shopper","name":"Conservative Personal Shopper","description":"High-trust, low-autonomy. Suitable for agents buying on behalf of users who want full control. Only allows autonomous action for very small amounts from verified merchants.","rules":[{"id":"allow-micro-purchase","action":"ALLOW","description":"Autonomous purchase for micro-transactions from verified merchants with fresh data","conditions":{"price_max_usd":25,"trust_score_min":0.8,"verification_levels":["STANDARD","VERIFIED"],"freshness_tiers":["fresh","recent"],"stock_confidence":["high"]}},{"id":"friction-small-purchase","action":"FRICTION","description":"Ask user before any purchase above micro threshold","conditions":{"price_range_usd":[25,500],"trust_score_min":0.5},"friction_prompt":"I found {{product.title}} for {{product.price}} {{product.currency}} at {{merchant.name}} (trust: {{merchant.trust_score}}, {{merchant.verification_level}}). Ranked: {{product.why_ranked}}. Shall I add it to your cart?"},{"id":"review-high-value","action":"REVIEW_REQUIRED","description":"Human review required for any high-value transaction","conditions":{"price_min_usd":500}},{"id":"block-untrusted","action":"BLOCK","description":"Never purchase from low-trust or suspended merchants","conditions":{"trust_score_max":0.3},"block_message":"Merchant {{merchant.name}} does not meet minimum trust requirements (score: {{merchant.trust_score}}). I recommend choosing a different merchant."}]},{"id":"balanced-shopper","name":"Balanced Personal Shopper","description":"Balanced autonomy. Allows autonomous purchase up to 100 USD from trusted merchants. Good default for most personal shopping agents.","rules":[{"id":"allow-standard-purchase","action":"ALLOW","description":"Autonomous purchase for standard amounts from trusted merchants","conditions":{"price_max_usd":100,"trust_score_min":0.7,"verification_levels":["STANDARD","VERIFIED"],"freshness_tiers":["fresh","recent","stale"],"price_confidence":["high","medium"]}},{"id":"friction-medium-purchase","action":"FRICTION","description":"Ask user for items above 100 USD or from deprioritized merchants","conditions":{"any_of":[{"price_range_usd":[100,300]},{"trust_score_range":[0.4,0.69]}]},"friction_prompt":"Before I proceed: {{product.title}} at {{product.price}} {{product.currency}} from {{merchant.name}}. Trust score: {{merchant.trust_score}}. Return window: {{merchant.return_window_days}} days. Confirm?"},{"id":"review-premium","action":"REVIEW_REQUIRED","description":"Human confirmation required for premium purchases","conditions":{"price_min_usd":300}},{"id":"block-low-trust","action":"BLOCK","conditions":{"trust_score_max":0.3}}]},{"id":"deal-hunter","name":"Deal Hunter (Discount-Optimized)","description":"Optimized for finding the best deals. Higher autonomy for discounted products from verified merchants. Prioritizes compareAtPrice discounts.","rules":[{"id":"allow-discounted-product","action":"ALLOW","description":"Autonomous purchase when discount >= 20% and merchant is trusted","conditions":{"discount_percent_min":20,"price_max_usd":150,"trust_score_min":0.65,"stock_confidence":["high","medium"]}},{"id":"friction-non-discounted","action":"FRICTION","description":"Confirm with user for full-price items","conditions":{"discount_percent_max":19},"friction_prompt":"This item ({{product.title}}, {{product.price}} {{product.currency}}) is not currently discounted. Still want to add it to cart?"},{"id":"review-large-discount-high-value","action":"REVIEW_REQUIRED","description":"Review unusually large discounts on high-value items — may indicate pricing error","conditions":{"discount_percent_min":60,"price_min_usd":200},"review_reason":"Large discount on high-value item. Verify this is intentional before purchasing."},{"id":"block-low-trust","action":"BLOCK","conditions":{"trust_score_max":0.3}}]},{"id":"fast-checkout","name":"Fast Checkout (Speed-Optimized)","description":"Maximum autonomy within safety guardrails. For agents where user has pre-authorized purchases up to a high limit. Requires verified merchants only.","rules":[{"id":"allow-pre-authorized","action":"ALLOW","description":"Autonomous purchase up to pre-authorized limit for verified merchants","conditions":{"price_max_usd":200,"trust_score_min":0.6,"verification_levels":["STANDARD","VERIFIED"]}},{"id":"friction-above-limit","action":"FRICTION","conditions":{"price_min_usd":201},"friction_prompt":"Purchase of {{product.title}} ({{product.price}} {{product.currency}}) exceeds your pre-authorized limit. Approve this one-time?"},{"id":"block-unverified","action":"BLOCK","description":"Never purchase from unverified merchants regardless of price","conditions":{"verification_levels":["NONE","BASIC"]},"block_message":"Merchant {{merchant.name}} is not verified (level: {{merchant.verification_level}}). I require at least STANDARD verification for autonomous purchases."},{"id":"block-low-trust","action":"BLOCK","conditions":{"trust_score_max":0.3}}]}],"template_variables":{"{{product.title}}":"Product title from search/detail response","{{product.price}}":"Numeric price","{{product.currency}}":"ISO 4217 currency code","{{product.why_ranked}}":"Human-readable ranking explanation (e.g. 'title match · trust 0.82 · in stock · fresh data')","{{merchant.name}}":"Store display name","{{merchant.trust_score}}":"Numeric trust score 0.0–1.0","{{merchant.verification_level}}":"NONE | BASIC | STANDARD | VERIFIED","{{merchant.return_window_days}}":"Return window in days from merchant profile"},"related_documents":{"agent_policy":"/.well-known/agent-policy.json","agent_commerce":"/.well-known/agent-commerce.json","trust_manifest":"/.well-known/agent-trust-manifest.json","agent_pay":"/.well-known/agent-pay.json","agent_failsafe":"/.well-known/agent-failsafe.json","merchant_index":"/.well-known/merchant-index.json","mcp_server_card":"/.well-known/mcp.json","mcp_manifest":"/mcp.json","llms_txt":"/llms.txt"}}