Hosted Watch Pilot
$39 one-time
- one workspace
- one API key
- one active watch
- first 100,000 standard credits included
- activation target: same business day
Hosted Monitoring
Request a watch. Get the exact price. Activate with an API key.
Hosted Watch is a managed monitoring service for endpoints, pages, and rendered states. Start with direct checks. Move into AI-reviewed HTML or image states when the condition is harder to encode.
How It Works
Submit the target, interval, mode, expected state, and callback destination.
Actobase returns the exact next step: pilot purchase, or pilot plus the recommended credit top-up when the expected burn is higher.
After payment confirmation, Actobase issues the API key and activates the watch. Activation target: the same business day.
Modes
| Mode | What it checks | Credits / check | Good for |
|---|---|---|---|
| HTTP | Status code, headers, and lightweight body assertions. | 1 | Health checks, API endpoints, simple uptime. |
| HTML | Fetched HTML and exact text or structural assertions. | 3 | Pages, forms, copy drift, DOM-dependent states. |
| AI HTML | AI evaluation of fetched page content against a natural-language expectation. | 30 | Messy states that are hard to describe with one selector or substring. |
| AI Image | AI evaluation of a rendered screenshot against a visual expectation. | 100 | Visual regressions, rendered states, image-based validation. |
Pricing
Hosted Watch uses credits. More frequent checks and more complex evaluations consume more credits. Start with the pilot. Use monthly credits to keep watches running without manual renewal. Use one-time credits for burst usage or irregular traffic.
$39 one-time
$9 / month per 100,000 credits
$9 per 100,000 credits
Estimator
Pilot includes the first 100,000 standard credits. Add monthly credits if you want the watch to keep renewing automatically.
Examples
| Mode | Interval | Checks / month | Credits / month | Approx. cost |
|---|---|---|---|---|
| HTTP | 60s | 43,200 | 43,200 | $3.89 |
| HTML | 60s | 43,200 | 129,600 | $11.66 |
| AI HTML | 300s | 8,640 | 259,200 | $23.33 |
| AI Image | 900s | 2,880 | 288,000 | $25.92 |
Auth
Hosted Watch is API-key-first because the primary user is often another system. Email is optional and mainly used for receipts, support, and access recovery. A browser dashboard is not required to start, and the same API key can be used whether credits are one-time or recurring.
Machine Surface
curl -X POST "https://actobase.com/watch/api/start" \
-H "Content-Type: application/json" \
-d '{
"sku": "auto",
"contact_email": "ops@example.com",
"auth_mode": "api_key_only",
"watch_name": "checkout-page",
"target_url": "https://example.com/checkout",
"mode": "ai_html",
"interval_seconds": 300,
"expected_text": "checkout button visible",
"webhook_url": "https://ops.example.com/watch-hook"
}'
Watch Roadmap
| Stage | What changes |
|---|---|
| Current | Request-first pilot, hosted checks, API-key issuance, credit-based pricing, and business-day activation. |
| Next | Faster direct activation, workspace history, events API, more destinations, and cleaner top-up handling. |
| Later | x402 top-ups, agent budgets, auto-recharge, richer policies, and remediation or retry hooks. |
FAQ
No. The request comes first. If activation needs payment, the next step is returned immediately.
Start Monthly Watch Credits at the quantity that matches the estimated monthly burn. That keeps credits replenishing automatically.
Use direct HTTP or HTML checks whenever possible. Use AI modes when the expected state is easier to describe than to encode.
Yes. Faster intervals simply consume more credits, and AI-heavy modes become expensive quickly.
Stripe handles checkout. After confirmation, Actobase activates the watch and issues the API key.