v1
latestOpenAPI 3.1.02026-07-13372867.8 KBkeychain
Store Keychain Item
Stores a new keychain item for a service.
post/api/keychain/set-item
Request body
Example request
{
"item": {
"password": "secret123",
"url": "https://github.com",
"username": "user@example.com"
},
"service": "github"
}Response
Successfully stored keychain item