For Agents
Your flights are already on record
Most of the flights you've taken are already written down, sitting in a confirmation email you'll never open again. An agent can do the tedious part — reading through those records and laying each leg out in a form the globe understands. I've written a short spec that tells it how.
How it works
Your agent reads the spec
Point it at /agents.md, a plain-text file with the format, the rules, and a worked example. No key, no account.
It finds your flights
The agent works through your inbox for booking confirmations and records each leg: the date, where you left, where you landed.
You bring it back
Open the importer, paste the file, and the globe draws every flight at once. Adjust anything by hand from there.
Schema at a glance
date,from,to
2023-04-12,JFK,LHR
2023-04-19,LHR,JFKIATA codes only, no coordinates. One row per leg, so a round trip is two. The remaining rules are in the spec.
