Sharing & Remixing
NickAI lets you share any workflow with a public link. Anyone with the link can preview the workflow, and logged-in users can remix (clone) it into their own account.
Sharing a Workflow
1. Open the Share Dialog
In the workflow editor, click the Share button in the toolbar. This opens the share dialog.
2. Generate a Link
Click Generate Share Link. NickAI creates a unique, cryptographically secure URL:
https://app.nickai.com/workflow/share/aBcDeFgHiJkLmNoPqRsTuVwXyZ...
Copy the link and send it to anyone — no login required to view.
3. What Gets Shared
| Data | Shared? |
|---|---|
| Workflow structure (nodes & edges) | Yes |
| Node configuration (symbols, timeframes, prompts) | Yes |
| Scheduling settings | Yes |
| Conditional logic & thresholds | Yes |
| API keys & credentials | Never |
| Exchange account details | Never |
| Telegram chat IDs | Never |
| Slack channel IDs | Never |
NickAI automatically sanitizes every shared workflow. Credentials, API keys, and destination identifiers (Telegram chat IDs, Slack channels) are stripped before anyone can see them.
4. Revoke Access
Changed your mind? Open the share dialog and click Revoke Access. The link stops working immediately — anyone who visits it will see an error.
Remixing a Workflow
Remixing lets you clone someone else's shared workflow into your own account as a starting point.
1. Visit the Share Link
Open the shared URL in your browser. You'll see a read-only preview of the workflow — its nodes, edges, and configuration — without needing to log in.
2. Click Remix
Click the Remix This button. If you're not signed in, you'll be prompted to log in first — the remix happens automatically after.
3. Make It Yours
The remixed workflow appears in your dashboard as "Original Name (Copy)". From here you can:
- Add your credentials — connect your exchange keys, LLM API keys, and notification webhooks
- Customize configuration — adjust symbols, thresholds, prompts, and logic to fit your strategy
- Enable scheduling — remixed workflows start with scheduling disabled to prevent accidental runs
Remixed workflows have no credentials attached. You must add your own API keys before the workflow can execute.
How Sanitization Works
When you share a workflow, NickAI runs a sanitization pass before storing the public version:
| Field | Action |
|---|---|
credentialId | Removed from all nodes |
Telegram chatId | Removed (PII) |
Slack channel | Removed (PII) |
| Node structure & config | Preserved as-is |
Nodes that had credentials are flagged internally so the remix UI can prompt you to add your own keys.
Quick Reference
| Action | Who | Requires Login |
|---|---|---|
| Generate share link | Workflow owner | Yes |
| View shared workflow | Anyone with the link | No |
| Remix into your account | Any NickAI user | Yes |
| Revoke share link | Workflow owner | Yes |