From b40c32c9372be9f12f7d9bf1cbbac817b64b3682 Mon Sep 17 00:00:00 2001 From: Lucy Butcher <89952129+libutcher@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:53:28 -0400 Subject: [PATCH 1/3] Add Terms of Service to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 393d2d0..6c2b808 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,6 @@ For more examples of how to use the SDK, check out [USAGE.md](USAGE.md). 1Password requests you practice responsible disclosure if you discover a vulnerability. Please file requests by sending an email to bugbounty@agilebits.com. + +*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* + From 37d91721cbd48199e998920e5cdc4991ec066e75 Mon Sep 17 00:00:00 2001 From: Lucy Butcher <89952129+libutcher@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:33:23 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c2b808..78a5edf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ The 1Password Connect SDK provides access to 1Password via [1Password Connect](https://developer.1password.com/docs/connect) hosted in your infrastructure. The library is intended to be used by Python applications to simplify accessing items in 1Password vaults. +*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* + ## 🪄 See it in action Check the [Python Connect SDK Example](example/README.md) to see an example of item manipulation using the SDK that you can execute on your machine. @@ -96,6 +98,3 @@ For more examples of how to use the SDK, check out [USAGE.md](USAGE.md). 1Password requests you practice responsible disclosure if you discover a vulnerability. Please file requests by sending an email to bugbounty@agilebits.com. - -*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* - From 4a823a3fea7fbd95c73a1c07d7764500ea4cc95a Mon Sep 17 00:00:00 2001 From: Bert Ramirez <13988480+bertrmz@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:14:55 -0500 Subject: [PATCH 3/3] Scope ToS notice to the APIs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a5edf..ebc10d1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The 1Password Connect SDK provides access to 1Password via [1Password Connect](https://developer.1password.com/docs/connect) hosted in your infrastructure. The library is intended to be used by Python applications to simplify accessing items in 1Password vaults. -*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* +*This project is licensed under [MIT](./LICENSE.md). Use of the 1Password APIs and services accessed through these tools is governed by the [1Password API Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* ## 🪄 See it in action