Something went wrong

Thank you for being patient! We're working hard on resolving the issue

Crate overview - Lona Docs Log in

tento-monarch

tento-monarch is a client and script surface for Monarch Money data.

Public surface

  • Client owns HTTP/API access.
  • LoginResult and MFAHandle model login flows.
  • services::{accounts, transactions} contains domain-specific request builders.
  • models contains response types.
  • ScriptsConfig loads local script configuration and exposes tento-sh commands.

Boundaries

The crate owns Monarch-specific API requests, authentication flow details, and response parsing. Callers should work through Client and service builders instead of using tento-requests directly.

Financial data normalization for Lona rows or reports should be layered above this SDK unless it is purely Monarch-specific.