# 1Password Developer Documentation > Developer tools and APIs for 1Password, including CLI, SDKs (Python, JavaScript, Go), SSH & Git integration, secrets automation, service accounts, Connect server, Kubernetes operator, CI/CD integrations, Events API, and more. This file contains links to documentation sections following the llmstxt.org standard. ## CLI - [Get started with 1Password CLI](https://developer.1password.com/docs/cli/get-started.md): Learn how to install and sign in to 1Password CLI, then get started with commands and scripts to manage users, vaults, and items on the command line. - [account | 1Password CLI](https://developer.1password.com/docs/cli/reference/account.md): Learn about the 1Password CLI 'account' command and its subcommands. - [completion | 1Password CLI](https://developer.1password.com/docs/cli/reference/completion.md): Learn about the 1Password CLI 'completion' command. - [connect | 1Password CLI](https://developer.1password.com/docs/cli/reference/connect.md): Learn about the 1Password CLI 'connect' command and its subcommands. - [document | 1Password CLI](https://developer.1password.com/docs/cli/reference/document.md): Learn about the 1Password CLI 'document' command and its subcommands. - [environment | 1Password CLI](https://developer.1password.com/docs/cli/reference/environment.md): Learn about the 1Password CLI 'environment' command and its subcommands. - [events-api | 1Password CLI](https://developer.1password.com/docs/cli/reference/events-api.md): Learn about the 1Password CLI 'events-api' command and its subcommands. - [group | 1Password CLI](https://developer.1password.com/docs/cli/reference/group.md): Learn about the 1Password CLI 'group' command and its subcommands. - [inject | 1Password CLI](https://developer.1password.com/docs/cli/reference/inject.md): Learn about the 1Password CLI 'inject' command. - [item | 1Password CLI](https://developer.1password.com/docs/cli/reference/item.md): Learn about the 1Password CLI 'item' command and its subcommands. - [1Password CLI reference](https://developer.1password.com/docs/cli/reference/overview.md) - [plugin | 1Password CLI](https://developer.1password.com/docs/cli/reference/plugin.md): Learn about the 1Password CLI 'plugin' command. - [read | 1Password CLI](https://developer.1password.com/docs/cli/reference/read.md): Learn about the 1Password CLI 'read' command. - [run | 1Password CLI](https://developer.1password.com/docs/cli/reference/run.md): Learn about the 1Password CLI 'run' command. - [service-account | 1Password CLI](https://developer.1password.com/docs/cli/reference/service-account.md): Learn about the 1Password CLI 'service-account' command and its subcommands. - [signin | 1Password CLI](https://developer.1password.com/docs/cli/reference/signin.md): Learn about the 1Password CLI 'signin' command. - [signout | 1Password CLI](https://developer.1password.com/docs/cli/reference/signout.md): Learn about the 1Password CLI 'signout' command. - [Update to the latest version of 1Password CLI](https://developer.1password.com/docs/cli/reference/update-guide.md) - [update | 1Password CLI](https://developer.1password.com/docs/cli/reference/update.md): Learn about the 1Password CLI 'update' command. - [user | 1Password CLI](https://developer.1password.com/docs/cli/reference/user.md): Learn about the 1Password CLI 'user' command and its subcommands. - [vault | 1Password CLI](https://developer.1password.com/docs/cli/reference/vault.md): Learn about the 1Password CLI 'vault' command and its subcommands. - [whoami | 1Password CLI](https://developer.1password.com/docs/cli/reference/whoami.md): Learn about the 1Password CLI 'whoami' command. - [1Password app integration security](https://developer.1password.com/docs/cli/app-integration-security.md) - [Use the 1Password desktop app to sign in to 1Password CLI](https://developer.1password.com/docs/cli/app-integration.md) - [1Password CLI best practices](https://developer.1password.com/docs/cli/best-practices.md): 1Password CLI brings 1Password to your terminal. The following are best practices we recommend when using 1Password CLI. - [How 1Password CLI detects configuration directories](https://developer.1password.com/docs/cli/config-directories.md): 1Password CLI configuration directories default to: - [1Password CLI environment variables](https://developer.1password.com/docs/cli/environment-variables.md): You can use the following environment variables with 1Password CLI: - [Grant and revoke vault permissions](https://developer.1password.com/docs/cli/grant-revoke-vault-permissions.md): Learn how to use 1Password CLI to manage vault permissions for users and groups, so that everyone has access to the items they need. - [Install 1Password CLI on a server](https://developer.1password.com/docs/cli/install-server.md): There are several different ways to install 1Password CLI on a server. - [Create items with 1Password CLI](https://developer.1password.com/docs/cli/item-create.md): Learn how to create 1Password items on the command line. - [Edit items with 1Password CLI](https://developer.1password.com/docs/cli/item-edit.md): Learn how to use 1Password CLI to edit items on the command line. - [Item fields](https://developer.1password.com/docs/cli/item-fields.md): When you [use 1Password CLI to create items](/docs/cli/item-create/), you can customize your items with [built-in](#built-in-fields) and [custom](#... - [Item JSON template](https://developer.1password.com/docs/cli/item-template-json.md): Learn how read the item JSON template format. - [1Password CLI](https://developer.1password.com/docs/cli/overview.md): 1Password CLI brings 1Password to your terminal. Sign in to 1Password CLI with your fingerprint, and securely access everything you need during dev... - [Add and remove team members with 1Password CLI](https://developer.1password.com/docs/cli/provision-users.md) - [Recover accounts using 1Password CLI](https://developer.1password.com/docs/cli/recover-users.md) - [Example scripts](https://developer.1password.com/docs/cli/scripts.md): Example scripts to help you get started using 1Password CLI to automate managing items, users, and secrets. - [1Password CLI Secret Reference Syntax](https://developer.1password.com/docs/cli/secret-reference-syntax.md): Learn how to create secret references to refer to secrets saved in your 1Password account. - [Use secret references with 1Password CLI](https://developer.1password.com/docs/cli/secret-references.md): Learn how to replace plaintext secrets with secret references, then securely load your secrets from 1Password at runtime. - [Inject Secrets Into Config Files](https://developer.1password.com/docs/cli/secrets-config-files.md): Learn how to use 1Password CLI to inject secrets into config files without putting any plaintext secrets in code. - [Load secrets into the environment](https://developer.1password.com/docs/cli/secrets-environment-variables.md): Learn how to pass secrets as environment variables to an application or script using 1Password Environments or secret references. - [Load secrets into scripts](https://developer.1password.com/docs/cli/secrets-scripts.md): Learn how to use secret references to securely load secrets in your scripts. - [1Password CLI Template Syntax](https://developer.1password.com/docs/cli/secrets-template-syntax.md): Learn how to format secret references and variables in template files. - [1Password Shell Plugins](https://developer.1password.com/docs/cli/shell-plugins.md): Shell plugins allow you to use 1Password to sign in to any CLI with biometrics, including AWS, GitLab, GitHub, Laravel Forge, Stripe, and more. - [Sign in to your 1Password account manually](https://developer.1password.com/docs/cli/sign-in-manually.md) - [Unlock 1Password CLI with Microsoft](https://developer.1password.com/docs/cli/sign-in-sso-azure.md) - [Unlock 1Password CLI with SSO](https://developer.1password.com/docs/cli/sign-in-sso.md) - [Manage SSH keys](https://developer.1password.com/docs/cli/ssh-keys.md): Learn how to use 1Password CLI to generate and retrieve SSH keys. - [Uninstall 1Password CLI](https://developer.1password.com/docs/cli/uninstall.md): Learn how to uninstall 1Password CLI. - [Upgrade to 1Password CLI 2](https://developer.1password.com/docs/cli/upgrade.md): Learn how to upgrade to 1Password CLI 2 from an earlier version of the command-line tool. - [1Password CLI use cases](https://developer.1password.com/docs/cli/use-cases.md) - [Use 1Password CLI with multiple accounts](https://developer.1password.com/docs/cli/use-multiple-accounts.md): Learn how to use multiple 1Password accounts on the command line with 1Password CLI. - [User states](https://developer.1password.com/docs/cli/user-states.md): When you fetch information about users with [`op user list`](/docs/cli/reference/management-commands/user#user-list) or [`op user get`](/docs/cli/r... - [Get started with 1Password CLI 1](https://developer.1password.com/docs/cli/v1/get-started.md) - [1Password CLI 1 reference](https://developer.1password.com/docs/cli/v1/reference.md) - [Use 1Password CLI 1](https://developer.1password.com/docs/cli/v1/usage.md) - [About vault permissions](https://developer.1password.com/docs/cli/vault-permissions.md): Learn about 1Password vault permission dependencies. - [Verify the authenticity of 1Password CLI](https://developer.1password.com/docs/cli/verify.md) ## Shell Plugins - [Use 1Password to authenticate the Akamai CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/akamai.md): Sign in to the Akamai CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to authenticate Argo CD CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/argo-cd.md): Sign in to Argo CD CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home d... - [Use 1Password to authenticate the AWS CDK Toolkit](https://developer.1password.com/docs/cli/shell-plugins/aws-cdk-toolkit.md): Authenticate the AWS CDK Toolkit with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys in your home direct... - [Use 1Password to authenticate the AWS CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/aws.md): Sign in to the AWS CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home d... - [Use 1Password to securely authenticate Axiom CLI](https://developer.1password.com/docs/cli/shell-plugins/axiom.md) - [Use 1Password to securely authenticate Binance CLI](https://developer.1password.com/docs/cli/shell-plugins/binance.md) - [Use 1Password to authenticate the Cachix CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/cachix.md): Authenticate the Cachix CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your h... - [Use 1Password to authenticate Cargo CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/cargo.md): Sign in to Cargo CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home dir... - [Use 1Password to authenticate the CircleCI CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/circleci.md): Sign in to the CircleCI CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your h... - [Use 1Password to securely authenticate Civo CLI](https://developer.1password.com/docs/cli/shell-plugins/civo.md) - [Use 1Password to authenticate Wrangler with biometrics](https://developer.1password.com/docs/cli/shell-plugins/cloudflare-workers.md): Sign in to the Cloudflare Workers CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext credentials in your hom... - [Build your own shell plugins (beta)](https://developer.1password.com/docs/cli/shell-plugins/contribute.md) - [Use 1Password to securely authenticate Crowdin CLI](https://developer.1password.com/docs/cli/shell-plugins/crowdin.md) - [Use 1Password to authenticate Databricks CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/databricks.md): Authenticate Databricks CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your h... - [Use 1Password to authenticate Dogshell with biometrics](https://developer.1password.com/docs/cli/shell-plugins/datadog.md): Authenticate Dogshell with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home di... - [Use 1Password to authenticate doctl with biometrics](https://developer.1password.com/docs/cli/shell-plugins/digitalocean.md): Sign in to the DigitalOcean CLI with your fingerprint, Apple Watch, or system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password Shell Plugins to switch between multiple environments](https://developer.1password.com/docs/cli/shell-plugins/environments.md): Learn how to use shell plugins to switch between multiple environments, like production and development, without having to sign in or out between p... - [Use 1Password to authenticate Fastly CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/fastly.md): Authenticate Fastly CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home ... - [Use 1Password to securely authenticate Flyctl](https://developer.1password.com/docs/cli/shell-plugins/flyctl.md) - [Use 1Password to authenticate FOSSA CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/fossa.md): Authenticate FOSSA CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home d... - [Use 1Password to authenticate the Gitea CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/gitea.md): Sign in to the Gitea CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home... - [Use 1Password to authenticate the GitHub CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/github.md): Sign in to the GitHub CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to authenticate the GitLab CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/gitlab.md): Sign in to the GitLab CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to authenticate the Vault CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/hashicorp-vault.md): Sign in to the Vault CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home... - [Use 1Password to authenticate the Heroku CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/heroku.md): Sign in to the Heroku CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to authenticate hcloud with biometrics](https://developer.1password.com/docs/cli/shell-plugins/hetzner-cloud.md): Sign in to the Heztner Cloud CLI with your fingerprint, Apple Watch, or system authentication. No more plaintext API keys or credentials in your ho... - [Use 1Password to authenticate brew with biometrics](https://developer.1password.com/docs/cli/shell-plugins/homebrew.md): Authenticate brew with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home direct... - [Use 1Password to securely authenticate HuggingFace CLI](https://developer.1password.com/docs/cli/shell-plugins/huggingface.md) - [Use 1Password to securely authenticate InfluxDB](https://developer.1password.com/docs/cli/shell-plugins/influxdb.md) - [Use 1Password to securely authenticate Kaggle CLI](https://developer.1password.com/docs/cli/shell-plugins/kaggle.md) - [Use 1Password to authenticate the Lacework CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/lacework.md): Sign in to the Lacework CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your h... - [Use 1Password to authenticate the Laravel Forge CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/laravel-forge.md): Sign in to the Laravel Forge CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in y... - [Use 1Password to authenticate the Laravel Vapor CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/laravel-vapor.md): Sign in to the Laravel Vapor CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in y... - [Use 1Password to authenticate the Linode CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/linode.md): Sign in to the Linode CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to securely authenticate LocalStack](https://developer.1password.com/docs/cli/shell-plugins/localstack.md) - [Use 1Password to securely authenticate MongoDB Atlas](https://developer.1password.com/docs/cli/shell-plugins/mongodb-atlas.md): Sign in to the Atlas CLI for MongoDB with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials ... - [Use 1Password Shell Plugins to authenticate with multiple accounts](https://developer.1password.com/docs/cli/shell-plugins/multiple-accounts.md): Learn how to use shell plugins to authenticate with multiple accounts without having to sign in or out between projects. - [Use 1Password to authenticate the MySQL CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/mysql.md): Sign in to the MySQL CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home... - [Use 1Password to authenticate ngrok with biometrics](https://developer.1password.com/docs/cli/shell-plugins/ngrok.md): Sign in to ngrok with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home directory. - [Use 1Password Shell Plugins with NixOS or home-manager](https://developer.1password.com/docs/cli/shell-plugins/nix.md): Learn how to configure 1Password Shell Plugins when managing your shell configuration with NixOS or `home-manager` - [Use 1Password to securely authenticate Oh Dear CLI](https://developer.1password.com/docs/cli/shell-plugins/oh-dear.md) - [Use 1Password to authenticate the Okta CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/okta.md): Sign in to the Okta CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home ... - [Use 1Password to securely authenticate OpenAI Evals](https://developer.1password.com/docs/cli/shell-plugins/openai-evals.md) - [Use 1Password to authenticate the OpenAI CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/openai.md): Sign in to the OpenAI CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to securely authenticate Pipedream CLI](https://developer.1password.com/docs/cli/shell-plugins/pipedream.md) - [Use 1Password to authenticate psql with biometrics](https://developer.1password.com/docs/cli/shell-plugins/postgresql.md): Sign in to psql with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home directory. - [Use 1Password to authenticate the Pulumi CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/pulumi.md): Sign in to the Pulumi CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to authenticate the ReadMe CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/readme.md): Sign in to the ReadMe CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [About 1Password Shell Plugins security](https://developer.1password.com/docs/cli/shell-plugins/security.md) - [Use 1Password to authenticate the Sentry CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/sentry.md): Sign in to the Sentry CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to authenticate SnowSQL with biometrics](https://developer.1password.com/docs/cli/shell-plugins/snowflake.md): Sign in to SnowSQL with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home direc... - [Use 1Password to authenticate the Snyk CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/snyk.md): Authenticate the Snyk CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to authenticate the Sourcegraph CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/sourcegraph.md): Sign in to the Sourcegraph CLI with your fingerprint, Apple Watch, or system authentication. No more plaintext API keys or credentials in your home... - [Use 1Password to authenticate the Stripe CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/stripe.md): Sign in to the Stripe CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Use 1Password to securely authenticate Terraform](https://developer.1password.com/docs/cli/shell-plugins/terraform.md): Authenticate the Terraform CLI to AWS with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials... - [Test shell plugins](https://developer.1password.com/docs/cli/shell-plugins/test.md): Learn how to test a shell plugin before using it. - [Use 1Password to securely authenticate Todoist CLI](https://developer.1password.com/docs/cli/shell-plugins/todoist.md) - [Use 1Password to authenticate the Treasure Data CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/treasure-data.md): Authenticate the Treasure Data Toolbelt with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys in your home... - [1Password Shell Plugins troubleshooting](https://developer.1password.com/docs/cli/shell-plugins/troubleshooting.md) - [Use 1Password to authenticate the Tugboat CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/tugboat.md): Authenticate the Tugboat CLI with your fingerprint, Apple Watch, or system authentication. No more plaintext API keys or credentials in your home d... - [Use 1Password to authenticate the Twilio CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/twilio.md): Sign in to the Twilio CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your hom... - [Uninstall shell plugins](https://developer.1password.com/docs/cli/shell-plugins/uninstall.md): Learn how to uninstall shell plugins. - [Use 1Password to securely authenticate Upstash CLI](https://developer.1password.com/docs/cli/shell-plugins/upstash.md) - [Use 1Password to securely authenticate Vercel CLI](https://developer.1password.com/docs/cli/shell-plugins/vercel.md) - [Use 1Password to securely authenticate Vertica CLI](https://developer.1password.com/docs/cli/shell-plugins/vertica.md) - [Use 1Password to authenticate Vultr CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/vultr.md): Sign in to Vultr CLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home dir... - [Use 1Password to securely authenticate YugabyteDB SQL Shell](https://developer.1password.com/docs/cli/shell-plugins/yugabytedb.md) - [Use 1Password to securely authenticate Zapier CLI](https://developer.1password.com/docs/cli/shell-plugins/zapier.md) - [Use 1Password to authenticate the Zendesk CLI with biometrics](https://developer.1password.com/docs/cli/shell-plugins/zendesk.md): Sign in to ZCLI with your fingerprint, Apple Watch, or other system authentication. No more plaintext API keys or credentials in your home directory. ## SDKs - [Tutorial: Integrate 1Password SDKs with AI agents](https://developer.1password.com/docs/sdks/ai-agent.md): Learn how to provide credentials to your AI agent from 1Password without hardcoding any secrets. - [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts.md): Learn about key concepts related to 1Password SDKs. - [1Password SDK local integration security](https://developer.1password.com/docs/sdks/desktop-app-integrations.md): Learn about the security model of 1Password desktop app integrations. - [Read 1Password Environments using 1Password SDKs](https://developer.1password.com/docs/sdks/environments.md): Read environment variables from 1Password Environments and use them in your applications. - [Manage files using 1Password SDKs](https://developer.1password.com/docs/sdks/files.md): Manage file attachments and Document items in 1Password with Go, JavaScript, or Python. - [Supported functionality](https://developer.1password.com/docs/sdks/functionality.md): Learn what you can do with 1Password SDKs. - [Manage groups using 1Password SDKs](https://developer.1password.com/docs/sdks/groups.md): Manage groups in 1Password using 1Password SDKs. - [List vaults and items using 1Password SDKs](https://developer.1password.com/docs/sdks/list-vaults-items.md): Build integrations that list your 1Password vaults and items using Go, JavaScript, or Python. - [Load secrets using 1Password SDKs](https://developer.1password.com/docs/sdks/load-secrets.md): Securely load secrets from 1Password into your Go, JavaScript, and Python projects. - [Manage items using 1Password SDKs](https://developer.1password.com/docs/sdks/manage-items.md): Build integrations that manage items in 1Password using Go, JavaScript, or Python. - [1Password SDKs](https://developer.1password.com/docs/sdks/overview.md): Build secrets management integrations that can programmatically access secrets stored in 1Password using Go, JavaScript, or Python. - [Tutorial: Get started with 1Password SDKs and 1Password Service Accounts](https://developer.1password.com/docs/sdks/setup-tutorial.md): Learn how to build a JavaScript application that securely fetches a secret from 1Password. - [Share items using 1Password SDKs](https://developer.1password.com/docs/sdks/share-items.md): Use 1Password SDKs to securely share a copy of a 1Password item with anyone. - [1Password SDK tutorials and examples](https://developer.1password.com/docs/sdks/tutorials.md): Learn how to use 1Password SDKs with hands-on tutorials and example projects. - [Manage vault permissions using 1Password SDKs](https://developer.1password.com/docs/sdks/vault-permissions.md): Manage vault permissions using 1Password SDKs. - [Manage vaults using 1Password SDKs](https://developer.1password.com/docs/sdks/vaults.md): Manage vaults in 1Password using 1Password SDKs. ## SSH & Git - [Advanced use cases](https://developer.1password.com/docs/ssh/agent/advanced.md): Learn more about how to use the SSH agent for specific hosts, avoid authentication limits, and use multiple Git identities on the same machine. - [SSH client compatibility](https://developer.1password.com/docs/ssh/agent/compatibility.md): See which SSH and Git clients have been tested for compatibility with the 1Password SSH agent and what configurations they support. - [SSH agent config file](https://developer.1password.com/docs/ssh/agent/config.md): Learn how to customize the behavior of the 1Password SSH agent and control which SSH keys are offered to SSH servers. - [SSH agent forwarding with 1Password](https://developer.1password.com/docs/ssh/agent/forwarding.md): Learn more about how to set up and use agent forwarding with the 1Password SSH Agent on your Mac or Linux computer. - [1Password SSH agent](https://developer.1password.com/docs/ssh/agent/overview.md): Use the 1Password SSH agent to authenticate SSH and Git clients without your private key ever leaving 1Password. - [About 1Password SSH Agent security](https://developer.1password.com/docs/ssh/agent/security.md): Learn about the authorization model used by the 1Password SSH Agent and how it's different from the standard OpenSSH agent. - [Troubleshooting](https://developer.1password.com/docs/ssh/agent/troubleshooting.md): Get help with the 1Password SSH agent, like when you're prompted to authorize every SSH request. - [Manage SSH Bookmarks in 1Password (beta)](https://developer.1password.com/docs/ssh/bookmarks.md): Learn more about how to bookmark and connect to your SSH hosts directly from 1Password. - [Get started with 1Password for SSH](https://developer.1password.com/docs/ssh/get-started.md): Learn how to set up and use 1Password to generate SSH keys and authenticate SSH requests. - [Sign Git commits with SSH](https://developer.1password.com/docs/ssh/git-commit-signing.md): Learn how to use the SSH integration to create new Git signing keys and use them with Git clients without the private key ever leaving 1Password. - [Use the 1Password SSH agent with WSL](https://developer.1password.com/docs/ssh/integrations/wsl.md): Learn how to set up the integration with Windows Subsystem for Linux so you can manage your SSH keys and authorize SSH requests from 1Password on y... - [Manage SSH keys](https://developer.1password.com/docs/ssh/manage-keys.md): Learn how to generate, import, and manage your SSH keys, all within 1Password. - [1Password for SSH & Git](https://developer.1password.com/docs/ssh/overview.md): Introducing 1Password for SSH & Git, the single source of truth for all your SSH keys. - [Autofill public keys](https://developer.1password.com/docs/ssh/public-key-autofill.md): Use 1Password in the browser to quickly upload public keys in Git and SSH platforms. ## Secrets Automation - [Get started with 1Password Service Accounts](https://developer.1password.com/docs/service-accounts/get-started.md): Learn how to use service accounts with 1Password. - [Manage service accounts](https://developer.1password.com/docs/service-accounts/manage-service-accounts.md): Learn how to manage 1Password service accounts. - [1Password Service Accounts](https://developer.1password.com/docs/service-accounts/overview.md): Introducing 1Password Service Accounts. Use service accounts to secure, orchestrate, and manage your company's infrastructure secrets. - [Service account rate limits](https://developer.1password.com/docs/service-accounts/rate-limits.md): Learn how to manage 1Password service accounts. - [1Password Service Account security](https://developer.1password.com/docs/service-accounts/service-account-security.md): Learn about Service Account security. - [Use service accounts with 1Password CLI](https://developer.1password.com/docs/service-accounts/service-accounts-1password-cli.md): Learn how to use service accounts with 1Password CLI. - [Use Connect with Ansible](https://developer.1password.com/docs/connect/ansible-collection.md): Access and manage your 1Password items in your Ansible Automation Platform with Connect. - [1Password Connect Server API reference](https://developer.1password.com/docs/connect/api-reference.md): Complete reference documentation for the 1Password Connect Server API. - [AWS ECS Fargate](https://developer.1password.com/docs/connect/aws-ecs-fargate.md): Learn how to deploy 1Password Connect Server on AWS ECS Fargate with CloudFormation. - [Use 1Password CLI with a Connect server](https://developer.1password.com/docs/connect/cli.md): Learn how to use 1Password Connect Server with 1Password CLI to provision secrets and retrieve items. - [Connect concepts](https://developer.1password.com/docs/connect/concepts.md): Learn about Connect concepts. - [Get started with a 1Password Connect server](https://developer.1password.com/docs/connect/get-started.md): Learn how to set up and use 1Password Connect to secure, orchestrate, and manage your company's infrastructure secrets. - [Manage Connect servers](https://developer.1password.com/docs/connect/manage-secrets-automation.md): Learn how to manage Connect servers. - [1Password Connect](https://developer.1password.com/docs/connect/overview.md): Use 1Password Connect to secure, orchestrate, and manage your company's infrastructure secrets. - [About 1Password Connect Server security](https://developer.1password.com/docs/connect/security.md): Learn Connect Server security. - [Configure your Connect server](https://developer.1password.com/docs/connect/server-configuration.md): Learn how to configure your 1Password Connect Server. - [Load secrets from 1Password into CircleCI](https://developer.1password.com/docs/ci-cd/circle-ci.md) - [Load secrets from 1Password into GitHub Actions](https://developer.1password.com/docs/ci-cd/github-actions.md) - [Load secrets from 1Password into Jenkins](https://developer.1password.com/docs/ci-cd/jenkins.md) - [1Password CI/CD Integrations](https://developer.1password.com/docs/ci-cd/overview.md): Introducing 1Password integrations for CI/CD workflows. - [Helm chart configuration](https://developer.1password.com/docs/k8s/helm-config.md): Learn about the configuration options for 1Password Helm charts. - [1Password Helm charts](https://developer.1password.com/docs/k8s/helm.md) - [Kubernetes Injector](https://developer.1password.com/docs/k8s/injector.md) - [Kubernetes integrations](https://developer.1password.com/docs/k8s/integrations.md): You can use Kubernetes integrations to deploy a [1Password Connect Server](/docs/connect/) or a [1Password Service Account](/docs/service-accounts/... - [Kubernetes Operator](https://developer.1password.com/docs/k8s/operator.md) - [Sync secrets from 1Password to AWS Secrets Manager (beta)](https://developer.1password.com/docs/environments/aws-secrets-manager.md): Learn how to create an integration to sync secrets from a 1Password environment to AWS Secrets Manager. - [Validate local .env files from 1Password Environments with Cursor Agent](https://developer.1password.com/docs/environments/cursor-hook-validate.md): Use a Cursor hook to validate locally mounted .env files from 1Password Environments. - [Access secrets from 1Password through local `.env` files (beta)](https://developer.1password.com/docs/environments/local-env-file.md): Learn how to store and access secrets through 1Password Environments using local environment files. - [1Password Environments (beta)](https://developer.1password.com/docs/environments/overview.md): Learn how to use environments to simplify how you manage your environment variables and secrets. - [Programatically read 1Password Environments](https://developer.1password.com/docs/environments/read-environment-variables.md): Learn how to get secrets stored in 1Password Environments using 1Password SDKs and CLI. - [1Password Secrets Automation](https://developer.1password.com/docs/secrets-automation.md): Introducing 1Password Secrets Automation workflows. Use a 1Password Service Account or Connect server to secure, orchestrate, and manage your infra... ## Events API - [Audit events](https://developer.1password.com/docs/events-api/audit-events.md): Learn about the specific actions 1Password Events Reporting captures when users performs various actions in an account. - [Authorization](https://developer.1password.com/docs/events-api/authorization.md): Learn more about how to authorize requests to the 1Password Events API. - [About the Events API beta](https://developer.1password.com/docs/events-api/beta/about-beta-api.md): Learn more about the 1Password Events beta API. - [Events API beta roadmap and changelog](https://developer.1password.com/docs/events-api/beta/api-roadmap.md): Learn more about the new and improved features coming to the Events API. - [Get started with the 1Password Events API (beta)](https://developer.1password.com/docs/events-api/beta/get-started.md): Learn how to set up an Events Reporting integration and start using the 1Password Events API. - [Get v3 audit events](https://developer.1password.com/docs/events-api/beta/get-v3-audit-events.md): Reference documentation for the v3 audit events endpoint (beta). - [1Password Events API changelog](https://developer.1password.com/docs/events-api/changelog.md): Track changes and updates to the 1Password Events API, including new features, improvements, and breaking changes. - [Endpoints](https://developer.1password.com/docs/events-api/endpoints.md): Learn more about the endpoints used with the 1Password Events API. - [1Password Events API generic scripts](https://developer.1password.com/docs/events-api/generic-scripts.md): Learn about implementing 1Password Events API using example scripts in several languages. - [Get started with the 1Password Events API](https://developer.1password.com/docs/events-api/get-started.md): Learn how to set up an Events Reporting integration and start using the 1Password Events API. - [About the 1Password Events API](https://developer.1password.com/docs/events-api/introduction.md): Learn more about the 1Password Events API. - [Item usage actions](https://developer.1password.com/docs/events-api/item-usage-actions.md): Learn about the specific actions 1Password Events Reporting captures when users interact with an item. - [1Password Events API](https://developer.1password.com/docs/events-api/overview.md): Introducing 1Password Events API, giving you the power to send activity information from your 1Password account to your security and events managem... - [Pagination](https://developer.1password.com/docs/events-api/pagination.md): Learn more about the cursors used for pagination in the 1Password Events API. - [Rate limits](https://developer.1password.com/docs/events-api/rate-limits.md): Learn more about the rate limits for the 1Password Events API. - [1Password Events API reference](https://developer.1password.com/docs/events-api/reference.md): Complete reference documentation for the 1Password Events API. - [Request headers](https://developer.1password.com/docs/events-api/request-headers.md): Learn more about the request headers used in calls to the 1Password Events API. - [Request methods](https://developer.1password.com/docs/events-api/request-methods.md): Learn more about request methods in the 1Password Events API. - [Servers and base URLs](https://developer.1password.com/docs/events-api/servers.md): Learn more about the servers and URLs used with the 1Password Events API. - [HTTP status codes](https://developer.1password.com/docs/events-api/status-codes.md): Learn more about the HTTP status codes in responses from the Events API. ## Additional Resources - [1Password Partnership API reference](https://developer.1password.com/docs/partnership-api/reference.md): Complete reference documentation for the 1Password Partnership API. - [1Password Secure Agentic Autofill](https://developer.1password.com/docs/agentic-autofill.md): Use 1Password to securely provide credentials to AI agents over an end-to-end encrypted channel with human-in-the-loop approval. - [Build on 1Password with LLMs](https://developer.1password.com/docs/building-with-llms.md): Learn how to use AI tools and LLMs to build integrations with 1Password developer tools, SDKs, CLI, and APIs. - [1Password Cursor Hooks](https://developer.1password.com/docs/cursor-hooks.md): Use Cursor hooks to integrate with 1Password. - [1Password integrations](https://developer.1password.com/docs/integrations.md): Use integrations to securely access secrets from 1Password. - [Use the 1Password provider for Pulumi](https://developer.1password.com/docs/pulumi.md): Use Pulumi to access and manage items in your 1Password vaults. - [Use the 1Password Terraform provider](https://developer.1password.com/docs/terraform.md) - [1Password for VS Code](https://developer.1password.com/docs/vscode.md): Learn how to install and use 1Password for VS Code - [1Password Developer Watchtower](https://developer.1password.com/docs/watchtower.md): 1Password Developer Watchtower can alert you to insecure and vulnerable credentials saved on disk so you can take action to mitigate security risks. - [Add the Save in 1Password button to your website](https://developer.1password.com/docs/web/add-1password-button-website.md): Learn how to add the Save in 1Password button to your website, so customers can save an item to 1Password in one step. - [Design your website to work best with 1Password](https://developer.1password.com/docs/web/compatible-website-design.md): Learn how to make sure 1Password correctly fills forms and generates passwords on your website by following these design guidelines. ## AI Discovery Files - [CLI Documentation](https://developer.1password.com/llms-cli.txt): Complete reference for 1Password CLI, including commands, secret references, and shell plugins. - [SDK Documentation](https://developer.1password.com/llms-sdks.txt): 1Password SDK guides for Python, JavaScript, and Go. - [SSH & Git Documentation](https://developer.1password.com/llms-ssh.txt): SSH key management, Git commit signing, and SSH agent configuration with 1Password. - [Secrets Automation Documentation](https://developer.1password.com/llms-secrets-automation.txt): Service accounts, Connect server, CI/CD integrations, and Kubernetes operator documentation. - [Events API Documentation](https://developer.1password.com/llms-events-api.txt): Events reporting API reference and integration guides. - [Full Documentation](https://developer.1password.com/llms-full.txt): Complete developer documentation in a single file for full-context LLM ingestion.