Sharing, Remixing & Templates
NickAI lets you share any workflow with a public link, remix shared workflows into your own account, and save workflows as templates — reusable blueprints you can keep private or publish to the community library.
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.getnick.ai/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.
Templates
Templates are reusable workflow blueprints. Save a workflow as a template to reuse it yourself, or share it with the NickAI community.
Saving a Workflow as a Template
- Open a workflow and click the More menu (three dots) in the header
- Select Submit as Template
- Fill in the template details:
| Field | Details |
|---|---|
| Visibility | Private (only you) or Public (community, requires admin approval) |
| Name | A clear name for the template (defaults to the workflow name) |
| Description | What the workflow does — you can write this manually or click AI Generate to auto-fill it |
| Category | Trading, Research, Notifications, Data Analysis, or Portfolio |
The AI Generate button analyzes your workflow's nodes and structure to produce a description automatically. You can edit the result before submitting.
Private vs Public Templates
- Private — Saved instantly. Only you can see and use it. Great for personal reuse.
- Public — Submitted for admin review. If approved, it appears in the community template library for all users to discover and use.
Browsing & Using Templates
Visit the Templates page to browse available templates. You'll see two tabs:
- My Templates — Templates you've created (private and public), along with their approval status
- Community — All publicly approved templates from other users
Filter by category to find what you need, then click Use Template to clone it into your account as a new workflow.
Templates are sanitized the same way as shared workflows — no credentials are included. After using a template, you must add your own API keys and credentials before the workflow can execute.
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 |
| Save as private template | Workflow owner | Yes |
| Submit as public template | Workflow owner | Yes |
| Browse community templates | Any NickAI user | Yes |
| Use a template | Any NickAI user | Yes |
| Manage custom nodes | Node creator | Yes |