Marketplace & Templates
Why build from scratch when you can start with a proven template? CiniterFlow's Marketplace gives you access to dozens of pre-built flows that you can import with one click and customize for your specific needs.
How to Access the Marketplaceβ
- Go to Chatflows, Agentflows, or Tools in the sidebar
- Click the "+ Add New" button
- In the dialog, you'll see a "Marketplace" tab
- Browse the available templates
- Click on any template to preview it
- Click "Use Template" to import it into your workspace
That's it β the entire flow is now in your workspace, ready to customize.
Available Template Categoriesβ
Agentflow Templatesβ
These are the most powerful templates, built with the latest Agentflow architecture:
| Template | What It Does | Complexity |
|---|---|---|
| Simple RAG | Basic question-answering from documents | β Beginner |
| Agentic RAG | Self-correcting RAG with query regeneration | ββ Intermediate |
| SQL Agent | Natural language to SQL queries with validation | ββ Intermediate |
| Interacting With API | Agent that calls external REST APIs | ββ Intermediate |
| Structured Output | Extract structured data and process in batches | ββ Intermediate |
| Human In The Loop | Email drafting with human approval | ββ Intermediate |
| Supervisor Worker | Multi-agent collaboration (writer + reviewer) | βββ Advanced |
| Deep Research With Subagents | Multi-agent research system | βββ Advanced |
| Agents Handoff | Multi-agent routing and handoff | βββ Advanced |
| Translator | Multi-language translation agent | β Beginner |
| Iterations | Batch processing with loops | ββ Intermediate |
| Workplace Chat | Internal team assistant | ββ Intermediate |
Chatflow Templatesβ
Classic single-flow templates for simpler use cases:
| Template | What It Does |
|---|---|
| Conversation Chain | Simple chatbot with memory |
| Conversational Retrieval QA | RAG chatbot with document search |
| Conversational Agent | Agent with tool-calling capabilities |
| Tool Agent | Agent focused on using external tools |
| OpenAPI YAML Agent | Agent that uses OpenAPI specs to call APIs |
| Multiple Documents QnA | Q&A across multiple document sources |
| CSV Agent | Analyze and query CSV data |
| SQL DB Chain | Query databases with natural language |
| Image Generation | Generate images from text descriptions |
| Input Moderation | Content filtering and safety |
Tool Templatesβ
Pre-built custom tools you can add to any agent:
| Template | What It Does |
|---|---|
| Send Slack Message | Post messages to Slack channels |
| Send Discord Message | Post messages to Discord |
| Send Teams Message | Post messages to Microsoft Teams |
| SendGrid Email | Send emails via SendGrid |
| Create Airtable Record | Add records to Airtable |
| Add HubSpot Contact | Create contacts in HubSpot CRM |
| Get Stock Mover | Fetch stock market data |
| Get Current DateTime | Get the current date and time |
How to Customize a Templateβ
After importing a template, here's how to make it yours:
Step 1: Update Credentialsβ
Most templates need API keys. Click on each node that shows a warning and:
- Select your existing credential from the dropdown
- Or create a new credential if needed
Step 2: Update the System Promptβ
The template comes with a generic prompt. Replace it with your specific:
- Company name and details
- Product/service information
- Tone and personality
- Specific guidelines and guardrails
Step 3: Connect Your Knowledgeβ
If the template uses RAG:
- Create a Document Store with your documents
- Upsert your data
- Replace the template's Document Store reference with yours
Step 4: Adjust Toolsβ
Add, remove, or reconfigure tools based on what your agent needs to do.
Step 5: Test Thoroughlyβ
Use the chat panel to test with real-world questions before going live.
Recommended Starting Templatesβ
If you're brand new β Start with "Simple RAG"β
Import it, connect your credentials and a Document Store, and you have a working knowledge assistant in 5 minutes.
If you need customer support β Start with "Agents Handoff"β
It shows you how to route customers to specialized agents. Customize the routing logic and agent prompts for your business.
If you need API integration β Start with "Interacting With API"β
It demonstrates how to connect an agent to external APIs. Replace the example API with your own.
If you need research capabilities β Start with "Deep Research With Subagents"β
The most sophisticated template β shows multi-agent research with iteration and synthesis.
Exporting and Sharing Flowsβ
You can also export your own flows to share with team members:
- Open the flow you want to export
- Click the Settings icon (gear) in the top bar
- Click "Export"
- Save the JSON file
- Share it with others β they can import it using the "Import" option when creating a new flow
Tipsβ
- Start with templates, then customize β it's much faster than building from scratch
- Study the template structure β even if you don't use the template directly, it teaches you patterns and best practices
- Combine templates β take the routing logic from one template and the RAG setup from another
- Keep the original β import a template, then duplicate it before making changes so you always have the original to reference