Sandbox is self-serve — create an account and you have a working key in under a minute, with all ten detection rules running against test data. Live keys touch real travellers' orders, so we look at what you're building first. That review is usually a single call.
Create an account, open the console, click Create sandbox key. The raw key is shown once — Relay stores only a hash of it, so nobody, including us, can recover it later.
Fill in the form and we'll come back within a business day. We're checking three things: what you're booking, roughly what volume, and where the traveller data comes from. It isn't a credit check — it's so we know what we're protecting.
curl -X POST https://api.relay-travel.ai/v1/reconcile \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json" \
-d '{"order_id":"ord_9F2k",
"agreed":{"amount":2480,"currency":"USD"},
"charged":{"amount":2480,"capture_count":2},
"confirmed":{"status":"failed"}}'
Returns verdict, the specific flags, a recommended
resolution and a severity. Full reference in the
API docs.
Three fields we actually read, and one we don't need but appreciate.
No sales sequence. One reply from a person, and a key if it's a fit.