Skip to main content
The Generate Secure Link tool lets a Neo Agent create a secure, expiring link for sharing a secret — a password, an API key, a client secret, or a one-time credential.

Secrets only

The link is intentionally expiring and view-limited (PushPwd), which is correct for a secret and wrong for anything the recipient needs to keep. Use this tool only for a genuine secret. Do not put a report, an export, or general/tabular data (a CSV, a table of results, an analysis) through this tool. That data is not a secret, and a self-destructing link is the wrong way to deliver it — the recipient loses it when the link expires. For non-secret results:
  • Small result → the agent shows it inline in the chat or on the ticket.
  • Large result → the agent builds the file and emails it to the recipient as a durable attachment, so they keep a copy after the chat.

What It Does

When enabled, the agent can:
  • Generate a secure link for a secret using PushPwd
  • Share the secret behind an expiring, view-limited link — it stays usable until it expires or the view limit is reached, so it is not spent after the first open

How to Use

  1. Agent generates or receives a secret (like a password)
  2. Agent creates a secure link for that secret
  3. Link is shared with the user
  4. Link stops working once it expires or the view limit is reached

Example Use Case