Generate Tools with AI
Let AI analyze your site and suggest ready-to-use tools automatically.
How it works
Aigentably crawls up to 5 representative pages of your site (homepage + product, cart, checkout, search, account pages discovered via your sitemap or links), extracts structured signals (forms, buttons, frameworks, exposed JS globals), and asks an LLM to propose tool definitions for each page. Suggestions are deduplicated and ranked by importance.
Each suggestion is stamped with the source URL it came from, so you can see which page produced which tool.
Using the generator
Open the generate panel
In your site's tool list, click Add Tool → ✨ Generate with AI.
Click Generate tools
The panel shows any previous generation results immediately. Click Generate tools (or ↺ Regenerate) to run a fresh generation.
Crawling up to 5 pages plus LLM analysis takes 15-40 seconds.
Check the crawl report
After generation, an expandable Crawled N pages panel shows each page that was visited, how many tools came from it, and any failures (auth-blocked, non-HTML, timeout).
A cached badge appears if the crawl was reused from cache (see below).
Review the suggestions
Tools are grouped by generation run with a timestamp. Each suggestion shows its name, description, category, and the source page path it was generated from.
- Save: saves the tool directly to your site
- Pencil icon: opens the tool form pre-filled for review before saving
- Save all (N): saves all unsaved tools in the run at once
Crawl cache
To avoid re-fetching your site on every run, the crawl is cached for 24 hours per site. Repeated Regenerate clicks within that window reuse the cached page snapshot but still call the LLM fresh — so you get new tool variants without re-crawling.
If you've changed your site and want to re-crawl immediately, click Force refresh next to the Regenerate button.
Free vs Pro limits
| Free | Pro | |
|---|---|---|
| Generations | 1 lifetime | 20 per rolling 30 days |
| Tools visible per run | Top 2 | All generated tools (up to 12) |
| History | Recent suggestions | Full history |
| Model | Gemini 2.5 Flash | Gemini 2.5 Pro |
Free users: your first generation is permanent. Locked suggestions are stored and become visible automatically if you upgrade to Pro later — no re-generation needed.
Generation history
Click Generation history → on your site page to see all past suggestions. Each run is listed with a timestamp and how many tools were saved from it.
Limitations
- JavaScript-only SPAs: the crawler fetches static HTML. Pages rendered entirely client-side return limited signals. Headless rendering is planned for a future Pro tier.
- Auth-protected pages: the crawler can't log in. It will see only public pages.
- Robots.txt: the crawler honors
Disallowrules forUser-agent: *andAigentably-Bot. Block-listed paths are skipped. - Sites blocking automated traffic: pages returning 401/403 are reported as "blocks automated access" in the crawl report.
For these cases, use templates or write tools by hand.