Record Automations Like Screen Recording

Click through any website and hidettp records every action. No code needed. Our visual recorder captures clicks, typing, scrolling, and navigation - then generates a reusable automation script.

Point-and-click recording interface
Automatic CSS selector detection
Human-in-the-loop for complex flows
Export as Python script
RECORDING IN PROGRESS
01NAVIGATEstore.example.com
02CLICKinput#search-field
03TYPE"laptop deals"
04CLICKbutton.search-submit
05WAITdiv.results-grid visible
06EXTRACT.product-card .price

Watch Your Bots Work in Real-Time

Live-stream every bot execution. See screenshots, logs, network requests, and console output as they happen. Debug issues instantly instead of guessing from logs.

Live browser screenshots
Real-time log streaming
Shareable session links
Execution history and replay
EXECUTION MONITOR
RUNNING
Bot: price-scraper-v3 // Run #1,247
24
Steps Done
3.2s
Duration
142
Items
0
Errors
00:00.12INFONavigating to store.example.com
00:01.34INFOPage loaded, searching for products
00:02.01OKFound 142 product cards
00:02.89INFOExtracting price data...
00:03.21OKExtraction complete. Sending webhook.

Share a Stealth Browser in One Click

Create pre-configured browser slots with residential proxies, fingerprint masking, and auto-solved CAPTCHAs. Send a link to anyone on your team — they get a full stealth browser session in their browser tab. No installs, no extensions.

Token-authenticated shareable links
Proxy routing per session (residential, datacenter, or custom)
Live monitoring and instant revocation
Time-limited sessions (30 min to 7 days)
SHARED SESSIONS
ACTIVE SLOTS
Data Team — EU Proxy
In Use
QA Testing Slot
Available
Contractor — Price Check
Expired
https://app.hidettp.dev/s/tk_9xm2... COPY

Schedule Any Bot with Cron Precision

Run bots on any schedule. Cron expressions give you minute-level precision. Set it up once, and hidettp handles retries, concurrency limits, and timezone management.

Standard cron expression support
Automatic retry on failure
Concurrency and queue management
Timezone-aware scheduling
SCHEDULER
ACTIVE SCHEDULES
price-monitor
*/15 * * * * Every 15 min
competitor-scraper
0 */2 * * * Every 2 hours
daily-report
0 9 * * 1-5 Weekdays 9am
inventory-check
0 */6 * * * Every 6 hours

Full Programmatic Control

Every feature in hidettp is available via our REST API. Trigger bots, read results, manage schedules, and integrate with any system. Perfect for connecting AI agents to the web.

RESTful API with JSON responses
API key authentication
Rate limiting with clear headers
Webhook callbacks on completion
API REQUEST
POST /api/v1/bots/{botId}/execute

// Headers
Authorization: Bearer bm_sk_...
Content-Type: application/json

// Body
{
  "parameters": {
    "url": "https://store.example.com",
    "query": "laptop prices"
  },
  "webhook": "https://api.myapp.com/hooks/bot"
}

// Response: 201 Created
{
  "executionId": "exec_7x9k2m...",
  "status": "queued",
  "viewUrl": "https://app.hidettp.dev/s/exec_7x9k2m"
}

Distributed Execution at Scale

Multi-runner architecture distributes your bots across available capacity. Automatic load balancing, health checks, and failover keep everything running smoothly.

Parallel execution across runners
Automatic load balancing
Health monitoring and auto-recovery
Docker-based runner deployment
INFRASTRUCTURE
RUNNER STATUS
runner-us-east-1
CPU: 42% | Mem: 68% | 3 active
runner-eu-west-1
CPU: 31% | Mem: 55% | 2 active
runner-ap-east-1
CPU: 18% | Mem: 42% | 1 active
runner-us-west-2
CPU: 0% | Mem: 12% | Standby

AI-Powered Script Generation

Describe what you want in plain English, and our AI generates a complete automation script. Edit visually, test in the browser, and deploy - all without writing code.

Natural language to automation
Intelligent selector generation
Error handling included
Script optimization suggestions
AI ASSISTANT
YOUR PROMPT
"Go to Amazon, search for wireless headphones, extract the top 10 results with price, rating, and review count"
GENERATED SCRIPT (7 steps)
navigate → amazon.com
type → #twotabsearchtextbox "wireless headphones"
click → input#nav-search-submit-button
wait → .s-main-slot visible
loop → .s-result-item (limit: 10)
extract → .a-price-whole, .a-icon-alt, .a-size-base
return → JSON array

Built for Team Collaboration

Role-based access control lets you give the right people the right permissions. Invite team members, assign roles, and control who can create, edit, and run bots.

Owner, Admin, Operator, Viewer roles
Email-based invitations
Granular permission controls
SSO / SAML (Enterprise)
TEAM MANAGEMENT
AK
Alex Kim
Owner
SL
Sarah Liu
Admin
JR
James Rodriguez
Operator
MK
Maria Kowalski
Viewer

Ready to Automate?

Join the waitlist for early access and founding member pricing.

JOIN WAITLIST