CrawlDex
Preflight detail

aa.com

travel.cancel_flight

degraded recipe://travel.cancel_flight/aa-reservations-faq-cancel/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.
75AES
75% 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 1 known friction
Recipe

Retrieve the trip, inspect cancellation/refund outcome, and stop before final cancellation unless the user explicitly approves.

active
recipe://travel.cancel_flight/aa-reservations-faq-cancel/v1
  1. Open the official public source page and verify the current task path before acting. Source URL, page title, and task-specific branch are captured.
  2. Enter the task surface only after matching the user's goal to the documented path. Required identity, payment, policy, or JavaScript gate is visible.
  3. Stop at any irreversible, paid, or account-mutating step until the user approves. Final-state language and user approval are captured.
Dimension scores

Why the route scores this way

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

Known blockers

confirmation_email_missing
Policy notes
observation methodpublic official help or docs page
observation date2026-06-09
cancellation pathfind your trip or aadvantage cancel trip
refund branchingfare type and 24 hour rule dependent
confirmationcancellation information sent by email
source urlshttps://www.aa.com/pubcontent/en US/customer-service/faqs/reservations-tickets-faqs.jsp | https://www.aa.com/refunds/
Recommended actions

Remediation queue

  • highagent
    Pause before American Airlines final cancellation confirmation. Prevents irreversible travel changes when fare refund rules are still ambiguous.
Agent handoff

Copy this into an agent runbook

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