generated: '2026-06-20' method: searched source: https://www.1password.dev/sdks + https://github.com/1Password + registry lookups packages: # --- Official 1Password SDKs (server/app auth) --- - language: javascript registry: npm name: "@1password/sdk" url: https://www.npmjs.com/package/@1password/sdk install: npm install @1password/sdk repo: https://github.com/1Password/onepassword-sdk-js latest: 0.4.0 official: true - language: python registry: pypi name: onepassword-sdk url: https://pypi.org/project/onepassword-sdk/ install: pip install onepassword-sdk repo: https://github.com/1Password/onepassword-sdk-python latest: 0.4.0 official: true - language: go registry: pkg.go.dev name: github.com/1Password/onepassword-sdk-go url: https://pkg.go.dev/github.com/1Password/onepassword-sdk-go install: go get github.com/1Password/onepassword-sdk-go repo: https://github.com/1Password/onepassword-sdk-go official: true # --- Official Connect Server SDKs --- - language: javascript registry: npm name: "@1password/connect" url: https://www.npmjs.com/package/@1password/connect install: npm install @1password/connect repo: https://github.com/1Password/connect-sdk-js official: true - language: python registry: pypi name: onepassword-connect-sdk url: https://pypi.org/project/onepassword-connect-sdk/ install: pip install onepassword-connect-sdk repo: https://github.com/1Password/connect-sdk-python official: true - language: go registry: pkg.go.dev name: github.com/1Password/connect-sdk-go url: https://pkg.go.dev/github.com/1Password/connect-sdk-go install: go get github.com/1Password/connect-sdk-go repo: https://github.com/1Password/connect-sdk-go official: true # --- Official CLI binary (command surface catalogued in cli/) --- - language: cli registry: homebrew name: 1password-cli url: https://formulae.brew.sh/cask/1password-cli install: brew install 1password-cli docs: https://www.1password.dev/cli/ official: true # --- Community Connect SDK (not first-party) --- - language: ruby registry: rubygems name: connect-sdk-ruby url: https://github.com/partydrone/connect-sdk-ruby official: false note: Community-maintained Ruby SDK for 1Password Connect (not 1Password org).