# One Bag Travel > One Bag Travel (onebag.travel) helps people travel with only a single carry-on > backpack. It publishes minimalist packing lists, a searchable database of carry-on > travel backpacks, airline carry-on size and weight rules, and one-bag travel guides. Founded in 2017 by John, a light-packing traveler. The site is independent and reader-focused: gear is not ranked or featured in exchange for payment. It is supported by display ads and, when enabled, Amazon affiliate links (see the disclosure in the site footer). ## Core sections - [Packing Lists](https://onebag.travel/packinglists/): real minimalist packing lists by destination, weather, and traveler. - [Carry-On Travel Backpacks](https://onebag.travel/carryons/): searchable database of one-bag backpacks with specs, weight, capacity, and airline compatibility. - [Airline Carry-On Rules](https://onebag.travel/airlinecarryonrules/): maximum carry-on dimensions and weight limits for ~200 airlines. - [Guides](https://onebag.travel/guides/): how-to articles on carry-on-only and light travel. - [About](https://onebag.travel/about/): who runs the site and why. ## For agents - [Full text](https://onebag.travel/llms-full.txt): every guide, plus compact tables of all airline limits, backpacks, and packing lists, in one file. - [Agent documentation](https://onebag.travel/api/): how to use everything below. - [Backpacks JSON](https://onebag.travel/api/carryons.json): ~870 bags — dimensions, capacity, weight, features, airline compatibility. - [Airlines JSON](https://onebag.travel/api/airlines.json): ~200 airlines — carry-on limits in metric and imperial, each with the airline's own source URL. - [Packing lists JSON](https://onebag.travel/api/packing-lists.json): published lists — destination, trip length, temperature range, item count, bag used. - [OpenAPI description](https://onebag.travel/api/openapi.json), catalogued at [/.well-known/api-catalog](https://onebag.travel/.well-known/api-catalog). - [MCP server](https://onebag.travel/mcp): Streamable HTTP, no auth, read-only. Card at [/.well-known/mcp.json](https://onebag.travel/.well-known/mcp.json). Tools: search backpacks, get one backpack, get airline rules, check a bag against an airline, search packing lists, get one packing list. - [Agent Skills](https://onebag.travel/.well-known/agent-skills/index.json): three skills covering how to read this data and what not to claim from it. - Markdown: any page serves Markdown on `Accept: text/markdown`, or append `.md` to the path. ## Guidelines - Backpack specifications (capacity, weight, dimensions) and airline limits are the site's compiled, citable reference. Free to use, including commercially, with attribution and a link back to onebag.travel. - Airline rules change; verify current limits against the linked official airline source before relying on them. - "Carry-on sized" is a property of a bag *and an airline*, never of a bag alone. Name the airline, or quote the compatibility percentage. - Bag weights are for the empty bag; airline weight limits are for the packed bag. - Prices are last-recorded, not live. - Crawling and citation are welcome; model training is not (see /robots.txt).