From 37d0f318ce920b2c07d0ee8f22c9c891630c4574 Mon Sep 17 00:00:00 2001 From: Lucy Butcher <89952129+libutcher@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:50:23 -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 1f0340c..f20f0f8 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,6 @@ You can perform the action on Linux, macOS, and Windows runners. 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 f08a23c1d500e23c46fe8d6c4d19183a7aa73bf9 Mon Sep 17 00:00:00 2001 From: Lucy Butcher <89952129+libutcher@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:30:18 -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 f20f0f8..a065df2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ --- +*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).* + # ✨ Quickstart To install the latest version of the 1Password CLI: \ @@ -54,6 +56,3 @@ You can perform the action on Linux, macOS, and Windows runners. 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 17efc1078d6ebd4f9f46624f3212732645b8942a Mon Sep 17 00:00:00 2001 From: Bert Ramirez <13988480+bertrmz@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:57:03 -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 a065df2..29216d4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ --- -*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). 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).* # ✨ Quickstart