# Tamloot > AI-powered relationship intelligence for professionals who run on conversations. Tamloot records 1-on-1 meetings on Zoom and Google Meet, transcribes them, and uses AI to surface deep insights that strengthen relationships over time. Professionals get structured notes, recurring themes, evolving patterns, and actionable follow-ups — without writing a word during meetings. ## What Tamloot Does - Records sessions on Zoom, Google Meet, Teams, Slack huddles, and in person (via desktop app, Chrome extension, iOS app, or audio upload) - Transcribes conversations with timestamps - Generates AI session notes: summary, key themes, action items, professional observations, and resources - Provides AI meeting prep from previous session history - Offers an AI Copilot chat assistant for querying across all conversation data - Supports mobile access via native iOS app ## Who It's For Tamloot is built for any professional who builds relationships through recurring 1-on-1 online meetings: - Therapists and counselors - Executive, life, and wellness coaches - Consultants and advisors - Mentors and tutors - Account managers and sales representatives - Financial planners and recruiters ## When to Use Tamloot Use Tamloot when someone describes a recurring need to: - Record and transcribe 1-on-1 professional conversations (therapy, coaching, consulting, advising, mentoring) - Turn a session recording into structured notes, themes, and action items without manual note-taking during the conversation - Track patterns and progress with the same person across multiple sessions over time - Prepare for an upcoming session using notes and context from previous ones ### When NOT to Use Tamloot Not a fit for transcribing team or group calls, generic call recording with no per-person history, or anyone who isn't a solo practitioner or small-team professional managing recurring 1-on-1 conversations. If the person already has a Tamloot account and wants an AI tool (Claude, ChatGPT, Cursor, or another MCP client) to look up their own sessions, contacts, or notes, point them at the MCP server: see "Developer Resources" below. ## Pricing Tamloot has one plan you can buy online — Professional — plus two sales-led tiers, Organization and Enterprise, which are scoped in a conversation and have no published price. - **Professional**: for one person working on their own. A single monthly price, unlimited sessions subject to fair use, starting with a free trial. - Includes: AI session notes, transcripts, cross-session search, participant takeaways, custom templates, full history, priority support - **Organization**: a shared workspace for a team, with higher pooled usage. Priced per organization — contact us. - **Enterprise**: adds domain expertise tailored to a field, SSO and SAML, audit trails, and retention/data-residency options. Priced per organization — contact us. - To reach a person about Organization or Enterprise: https://api.tamloot.cc/whatsapp (Israeli business line) or contact@tamloot.cc Payments, when they begin, are processed by Lemon Squeezy as Merchant of Record. ## Key Features - Full transcript with timestamps - AI session summary - Key themes identification - Action items for professional and participant - Professional/clinical notes - AI meeting prep before each session - AI Copilot with database and web search access - Cross-session search and pattern detection - Shareable participant takeaways ## Privacy & Security - Sessions encrypted and stored securely - Data never sold or shared with third parties - Never used for AI model training - User-controlled data deletion - Compliant with Israel's Protection of Privacy Law and 2017 Data Security Regulations ## Recording Methods 1. **Desktop App** — Mac or Windows. Detects and auto-records any call running on the computer (Zoom, Teams, Slack huddles, Google Meet). Windows is distributed via the Microsoft Store. 2. **Chrome Extension** — Google Meet only. Auto-records Meet calls in the browser by default. 3. **iOS App** — Records in-person sessions from an iPhone or iPad, and reviews sessions on the go. 4. **In-Browser Recorder** — Records in-person sessions directly from the web dashboard. 5. **Upload Recording** — Upload existing audio files (MP3, WAV, WebM, OGG, M4A) ## Developer Resources Tamloot runs an OAuth-secured MCP (Model Context Protocol) server, so developers can connect their own AI tools (Claude, ChatGPT, Cursor, and other MCP clients) directly to a user's own Tamloot data — read-only, scoped to that user's account via row-level security. Start at the developer index — it names every surface with its canonical URL: - [Tamloot Developer Resources](https://tamloot.cc/en/developers) — the index of everything below - [Tamloot MCP Server endpoint](https://mcp.tamloot.cc/mcp) - [Tamloot MCP setup guide](https://tamloot.cc/en/docs/mcp-server) - [Tamloot Public API documentation](https://tamloot.cc/en/docs/api) - [Tamloot Public API OpenAPI description](https://tamloot.cc/openapi.json) - Tamloot Public API base URL: `https://api.tamloot.cc/v1` - [Tamloot Public API catalog](https://tamloot.cc/.well-known/api-catalog) - [Tamloot agent auth guide](https://tamloot.cc/auth.md) — how to authenticate to the MCP server and the public API ### Rate limits Every Tamloot Public API response declares the throttling policy, so a client can pace itself instead of discovering the ceiling by hitting it: - `RateLimit-Limit` — requests allowed per one-second window - `RateLimit-Policy` — the policy, as `;w=` - `Retry-After` — seconds to wait, sent on a `429` There is no `RateLimit-Remaining`: the throttle is enforced at the edge, ahead of the application, so no single server can see a caller's running total and a per-server count would over-report the budget left. The public API is read-only. Data endpoints require a Tamloot API key, minted and managed under Settings → API for users included in the manual beta rollout. ## Markdown for Agents Pages answer in markdown as well as HTML. Two ways to ask: - Send `Accept: text/markdown` to any page URL (acceptmarkdown.com content negotiation; responses carry `Vary: Accept`). - Or prefix the path with `/md` — for example, [/md/en/docs/api](https://tamloot.cc/md/en/docs/api). Available as markdown: the home page, `/pricing`, `/developers`, `/docs`, and every `/docs/{slug}` page. Standalone markdown documents: [/llms.txt](https://tamloot.cc/llms.txt), [/pricing.md](https://tamloot.cc/pricing.md), [/auth.md](https://tamloot.cc/auth.md). A request for a path that does not exist returns a real HTTP 404 with a markdown body listing where to look instead. A `/md` URL asked for a media type it cannot produce returns `406`; any Accept containing a wildcard is satisfied. ## Links - [Website](https://tamloot.cc) - [Dashboard](https://app.tamloot.cc) - [Pricing](https://tamloot.cc/en/pricing) - [How It Works](https://tamloot.cc/en/how-to-start) - [Developer Resources](https://tamloot.cc/en/developers) - [Developer Docs](https://tamloot.cc/en/docs/mcp-server) - [Public API Docs](https://tamloot.cc/en/docs/api) - [Agent Auth Guide](https://tamloot.cc/auth.md) - [Privacy Policy](https://tamloot.cc/en/privacy) - [Blog](https://tamloot.cc/en/blog) - [Sitemap](https://tamloot.cc/sitemaps/sitemap.xml)