> ## 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.

# Security for AI

AI tools and agents increasingly need credentials like API keys, tokens, and passwords to complete tasks. When you supply these secrets in plaintext, they can leak into LLM context, source control, or config files. 1Password gives you secure methods to use secrets in agentic workflows without exposing them in prompts, config files, or agent memory.

<CardGroup cols={3}>
  <Card title="Workflow: Secure AI access" href="/get-started/secure-ai-access" icon="fingerprint">
    Learn how to get started using 1Password to secure your agentic workflows.
  </Card>

  <Card title="Validate your Environments setup with hooks" href="/environments/agent-hook-validate" icon="shield-halved">
    Validate locally mounted `.env` files from 1Password Environments before supported AI coding agents execute shell commands.
  </Card>

  <Card title="Manage Environments using the 1Password MCP Server" href="/environments/mcp-server" icon="plug">
    Create and manage 1Password Environments using secure authorization prompts, without exposing secrets to your MCP client.
  </Card>

  <Card title="Autofill credentials in Browserbase" href="/agentic-autofill" icon="robot">
    Let Browserbase sign in to websites using 1Password with human-in-the-loop approval, so credentials never enter the agent or LLM context.
  </Card>

  <Card title="Secure MCP server config files" href="/get-started/secure-ai-access#secure-mcp-server-config-files" icon="file-code">
    Replace plaintext tokens in your `mcp.json` file with environment variables loaded from 1Password at runtime.
  </Card>

  <Card title="Authenticate AI command-line tools with biometrics" href="/get-started/secure-ai-access#authenticate-ai-command-line-tools-with-biometrics" icon="fingerprint">
    Use shell plugins to authenticate AI CLIs like OpenAI CLI or Claude Code with your fingerprint instead of storing API keys in shell profiles.
  </Card>
</CardGroup>


## Related topics

- [Use 1Password to securely provide credentials to AI agents](/agentic-autofill.md)
- [Secure secrets for AI agents and tools](/get-started/secure-ai-access.md)
- [Tutorial: Integrate 1Password SDKs with AI agents](/sdks/ai-agent.md)
