v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
keychain

Store Keychain Item

Stores a new keychain item for a service.

post/api/keychain/set-item

Request body

servicestring required

Service identifier

Example request

{
  "item": {
    "password": "secret123",
    "url": "https://github.com",
    "username": "user@example.com"
  },
  "service": "github"
}

Response

Successfully stored keychain item