# Introducing AI-assisted query creation in 1Password Device Trust

DevFeed: [Introducing AI-assisted query creation in 1Password Device Trust](<https://devfeed.tech/articles/introducing-ai-assisted-query-creation-in-1password-device-trust-1899.md>)

Original publisher: [Read original article](<https://1password.com/blog/ai-assisted-query-creation-in-1password-device-trust>)

Author: info@1password.com (Evan Sandhu)

Published: 2026-06-23T00:00:00Z

Content type: release

Language: en

Sources: [Blog on 1Password Blog](<https://devfeed.tech/sources/blog-on-1password-blog.md>)

Topics: [Device Trust](<https://devfeed.tech/topics/device-trust.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Security](<https://devfeed.tech/topics/security.md>), [data](<https://devfeed.tech/topics/data.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [PowerShell](<https://devfeed.tech/topics/powershell.md>), [1Password in the browser](<https://devfeed.tech/topics/1password-in-the-browser.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [device-trust](<https://devfeed.tech/tags/device-trust.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [macos](<https://devfeed.tech/tags/macos.md>), [powershell](<https://devfeed.tech/tags/powershell.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security](<https://devfeed.tech/tags/security.md>), [software](<https://devfeed.tech/tags/software.md>), [sql](<https://devfeed.tech/tags/sql.md>), [windows](<https://devfeed.tech/tags/windows.md>)

## AI overview

1Password Device Trust now includes an AI-assisted query builder that converts plain-English investigations into ready-to-run SQL queries across managed devices. Admins can preview and refine generated queries, choose the devices to query, and use the tool to investigate security and compliance issues without needing advanced SQL expertise.

## Source excerpt

Today we're shipping a new capability directly into 1Password Device Trust that lets admins query their fleets faster, without needing to be SQL experts. Now you can describe what you want to investigate in plain English, and Device Trust generates a ready-to-run SQL query you can execute across your devices in a single click. What Device Trust does 1Password Device Trust gives IT and security teams visibility and control over every device accessing company resources. It continuously checks devices against your security policies, surfacing issues like outdated software, disabled firewalls, and missing encryption, and blocks access when a device falls out of compliance. Under the hood, it uses both osquery and additional proprietary information that collect real-time data directly from endpoints, giving admins a live, queryable view across their devices. That last part is where this new capability comes in. The pain with writing queries today Osquery is powerful, but writing correct, performant SQL takes specialized SQL and DB schema knowledge that most admins don't have on demand, especially during an active investigation. Even experienced users spend time getting syntax right, scoping predicates correctly, and avoiding patterns that are heavy on resources, or return noisy or slow results at scale. This capability clears that barrier while keeping the admin in control. From question to query in seconds To use this AI-assisted query builder, open it from the Device Trust Tools section, describe what you want to find, and leverage it to find real-time information across your fleet. Some examples of what you can ask: "Check all Windows devices to see if PowerShell is disabled" "Which devices have AI desktop apps like ChatGPT, Claude, or Cursor installed?" "Which macOS devices have FileVault disabled?" "Find devices running Chrome older than a specific version" "Which devices have remote-access tools like AnyDesk or TeamViewer installed?" It also works on queries you've