diff --git a/README.md b/README.md index 9663ffdf..e76948d3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
- Examples
+ Documentation | Examples
---
@@ -28,7 +28,7 @@ Before you get started, [create a service account](https://developer.1password.c
1Password SDKs don't yet support using secret references with query parameters, so you can't retrieve file attachments or SSH keys, or get more information about field metadata.
-When managing items with 1Password SDKs, you must use unique identifiers (IDs) in place of vault, item, and field names.
+When managing items with 1Password SDKs, you must use [unique identifiers (IDs)](https://developer.1password.com/docs/sdks/concepts#unique-identifiers) in place of vault, item, and field names.
## 🚀 Get started
@@ -80,3 +80,11 @@ if __name__ == '__main__':
Make sure to use [secret reference URIs](https://developer.1password.com/docs/cli/secrets-reference-syntax/) with the syntax `op://vault/item/field` to securely load secrets from 1Password into your code.
Inside `Client.authenticate(...)`, set `integration_name` to the name of your application and `integration_version` to the version of your application.
+
+
+## 📖 Learn more
+
+- [Load secrets with 1Password SDKs](https://developer.1password.com/docs/sdks/load-secrets)
+- [Manage items with 1Password SDKs](https://developer.1password.com/docs/sdks/manage-items)
+- [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts)
+