← Home System Overview Architecture Data Pipeline Health System Usage System Workflows MCP Tools

Usage System — ManyAI

Blueprint · Last updated 2026-05-02

No Usage Tracking

ManyAI does not capture or store usage data. API calls are made directly from the React Native app to provider APIs; token counts, costs, latency, and call history are not recorded.

What Is Stored in AsyncStorage

ManyAI persists configuration and content data, but not usage metrics.

KeyContents
manyai_keys_*API keys per provider (encrypted)
manyai_provider_orderUser-customized provider priority
manyai_enabled_*Per-provider enabled toggle
manyai_model_*Per-provider selected model
manyai_saved_*Saved AI responses by category
manyai_categoriesUser-created category list
manyai_onboardedFirst-launch flag

None of the above keys track call frequency, token consumption, or provider performance over time.

Design Intent

ManyAI is designed for end users who want free AI access without setup overhead. Adding usage dashboards or cost tracking would add complexity without benefit for users who are using free-tier providers. The-brain (a separate developer tool) implements full usage logging for contexts where token cost tracking matters.