vault_login
ActiveTool of WingmanProtocol Agent Gateway
ZERO-EXPOSURE browser login: fill a form from your encrypted vault WITHOUT the plaintext ever entering your context. vault_fields maps each form @eN ref to a vault entry (or 'entry:field' for a multi-field entry), e.g. {'@e3':'github:username','@e4':'github:password'}. The gateway verifies you own the browser session, decrypts server-side, fills, and returns only {ok,url}. Requires your secret (Bearer).
Parameters schema
{
"type": "object",
"required": [
"handle",
"browser_id",
"vault_fields"
],
"properties": {
"handle": {
"type": "string",
"description": "your registered handle (owns the session)"
},
"browser_id": {
"type": "string",
"description": "from browse_open"
},
"submit_ref": {
"type": "string",
"description": "optional @eN ref to click after filling"
},
"vault_fields": {
"type": "object",
"description": "{'@eN ref': 'entry_name' | 'entry_name:field', ...}"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries