# BetterOff App - full public context --- --- > Public discovery context for the authenticated BetterOff web app. No account-level data is included. --- --- - Marketing site: https://betteroff.finance/ --- - Site llms index: https://betteroff.finance/llms.txt --- - App MCP discovery: https://app.betteroff.finance/.well-known/mcp.json --- - App agent card: https://app.betteroff.finance/.well-known/agent-card.json --- - App schemamap: https://app.betteroff.finance/schemamap.xml --- --- # BetterOff App > The authenticated BetterOff app is the workspace for connected accounts, net worth, spending, portfolios, taxes, billing, and Ask AI. These public llms documents describe the product surface and trust boundaries without exposing user data. ## Public Machine-Readable Surface - App URL: https://app.betteroff.finance - Sign in: https://app.betteroff.finance/sign-in - Sign up: https://app.betteroff.finance/sign-up - Product overview: https://app.betteroff.finance/llms/overview.md - Authentication overview: https://app.betteroff.finance/llms/auth.md - API overview: https://app.betteroff.finance/llms/api.md - Security overview: https://app.betteroff.finance/llms/security.md ## What These Docs Cover - App capabilities, public entry points, and navigation starting points - Authentication, API, and security boundaries relevant to agents and search systems - Safe public documentation only, not account-level data or private workflows ## Hard Boundaries - User balances, transactions, holdings, tax data, and settings always require authentication - Public llms routes describe product capabilities and public contracts only - Authenticated app routes are intentionally not content-negotiated to markdown ## Related Public Surfaces - Marketing site: https://betteroff.finance - Site llms index: https://betteroff.finance/llms.txt - Site pricing doc: https://betteroff.finance/pricing.md - Site compare index: https://betteroff.finance/compare --- # BetterOff App > Public discovery index for the authenticated BetterOff app. - https://app.betteroff.finance/llms.txt - https://app.betteroff.finance/llms/overview.md - https://app.betteroff.finance/llms/auth.md - https://app.betteroff.finance/llms/api.md - https://app.betteroff.finance/llms/security.md --- # BetterOff App — Overview > The authenticated BetterOff app covers account connections, net worth, spending, portfolio analysis, taxes, billing, and Ask AI. ## What The App Covers - Dashboard and net worth - Transactions, categories, and recurring charges - Assets, portfolio allocation, and market context - Tax views and exports - Ask AI chat and financial analysis - Settings, billing, and connections ## Agent Boundaries - Public markdown docs describe capabilities only - User-specific data always requires authentication - Authenticated app routes are not rewritten to markdown ## Key Links - App: https://app.betteroff.finance - Sign in: https://app.betteroff.finance/sign-in - Site: https://betteroff.finance --- # BetterOff App — Authentication > Authentication protects account, portfolio, transaction, and settings data. Public llms docs are informational only. ## Public Auth Entry Points - Sign in - Sign up - Password reset - MFA when required ## Access Boundaries - Protected routes redirect unauthenticated visitors to sign-in flows - Public llms routes and API discovery notes are separate from user sessions - Agents should access app data only with user authorization ## Key Links - Sign in: https://app.betteroff.finance/sign-in - Sign up: https://app.betteroff.finance/sign-up - Password reset: https://app.betteroff.finance/forgot-password --- # BetterOff App — API Surface > BetterOff does not expose a public machine-readable API schema. Most user operations stay behind authenticated app flows. ## Public API Discovery Surface - Public llms summary: `/llms.txt` - Public markdown docs: `/llms/*.md` ## Access Notes - Public docs summarize capabilities and trust boundaries, not callable API contracts - Most user-specific operations remain authenticated app flows - Public llms docs summarize capabilities, not auth or API contracts ## Key Links - App llms index: https://app.betteroff.finance/llms.txt - Site llms index: https://betteroff.finance/llms.txt --- # BetterOff App — Security Model > The app handles sensitive financial data, so public machine-readable access is limited to safe docs and API descriptions. ## Security Principles - Read-only financial visibility - Authenticated access for user-specific data - Security headers, CSP, and request validation on app traffic - No public markdown rendering of account-specific routes ## Public Machine-Readable Surface - `llms.txt` for high-level capability discovery - `llms/*.md` for app-specific public documentation ## Key Links - App llms index: https://app.betteroff.finance/llms.txt - Site security page: https://betteroff.finance/legal/security