
SRIFT
Secure P2P file transfer and encrypted chat for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| srift_start_session | Create a new SRIFT secure session. Returns the 7-character session ID and a shareable URL. The host approves all future joins. E2EE keys derive locally from the session ID + optional roomSecret. |
| srift_join_session | Request to join an existing SRIFT session by its 7-character session ID. The host must approve before transfers/chat work. |
| srift_session_status | Get current session details: id, role (host/guest), connection state, pending join requests, peer count. |
| srift_close_session | Close the active session. Flushes E2EE keys, disconnects signaling, clears chat history. |
| srift_approve_join | Host-only. Approve a pending guest join request by their temp user ID. |
| srift_reject_join | Host-only. Reject a pending guest join request. |
| srift_kick_user | Host-only. Disconnect and ban a peer from the active room. |
| srift_list_transfers | List all active and recent transfers with progress, speed, ETA, and status. |