API access

Sandbox access is instant. Live keys take one conversation.

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.

Step 1 — right now

Sandbox key, no approval

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.

Step 2 — when you're ready for real orders

Live key review

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.

Your first call, once you have a key

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.

Request a live key

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.