Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:4242/{computer_name}/api/keychain/set-item \ --header 'Content-Type: application/json' \ --data ' { "item": { "password": "secret123", "url": "https://github.com", "username": "user@example.com" }, "service": "github" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Stores a new keychain item for a service.
Service identifier
"github"
Keychain item to store
Show child attributes
Successfully stored keychain item