Weavz
1Password

1Password

Access 1Password Connect vault metadata, explicit item values, Connect activity, and Events API audit feeds.

9 tools
1 trigger

Tools

Name
list_vaults

List vaults available to the 1Password Connect token.

get_vault

Retrieve 1Password vault details by UUID.

list_items

List 1Password item summaries in a vault without returning secret field values.

get_item_metadata

Retrieve one 1Password item with field values redacted by default.

reveal_item_values

Retrieve one 1Password item including sensitive field values. Requires exact confirmation.

list_connect_activity

List 1Password Connect server API activity records.

list_audit_events

List 1Password account audit events from the Events API.

list_item_usage_events

List 1Password shared-vault item usage events from the Events API.

list_sign_in_attempts

List 1Password sign-in attempts from the Events API.

Triggers

Name
new_audit_event

Poll 1Password Events API audit events. The first poll stores the cursor as a baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('1password', 'list_vaults', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: '1password',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect 1Password to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does 1Password support?

1Password supports 9 tools including List Vaults, Get Vault, List Items, Get Item Metadata, Reveal Item Values, and more.

Can I use 1Password with AI agents?

Yes. Add 1Password to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can 1Password be used in stateful agent workflows?

Yes. Agents can combine 1Password tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does 1Password use?

1Password uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the 1Password integration cost?

The 1Password integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does 1Password support?

1Password supports 1 triggers including New Audit Event.

Connect 1Password in minutes

Get 20,000 free action executions every month. No credit card required.