Hosted Website Utilities

Watch what must stay right. QA what users will notice.

Hosted Watch catches failures across endpoints, pages, and rendered states. Hosted QA reviews copy and visible page states before they become user complaints.

Start Here

Hosted Watch

Recurring checks for HTTP, HTML, AI HTML, and AI image states. Request the watch, receive the API key in the response, and add balance only when the watch should start running.

Also Live

Hosted QA

One-time copy and visual checks sold as explicit steps. Start with the routes that matter, then add investigation only when the first pass leaves a real unanswered problem.

For Agents

Start in three HTTP calls.

One request issues the key. The same key works on Watch, QA, and account status right away.

curl -X POST "https://actobase.com/watch/api/start" \
  -H "Content-Type: application/json" \
  -d '{"target_url":"https://example.com","mode":"http","interval_seconds":60}'

curl "https://actobase.com/watch/api/account" \
  -H "Authorization: Bearer ACTOBASE_API_KEY"

curl -X POST "https://actobase.com/qa/api/start" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer ACTOBASE_API_KEY" \
  -d '{"site_url":"https://example.com","qa_focus":"copy","cadence":"one_time"}'

Use The Surface You Need

Browser, HTTP, or CLI.

Use the browser when a human is scoping work, plain HTTP when another system already knows the target, and the CLI when the same account will be reused often.