> ## Documentation Index
> Fetch the complete documentation index at: https://www.1password.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get started with 1Password developer tools

1Password developer tools help you securely use secrets across your development workflows, simplify your SSH and Git management, and build integrations and scripts that programmatically interact with your information in 1Password.

## How 1Password developer tools work

1Password provides a set of tools that you can combine to secure and simplify your development workflows:

* **[1Password desktop app](https://1password.com/downloads/)**: Store secrets, manage developer integrations, and enable biometric authorization prompts for developer workflows.
* [1Password for SSH & Git](/ssh): Sign Git commits and approve SSH connections using keys generated and stored in 1Password.
* [Environments](/environments): Manage project secrets as sets of environment variables that you can load directly from 1Password without exposing secrets in plaintext.
* [1Password CLI](/cli): Securely access secrets from 1Password in your terminal, scripts, and CI/CD pipelines.
* [1Password for VS Code](/vscode): Detect plaintext secrets in your code so you can store them in 1Password and replace them with secure secret references.
* [1Password SDKs](/sdks): Interact with 1Password from your Go, JavaScript, or Python applications.
* [1Password Service Account](/service-accounts): Authenticate automated workflows with service account tokens scoped to specific vaults, Environments, and permissions.
* [Shell plugins](/cli/shell-plugins): Authenticate third-party CLIs like `aws`, `gh`, `glab`, or `claude` using your fingerprint, without storing your credentials in plaintext.
* [1Password Connect server](/connect): Securely access secrets in your company’s apps and cloud infrastructure using a private REST API.
* **APIs**: Use the [Events API](/events-api) to get data about how people on your team use 1Password, the [Users API](/users-api) to manage users, and the [Partnership API](/partnership-api/reference) to manage customer billing.

## Start with a quickstart

If you’re new, start by following the quickstart for your role.

<CardGroup cols={3}>
  <Card title="Developer" href="/get-started/developer-quickstart" icon="code-commit"> Secure your development workflows and build with 1Password. </Card>
  <Card title="Administrator" href="/get-started/administrator-quickstart" icon="user-gear"> Administer your organization, including data and analytics. </Card> <Card title="Partner" href="/get-started/partner-quickstart" icon="handshake"> Integrate 1Password into services like billing, user automation, and your website.</Card>
</CardGroup>

## Choose a workflow

After you have your tools set up, choose what you want to accomplish:

<CardGroup cols={2}>
  <Card title="Secure SSH & Git workflows" href="/get-started/secure-ssh-git-workflows" icon="key">
    Manage SSH keys, authenticate Git and SSH with biometrics, sign commits, and forward SSH without exposing private keys.
  </Card>

  <Card title="Secure your developer secrets" href="/get-started/secure-developer-secrets" icon="layer-group">
    Access credentials in your terminal, IDE, and local projects without exposing your secrets in plaintext.
  </Card>

  <Card title="Secure your deployments" href="/get-started/secure-deployment" icon="rotate">
    Automatically load secrets into CI/CD, containers, and production apps at runtime with least-privilege access.
  </Card>

  <Card title="Secure AI access" href="/get-started/secure-ai-access" icon="robot">
    Provide credentials to AI agents and tools without exposing them in prompts, LLM context, or config files.
  </Card>

  <Card title="Build integrations" href="/get-started/build-integrations" icon="puzzle-piece">
    Build integrations and scripts that can securely interact with your 1Password account.
  </Card>

  <Card title="Manage your organization" href="/get-started/manage-organization" icon="diagram-project">
    Programmatically manage groups, vaults, and permissions with 1Password CLI or SDKs.
  </Card>

  <Card title="Set up your team to use 1Password developer tools" href="/get-started/secure-developers" icon="users">
    Set team policies and create shared resources so your team is ready to adopt 1Password developer tools.
  </Card>

  <Card title="Get data and analytics for your account" href="/get-started/get-data-and-analytics" icon="chart-line">
    Generate activity reports, send event data to your security tools, and automate access remediation.
  </Card>
</CardGroup>
