MyCarryon is an open standard for a portable, owner-controlled identity and preference container. Carry what you need. Leave the rest behind.
A carryon is a portable JSON container that holds the minimum context needed to interact with any compliant system — on your terms, not the system's.
Your AI companion packs it. You carry it. You decide who sees it. When you're done, you take it home.
Raw data stays at the system. Summaries come back to you.
The carryon is a JSON file. Here's what it contains — and what each section means.
// carryon.json v1.1
{
"carryon_version": "1.2",
"identity": {
"uuid_permanent": "550e8400-...", /* never shared */
"uuid_session": "a3f9c211-...", /* rotates 90d */
"uuid_session_rotation": { "interval_days": 90 }
},
"contact": {
"vcard": { /* fn, tel, email, adr */ },
"emergency": [],
"authorizations": {
"people": [], "systems": []
}
},
"medical": {
"_sensitivity": "high",
"allergies": [], "medications": []
},
"actions": {
"items": [], "calendars": []
},
"notifications": { "items": [] },
"dashboards": {
"items": [
{ "mode": "offline" },
{ "mode": "online" }
]
},
"pending": { "items": [], "dt_processed": 0 },
"log": { "_retention": "sync_then_clear" },
"settings": { "allie": {}, "privacy": {} },
"sync": { "home_allie_url": null },
"custom": {}
}
"We needed a way for a person to ride transit in any city — recognized, served, and private."
MyCarryon was conceived for JPods, a solar-powered personal rapid transit network designed to operate Bottom-Up — like WiFi — where each city manages its own database independently. A rider shouldn't have to create an account in every city they visit. Their uuid travels with them. The local system handles the rest. Summaries come home.
The same pattern applies everywhere a person moves between independent systems. Transit. Hotels. Healthcare. Commerce. The carryon is the universal solution.
JPods · WebClerk · Bottom-Up NetworksThe carryon is not just a convenience. It is an instrument of individual sovereignty — a written document that constrains what institutions may do with your identity, your data, and your presence in the world.
"What has destroyed liberty and the rights of man in every government which has ever existed under the sun? The generalizing and concentrating all cares and powers into one body."
— Thomas Jefferson, Letter to Joseph C. Cabell, 1816Platform monopolies violate usufruct (to use for profit without harm) — the ethical principle that any use of a shared resource must be returned in like or better condition for those who follow. They consume your identity, your attention, and your relationships without return. The carryon enforces usufruct at the individual level: you use systems on your terms, they return summaries, your identity comes home intact.
The same consolidation of power that created oil addiction, Federal debt, and oil wars — documented at DividedSovereignty.com — is now happening to your digital identity. The remedy is the same: Divided Sovereignty, usufruct capitalism, and the individual as sovereign.
Read the full spec, explore the JSON schema, and build a compliant system. The standard is open. The ecosystem is growing.