A new name: welcome to Savanto
We've rebranded from Intufind to Savanto. The product is the same — a team of AI specialists for your website, with the same multi-agent triage, the same widgets, the same dashboard — but the new name better reflects what we're building: a savant that's been read into your business and quietly works alongside you. The cutover landed on April 29, 2026.
A few practical notes:
- The marketing site, dashboard, and docs all live at savanto.ai now. Old
intufind.com links automatically redirect.
- The Shopify merchant dashboard moved to merchant.savanto.ai.
- Email from us comes from
@savanto.ai going forward — older addresses still forward, but please update any allow-lists.
- Existing API keys, license keys, and plugin installs continue to work unchanged. No migration is required.
Custom Experts that understand variables and dates
Custom Experts — the per-workspace agents you can wire to your own tools and APIs — gained two important capabilities. Prompt variable interpolation lets you reference workspace-level variables (your support email, your hours of operation, your current promo code) directly in agent prompts, so you can update them in one place instead of editing prompts. Date handling means agents can now reason about today, tomorrow, and "next Tuesday" without you having to inject the date manually — useful for booking, scheduling, and time-sensitive answers.
You can also set a tool strategy and a max-tool-turns ceiling per Custom Expert, giving you finer-grained control over how aggressively an agent uses external tools before falling back to a direct answer.
A memory that learns and forgets gracefully
The Memory Collection Agent — the background agent that quietly persists durable visitor preferences across sessions — got smarter. Memories are now updated in place when a visitor's preferences change rather than piling up as duplicates, and stale memories decay over time so the agent does not act on a year-old preference as if it still applied. The result is more natural multi-session conversations without surprise long-term recall.
Embed Savanto inside any layout
Both the chat and search widgets now support an embed mode. In embed mode, the close button is hidden and the widget renders inline rather than as a floating overlay, so you can drop it into a sidebar, an iframe, a help-center column, or any custom layout that needs the widget to behave as a regular page element. Search results gained a configurable link target at the same time, so you can choose whether clicks open in a new tab, the same tab, or a parent frame.
Smoother, more responsive demo experience
The on-site demo got a small but meaningful polish pass. Mobile got a proper hamburger menu, the widget now sizes correctly on small screens, and the footer no longer overlaps the chat trigger. A nicer-looking demo means easier internal sharing.
A new home for the JavaScript SDK and a brand-new PHP SDK
The JavaScript SDK (@savantoai/ai-sdk) is now published from its own public repository, which makes it easier to track issues, contribute typings, and open PRs against the SDK without going through the broader codebase.
A PHP SDK is now in beta — generated from the same OpenAPI spec, so anything you can do from JS you can do from PHP with the same shape of code. Useful for WordPress shops that want to call the API from server-side code rather than the browser.