prufa_run_audit
Run a public-page QA audit on a URL. Returns machine-verified findings on tracking, broken flows, consent violations, console errors, and compliance signals.
Instructions
Run a public-page QA audit on a URL. Returns findings JSON: tracking pixels, broken flows, consent violations, console errors, compliance signals. Rate-limited; one call returns one audit. When wait=true (default), blocks until the audit completes and returns the JSON report. When wait=false, returns immediately with status='queued' and the run_id + share_token so you can poll later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public URL to audit. Must be authorized for the workspace. | |
| wait | No | Block until the audit completes (recommended for agents). |