letsfg 2026.5.66 → 2026.5.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -150,6 +150,17 @@ else; after it, the hotel's own cancellation ladder applies and can reach 100%.
150
150
  That ladder ships in the booking's `terms`, so you can always see the cost before
151
151
  you cancel.
152
152
 
153
+ ### What search costs
154
+
155
+ Search is metered separately from booking, on **either** auth path (free PFS
156
+ Bearer token or Developer API key — both count against the same agent):
157
+ **the first 1,000 `search_hotels` calls since your last hotel booking are
158
+ free.** Past that, searches are billed in blocks of 1,000 for **$5**
159
+ (~$0.005/search) from your prepaid balance — refused with a 402 if the
160
+ balance can't cover the next block, never silently allowed. Book a hotel
161
+ and the count resets to zero. Resolving a city name (`hotel_destinations`)
162
+ is not metered, only the search call itself.
163
+
153
164
  ### Things worth knowing before you build
154
165
 
155
166
  - **A card on file is required for every hotel call, including search.** That is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "letsfg",
3
- "version": "2026.5.66",
3
+ "version": "2026.5.67",
4
4
  "description": "Flights and hotels for AI agents. Server-side engine covers hundreds of airlines; hotels are real bookable inventory with free cancellation and pay-later terms. Includes open-source ranking engine.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",