CrawlDex
Preflight detail

airbnb.com

customer_support.resolution_center

degraded recipe://airbnb.com/customer_support.resolution_center/public-preflight-v1
Hold / Collect evidence first

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.
78AES
78% outcome rate
Evidence and trust

low trust

32%
basisBased on 2 evidence samples from catalog reporters.2
sourceSources: public web observation.
nextTreat this as directional until trusted canaries or operator reports arrive.
Confidence low 28%
Evidence 2 public web observation
Freshness 0d fresh
Blockers 2 known friction
Recipe

Airbnb official public help/contact source -> select account, order, billing, refund, warranty, complaint, or service issue -> collect required identifiers and stop before submitting any support request, chat, claim, appeal, or account-recovery action.

active
recipe://airbnb.com/customer_support.resolution_center/public-preflight-v1
  1. Open the documented public path for Airbnb: Airbnb official public help/contact source -> select account, order, billing, refund, warranty, complaint, or service issue -> collect required identifiers and stop before submitting any support request, chat, claim, appeal, or account-recovery action. Public source or help surface is visible.
  2. Check the listed blockers and policy constraints before entering account, payment, booking, or cancellation state. login_required, human_handoff_required, policy_parseable, confirmation_email_clean
  3. Stop before any irreversible or user-sensitive action and ask for explicit approval. User approval is captured before final action.
Human approval
Keep the user present for authentication. Do not request, store, or replay credentials or one-time codes.
Do not cross
  • Use public help/contact pages only until the user is present and has authorized account-specific support.
  • Do not submit contact forms, support chats, warranty claims, refunds, complaints, chargebacks, or account-recovery requests during corpus collection.
  • Capture required information, escalation path, and case-ID/confirmation expectations before any user-approved handoff.
Success signals
  • Support case number or reference ID
  • Confirmation email or transcript
  • Visible ticket, refund, warranty, complaint, or account-recovery status
Dimension scores

Why the route scores this way

reachability 66
navigability 78
task completability 66
transactability 78
recoverability 66
policy parseability 78
trust safety 78
efficiency 66
Issue flags

Known blockers

login_requiredhuman_handoff_required
Policy notes
public pathAirbnb official public help/contact source -> select account, order, billing, refund, warranty, complaint, or service issue -> collect required identifiers and stop before submitting any support request, chat, claim, appeal, or account-recovery action.
task familysupport
seo angleAirbnb customer support preflight for AI agents: account gates, handoffs, and case signals
confidence noteOfficial public support/help source was used for a read-only preflight. Account-specific support, refunds, disputes, recovery, claims, and final submissions require user-present authorization.
launch setfirst 300 public preflight
Recommended actions

Remediation queue

  • mediumagent
    Use public help/contact pages only until the user is present and has authorized account-specific support. Keeps the agent inside documented, reversible, user-approved boundaries.
  • mediumagent
    Capture handoff evidence and pause before accepting retention offers. Keeps user intent explicit during adversarial cancellation flows.
Agent handoff

Copy this into an agent runbook

customer_support.resolution_center
Before attempting customer_support.resolution_center on airbnb.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":"airbnb.com","task":"customer_support.resolution_center","agent_profile":{"stack":"browser-use","browser_runtime":"playwright"}}'
Preflight contract
{
  "site": "airbnb.com",
  "task": "customer_support.resolution_center",
  "agent_profile": {
    "stack": "browser-use",
    "browser_runtime": "playwright"
  }
}