Platform
How Tamanor works
Tamanor connects via official OAuth, reads comments and reviews on a schedule and via webhooks, classifies risk with AI, and routes proposed actions through a human approval queue.
Connect
You connect an account through the platform's official OAuth flow. Tamanor stores only OAuth tokens (encrypted at rest in production) — never a password, and it never scrapes.
Monitor
A background worker reads new comments and reviews on a schedule, and webhooks deliver near-real-time events. Every fetched item is normalized and deduplicated so the same comment is never processed twice.
Detect & propose
Each item is classified by a hybrid engine (brand rules plus AI risk analysis) into a risk level and category. High-risk items can generate a proposed action, but Tamanor only proposes — it never executes automatically.
Approve
Proposed actions wait in an approval queue. A reviewer with the right role approves or rejects. Only Facebook comment hiding is enabled as a live action today, and only after approval, with the whole flow written to an immutable audit log.
Frequently asked questions
- How fresh is the data?
- Scheduled reads plus webhook events. Polling and webhooks are deduplicated, so coexistence never creates duplicate items.
- What actions can Tamanor take?
- Today, controlled Facebook comment hiding after human approval. Everything else is monitoring and analysis.