Real applications running on the platform — the same authentication, storage, sharing, and AI agents that power Portable Mind itself, behind their own front doors.
A customer support portal where an AI agent triages and answers every ticket.
Customers register with an access key, then file and track support tickets. The moment a ticket lands, a platform AI agent reads it, sets its status, and posts the first reply on its own — while the human support team sees and works the same tickets alongside it. Also available as an open-source starter template for building your own portal.
Tickets are platform business transactions with a capability-scoped reporter role, an intake callback briefs the resident AI agent for the autonomous first response, and invite-gated self-service signup runs through the provisioning-proxy pattern.
A family budgeting app where the whole household shares one live budget.
Tracks monthly spending vs. budget, 10+ years of expense history, envelope-style budget buckets, yearly bills, CSV statement import with auto-categorization, and net worth and cash-flow dashboards. Every member of a household signs in with their own account and edits the same budget from any device, synced in real time through the platform.
Platform authentication (tenant-scoped JWT with token refresh), document storage on business transactions with capability-scoped access, household sharing via team-party shares, and invite-gated self-service signup through the provisioning-proxy pattern.
Built on the same APIs.
Both apps above started from the same open integration pattern: platform authentication, scoped roles, business-transaction storage, and AI agents — behind your own domain and branding. The documentation walks through the building blocks.