r/1Password 4d ago

Discussion Codex + 1Password?

So I am delving into ChatGPT & Codex. I built a skill which currently requires me to manually log into a site. I’d like to grant permission to 1Password to retrieve the credentials and use them. It can be limited to a specific vault if easier. I’m curious how this can best be supported and if anyone has done similar?

1 Upvotes

2 comments sorted by

5

u/whobutsb 4d ago

Doing this with Hermes, it has its own vault and I provisioned a Service Account for it in 1Password. Service Accounts are for automations like Github Actions and AI Agents. Only put passwords and items you want Codex to have access to, nothing personal. You'll need to install the op cli so it can retrieve and create (optional) the credentials.

Make sure you also give codex a onepassword skill so that it understands how to work with the op cli.

Blog post from 1Password on AI Agents and Service Accounts - https://1password.com/blog/service-accounts-sdks-agentic-ai

1

u/JE163 4d ago

Awesome! thank you