posthog_create_vision_scanner
Create a Replay Vision scanner on the connected PostHog project for the operator or analytics agent. Defaults to enabled=false so it does not start spending PostHog Vision credits until you set enabled=true. Use when adding a new AI probe on session recordings. Only works if PostHog is connected.
[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Scanner name | |
| prompt | No | Natural-language watch prompt (stored on scanner_config.prompt) | |
| enabled | No | Default false. true starts spending PostHog Vision credits on matching recordings. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| description | No | Optional description | |
| credit_limit | No | Optional monthly Vision credit cap for this scanner | |
| scanner_type | Yes | monitor | classifier | scorer | summarizer | |
| emits_signals | No | Whether the scanner emits PostHog signals | |
| sampling_rate | No | 0–1 sampling rate | |
| scanner_config | No | Type-specific config object |