bilt
Search Bilt Rewards travel portal for cash and Bilt Points pricing on hotels and flights. Public REST API, no auth required. Includes Home Away From Home (HaFH) properties with $300+ benefits.
npx skills add borski/travel-hacking-toolkit --skill bilt --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Bilt Travel Portal Search Search [Bilt Rewards](https://www.bilt.com) travel portal via the public REST API. No authentication required for search. Returns both cash prices in USD and Bilt Points cost for hotels and flights. ## Important: Bilt is Whitelabel Duffel Bilt's travel search is built directly on top of [Duffel](https://duffel.com). All evidence points to a complete white-label arrangement, not a partial integration: - Flight offer IDs are `off_XXX`, slices `sli_XXX`, segments `seg_XXX`, aircraft `arc_XXX`, airlines `arl_XXX`. All Duffel ID patterns. - Carrier and aircraft logos served from `assets.duffel.com`. - Hotel loyalty program logos served from `assets.duffel.com/img/stays/loyalty-programmes`. So hotels are Duffel Stays. - JWT `organisation_id: org_0000AaALZyFQ...` is a Duffel auth pattern. - Field names match Duffel exactly: `marketingCarrier`, `operatingCarrier`, `cabinClassMarketingName`, `fareBasisCode`, `isNDC`, `ndcRedirectUrl`, `totalEmissionsKg`, `slices[].segments[].passengers[].baggages[]`. **What Bilt adds on top of Duffel:** - `totalPointsRequired` (Bilt Points cost at the fixed 1.25 cpp portal rate) - `isHafh` (Home Away From Home flag on hotels) - `
- Important: Bilt is Whitelabel Duffel
- Why It Matters
- When to Use
- When NOT to Use
- Bilt Points Valuation
- API Base
- Hotel Search
- Step 1: Look up location searchId
- Step 2: Search hotels
- Required parameters
- Optional parameters
- Hotel response shape
- Hotel detail (room rates)
- Useful jq filters
curl -s "https://api.biltrewards.com/public/travel/hotels/auto-complete?query=New+York" \ curl -s "https://api.biltrewards.com/public/travel/hotels/search" \ Top 10 cheapest hotels with HaFH flag and CPP rounded to 2 decimals curl -s "$URL" | jq ' Only HaFH properties (worth $300+ benefits if Gold/Platinum) curl -s "https://api.biltrewards.com/public/travel/flights/search" \ curl -s "https://api.biltrewards.com/public/travel/flights/search/$ID" Polling loop for i in 1 2 3 4 5; do echo "Poll $i: $REMAINING batches remaining"
What does the bilt skill do?
Search Bilt Rewards travel portal for cash and Bilt Points pricing on hotels and flights. Public REST API, no auth required. Includes Home Away From Home (HaFH) properties with $300+ benefits.
How do I install it?
Run `npx skills add borski/travel-hacking-toolkit --skill bilt --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From borski/travel-hacking-toolkit, a repository with 611 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
