Generate Tools with AI
Let AI analyze your site and suggest ready-to-use tools automatically.
How it works
Agentable fetches your site's HTML, analyzes it with AI, and returns ranked tool definitions — complete with names, descriptions, input schemas, and executeJs code.
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.
Generation takes 5–15 seconds depending on your site's complexity.
Review the suggestions
Tools are grouped by generation run with a timestamp. Each suggestion shows its name, description, and category.
- 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
Free vs Pro limits
| Free | Pro | |
|---|---|---|
| Generations | Limited (see pricing) | Higher limit |
| Tools visible per run | Top 2 | All generated tools |
| History | Recent suggestions | Full history |
Free users: your first generation is permanent — locked suggestions are stored and become visible automatically if you upgrade to Pro later.
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-heavy pages — the scraper fetches raw HTML. Pages that render entirely in JavaScript (SPAs without SSR) will return limited content.
- Auth-protected pages — the scraper can't log in. It will see only the login page.
- Very long pages — Only a portion of the HTML is analyzed. Very long pages may produce fewer suggestions.
For these cases, use templates or write tools by hand.