Agentiqa Docs

Introduction

Agentiqa is an AI QA engineer for web apps — it explores your app in a real browser, proposes what to test, finds bugs, and reports them with evidence.

Agentiqa is an AI-powered testing platform for web applications. An LLM agent navigates a real browser, discovers what matters, executes test plans, and reports issues with screenshots and reproduction steps.

The model: the agent proposes, you curate

You provide a URL. The agent provides everything else — what to test, why it matters, how to test it, and what looks broken. Your role is to approve, reject, or redirect at three checkpoints:

  • Scope — the areas the agent discovered, ranked by risk. Default: approve all.
  • Plan — how each area will be tested. Default: approve all.
  • Findings — bugs with evidence and repro steps. The only step that always needs your review.

In headless contexts (CLI, CI, scheduled runs) every checkpoint auto-approves and the agent uses its own judgment — same engine, same quality, no human in the loop.

Where you run it

SurfaceBest forGuide
Web appTrying Agentiqa in the browser, cloud executionWeb App
Desktop appThe full experience with a built-in headed browserDesktop App
CLILocal runs and scripting (agentiqa explore / agentiqa run)CLI
GitHub ActionRunning saved plans in CI and gating on the resultGitHub Action

The web and desktop apps share the same feature set — the difference is a small set of platform capabilities. See Desktop vs Web.

Next steps

  • New here? Start with the Quickstart.
  • Automating in CI? Read CI Integration for the exit-code contract and JSON envelope.
  • For agents: this site serves /llms.txt and /llms-full.txt, and every page has a .md variant (append .md to any docs URL).

On this page