Connect an assistant
Five steps, done once per assistant.
Upgrade to Pro
The connector is a Pro feature — see /pricing. Everything below needs an account signed in on the dashboard.
Save a contact
send_secret always addresses someone by a saved contact, never a typed email. Add the people you send to most from the dashboard's Contacts card before connecting anything.
Copy the connector URL
It is on the dashboard under “AI and API,” and looks like https://hider.sh/api/mcp. It identifies your account, so treat it like a credential.
Add it in ChatGPT or Claude
Add a custom connector with that URL. Both will open a Hider sign-in and ask you to approve access — that approval is what creates the token the assistant uses.
Ask for it in plain language
“Send Jane the staging DB password, one read only.” The assistant fills in the tool call; you never write JSON by hand.
send_secret parameters
The assistant fills these in from the conversation — this is what it is actually sending underneath.
- contact
- The saved contact's name, exactly as list_contacts returns it — not an email address.
- note
- A line for the recipient saying who it is from and what it is. Required, since the email itself never names the sender.
- secret
- The part that must stay private.
- kind
- What is being shared: a login, a key, a note, and so on.
- name
- The non-secret half of a pair — a username, a Wi-Fi network name, an event title. Required for logins, Wi-Fi and calendar invites.
- starts_at
- Calendar invites only: an ISO 8601 start time.
- expires_in_hours
- How long the link may live, from 1 to 168. Defaults to one hour if left out.
Looking for the bigger picture first? See Developers.