fill
Clears an input field and populates it with specified text, optionally retrieving the value from an encrypted vault via use_secret.
Instructions
Clear an input and fill it with text. With use_secret, value comes from the encrypted vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to fill (or use use_secret). | |
| index | No | Fill the Nth match (0-based, from `candidates`) when the target is ambiguous. | |
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| target | Yes | @eN ref or selector. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. | |
| timeout_ms | No | Timeout in ms. | |
| use_secret | No | Vault reference 'site:key' (or 'site:totp'). |