App User Agent
In-app assistant for published app users (not builders). Builders enable it per application under App Settings → User Agent.
What users can do
- Ask about data visible on the current page (tables, charts, query results)
- Confirm before running builder-defined skills (queries)
- Confirm before filling form fields or triggering a button/submit
Setup
- Configure org AI provider (same BYOK as Builder Copilot).
- Open the app → Settings → User Agent.
- Enable the agent, set a display name, add skills bound to queries.
- Deploy / Publish so
publishedApplicationDetail.userAgentis live. - In the published app, use the FAB near “Built with Groove Builder”.
Security
- Skills are an allowlist of action ids; the server validates
run_skillagainst published config. - Page data is redacted/capped before it reaches the model.
- Mutations never run until the user clicks Confirm.