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.
| Key | Contents |
|---|---|
manyai_keys_* | API keys per provider (encrypted) |
manyai_provider_order | User-customized provider priority |
manyai_enabled_* | Per-provider enabled toggle |
manyai_model_* | Per-provider selected model |
manyai_saved_* | Saved AI responses by category |
manyai_categories | User-created category list |
manyai_onboarded | First-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.