1Password · Capability

1Password Secrets Management

Unified secrets management and security monitoring workflow for 1Password. Combines the Connect Server API (vault and item management), Events API (audit log and sign-in monitoring), and Partnership API (account provisioning) into a single workflow for DevOps engineers, security operations teams, and 1Password partners.

Run with Naftiko SecurityPasswordsSecretsDevOps

What You Can Do

GET
List vaults — List all accessible vaults.
/v1/vaults
GET
List items — List all items in a vault.
/v1/vaults/{vaultId}/items
POST
Create item — Create a new item in a vault.
/v1/vaults/{vaultId}/items
POST
Get sign in events — Retrieve sign-in attempt events for security monitoring.
/v1/events/sign-ins
POST
Get item usage events — Retrieve item usage events for compliance and auditing.
/v1/events/item-usage
POST
Create account — Provision a new 1Password account for a partner customer.
/v1/accounts

MCP Tools

list-vaults

List all 1Password vaults accessible to the Connect Server.

read-only
list-vault-items

List all items stored in a specific 1Password vault.

read-only
get-item

Get a specific item from a 1Password vault.

read-only
create-item

Create a new item in a 1Password vault.

update-item

Update an existing item in a 1Password vault.

idempotent
delete-item

Delete an item from a 1Password vault.

idempotent
get-sign-in-events

Retrieve 1Password sign-in attempt events for security monitoring.

read-only
get-item-usage-events

Retrieve 1Password item usage events for compliance auditing.

read-only
get-audit-events

Retrieve 1Password audit events for compliance reporting.

read-only
list-api-activity

List all API requests made to the 1Password Connect Server.

read-only
provision-partner-account

Provision a new 1Password account for a partner customer.

APIs Used

1password-connect 1password-events 1password-partnership