Spend Tracker
Spend Tracker · owned by Admin
Tracks AI spend across all four apps. It runs a sub-agent per app in parallel — each reads its own app’s AI usage — then adds the costs into one number. Read-only: it watches spend, it never spends.
Sub-agents
It runs these in parallel — each a separate identity, read-only and scoped to a single app. One worker can't reach another app's data.
Sub-agent of Spend Tracker — reads Portfolio's AI usage (tokens and cost) and reports it up. Read-only, scoped to Portfolio alone.
Sub-agent of Spend Tracker — reads WealthEngine's AI usage (tokens and cost) and reports it up. Read-only, scoped to WealthEngine alone.
Sub-agent of Spend Tracker — reads Pathwise's AI usage (tokens and cost) and reports it up. Read-only, scoped to Pathwise alone.
Sub-agent of Spend Tracker — reads Inkwell's AI usage (tokens and cost) and reports it up. Read-only, scoped to Inkwell alone.
Aggregated spend
What the sub-agents collected — total AI spend across all apps, and the per-app split.
Reading each app’s usage…
Autonomy
The trust dial: how freely the agent acts on things it's already allowed to do. Even at full autonomy, it can never reach beyond its permissions.
Acts on its own — within scope + guardrails
Scope
What the agent may touch. Anything not explicitly allowed here is off-limits by default — no exceptions.
| Read | Sync | Flush | Restart | Roll back | Rotate | Invoke | |
|---|---|---|---|---|---|---|---|
| Service | |||||||
| Integration | |||||||
| Deployment | |||||||
| Data store |
Default deny — access exists only where explicitly granted. Toggle a cell to grant or revoke.
Guardrails
Safety rules on top of permissions — the strictest rule wins. A guardrail can send even a fully-autonomous agent to a human for approval.
Ownership
Every agent answers to a responsible human. If that person leaves, the agent pauses itself — nothing keeps running with nobody accountable.
Activity
What this agent has attempted, each decided live by the engine. Run its next scripted action, or type one in plain language.
No attempts yet — run an action and watch Warden decide.