By the end of this guide, you’ll:Documentation Index
Fetch the complete documentation index at: https://www.1password.dev/llms.txt
Use this file to discover all available pages before exploring further.
- Set up the 1Password app and CLI for administrative workflows.
- Connect your 1Password account to your SIEM or security tools.
- Prepare your team to use 1Password in development workflows.
Step 1: Install the 1Password app
Install 1Password for Mac, Windows, or Linux and sign in with your administrator account. After you install the app:- Open the 1Password app and select your account or collection at the top of the sidebar.
- Navigate to Settings > Security.
- Turn on the setting to unlock the app using Touch ID, Windows Hello, or Linux system authentication. This allows you to authenticate most developer tools with your fingerprint.
Step 2: Turn on the 1Password Developer experience
To turn on the developer tools section of the app:- Open the 1Password app and select your account or collection at the top of the sidebar.
- Navigate to Settings > Developer.
- Turn on Show 1Password Developer experience.
Step 3: Install 1Password CLI
1Password CLI (op) is the fastest way to get started programmatically managing your team. To install 1Password CLI, run the following command or download the latest release.
- homebrew
- winget
- Open the 1Password app and select your account or collection at the top of the sidebar.
- Navigate to Settings > Developer.
- Select Integrate with 1Password CLI.
Step 4: Choose your first workflow
Monitor 1Password account activity
Connect the 1Password Events API to your SIEM to get information about account activity.
Prepare your team for developer tools
Set up policies and shared resources so your engineering team is ready to start using 1Password.
Monitor 1Password account activity
You can use the 1Password Events API to stream activity from your 1Password account into your SIEM.- On 1Password.com, go to Integrations > Events Reporting.
- Choose your SIEM from the list or select Other.
- Name the integration and issue a bearer token scoped to the event types you need. Make sure to save the token in 1Password.
- Configure your SIEM to pull events from the API.
Get started with the Events API
Step-by-step setup for creating an Events Reporting integration, testing requests with curl, and connecting your SIEM.
Prepare your team to use developer tools
Take these actions before you roll out developer tools to your team:- Configure your team policies.
- Set up shared resources like Environments, vaults, and service accounts.
- Learn how to onboard your team.
Next steps
Choose what you want to do next:Manage your organization
Automate managing users, groups, vaults, and permissions with 1Password CLI or SDKs and our library of prewritten scripts and integrations.
Get data and analytics
Generate account activity reports, send event data to your security and analytics tools, and trigger account access remediation.
Secure your team's development workflows
Configure policies and shared resources, then onboard engineers to developer tools.
Example scripts
Try example scripts for automating administrative tasks.