What is Intuned Agent?
Intuned Agent is an AI agent that builds, edits, and maintains browser automation Projects. It runs inside the Intuned platform with a real browser, full access to the platform via the Intuned CLI, and works in the background as long as needed.Where to find the agent
Access the agent at app.intuned.io/agent. Chat with the agent, review its plan, approve changes, and deploy — all from one session.What the agent can do
Create scrapers, RPAs, crawlers, and AI-powered projects
Create scrapers, RPAs, crawlers, and AI-powered projects
- Scrapers for any website — public, login-protected, bot-protected, CAPTCHA-gated
- RPA automations — form submissions, data entry, account actions
- Crawlers — multi-page discovery, sitemaps, content indexing
- AI-powered automations — Stagehand / Browser-Use
Handle AuthSessions, CAPTCHAs, bot detection, and complex pages
Handle AuthSessions, CAPTCHAs, bot detection, and complex pages
- Pagination, infinite scroll, load more, detail pages, nested lists, iframes
- AuthSessions — secure credential collection, auth session setup
- Stealth, CAPTCHA, and proxies
- Network interception — prefer XHR/GraphQL over DOM scraping
Fix broken automations — selectors, timeouts, and failed runs
Fix broken automations — selectors, timeouts, and failed runs
Detect, fix, and redeploy automatically with self-healing projects
Detect, fix, and redeploy automatically with self-healing projects
Deep platform integration
Deep platform integration
Agent in the online IDE
The same agent is also available in the Intuned online IDE Chat tab. Use it to make quick edits to an existing Project directly in the code editor, without opening a full agent session.Cost and billing
The agent consumes AI credits based on tokens used. Free plans include credits to get started. Track spend on the Usage page under the IntunedAgent project. See Plans and billing for plan limits and Usage and billing for tracking spend. You can also bring your own Anthropic API key (BYOK) instead of using AI credits.FAQ
Can I review the code before deploying?
Can I review the code before deploying?
Can the agent bypass CAPTCHAs or bot detection?
Can the agent bypass CAPTCHAs or bot detection?
Can the agent work with authenticated websites?
Can the agent work with authenticated websites?
Can the agent suggest a schema?
Can the agent suggest a schema?
Why does the agent take so long?
Why does the agent take so long?
Can I close my browser while the agent is working?
Can I close my browser while the agent is working?
How is this different from Director.ai?
How is this different from Director.ai?
| Intuned Agent | Director | |
|---|---|---|
| Execution | Deterministic code by default, AI-driven code optional | AI agent controls the browser at runtime |
| Data extraction | Code-based selectors — predictable, fast | LLM-powered — flexible, slower |
| Output | Complete Playwright project | Stagehand scripts |
| Platform | Deploys to Intuned with jobs, scheduling, and auth | - |
Does the agent support CLAUDE.md and custom skills?
Does the agent support CLAUDE.md and custom skills?
Does the agent work on a branch?
Does the agent work on a branch?
agent/ (e.g. agent/fix-amazon-scraper-timeout). Your changes are isolated until you merge. View branches from the project’s overview page — both new and existing projects.Can I run multiple sessions at once?
Can I run multiple sessions at once?
What languages does the agent support?
What languages does the agent support?
Can the agent install dependencies?
Can the agent install dependencies?
package.json (TypeScript) or pyproject.toml (Python) and can add or remove packages as needed.Can the agent manage environment variables?
Can the agent manage environment variables?
Can I use my existing Claude Code subscription?
Can I use my existing Claude Code subscription?
Can the agent run locally?
Can the agent run locally?