The arrows below describe who initiates and coordinates the workflow—not a plaintext
path through an AI model. When an agent participates, it should handle only protected
link references, file paths, and commands. Plaintext is delivered by the local CLI to
a human, a protected file, an environment variable, or a trusted tool.
Human → Human
Share a secret or private file without placing its plaintext in chat, email, or a ticket.
Human → Remote agent
Send a credential from your notebook to a tool running in a remote agent environment.
Remote agent → Human
Receive a database password, recovery artifact, or private configuration created on a remote machine.
Agent → Agent
Pass a kubeconfig, generated database password, or private artifact between agents on different machines.
Choose the narrowest exposure
Prefer a workflow where the fewest components ever receive plaintext:- A private link is better than raw plaintext in a durable conversation.
- A protected link file is better than a link in command history or agent output.
- Direct environment injection into a trusted tool is better than exposing the secret to an agent and asking it to relay the value.
Availability
Browser-based creation and opening are available today. The publishedv0.3.0-alpha.3 CLI preview supports creation, deletion, local retrieval to
protected files, direct exec injection, compact links, manual passphrases,
attachments, generated-password workflows, and a local agent-safe MCP server.
These allow an agent to coordinate an operation without receiving the plaintext in
model context.
Command-line interface
Review exact availability, installation options, protected link sources, and CLI security behavior.
MCP server
Coordinate generated secrets, private files, environment injection, and trusted commands through MCP.