Skip to main content

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​

  1. Go to Chatflows, Agentflows, or Tools in the sidebar
  2. Click the "+ Add New" button
  3. In the dialog, you'll see a "Marketplace" tab
  4. Browse the available templates
  5. Click on any template to preview it
  6. 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:

TemplateWhat It DoesComplexity
Simple RAGBasic question-answering from documents⭐ Beginner
Agentic RAGSelf-correcting RAG with query regeneration⭐⭐ Intermediate
SQL AgentNatural language to SQL queries with validation⭐⭐ Intermediate
Interacting With APIAgent that calls external REST APIs⭐⭐ Intermediate
Structured OutputExtract structured data and process in batches⭐⭐ Intermediate
Human In The LoopEmail drafting with human approval⭐⭐ Intermediate
Supervisor WorkerMulti-agent collaboration (writer + reviewer)⭐⭐⭐ Advanced
Deep Research With SubagentsMulti-agent research system⭐⭐⭐ Advanced
Agents HandoffMulti-agent routing and handoff⭐⭐⭐ Advanced
TranslatorMulti-language translation agent⭐ Beginner
IterationsBatch processing with loops⭐⭐ Intermediate
Workplace ChatInternal team assistant⭐⭐ Intermediate

Chatflow Templates​

Classic single-flow templates for simpler use cases:

TemplateWhat It Does
Conversation ChainSimple chatbot with memory
Conversational Retrieval QARAG chatbot with document search
Conversational AgentAgent with tool-calling capabilities
Tool AgentAgent focused on using external tools
OpenAPI YAML AgentAgent that uses OpenAPI specs to call APIs
Multiple Documents QnAQ&A across multiple document sources
CSV AgentAnalyze and query CSV data
SQL DB ChainQuery databases with natural language
Image GenerationGenerate images from text descriptions
Input ModerationContent filtering and safety

Tool Templates​

Pre-built custom tools you can add to any agent:

TemplateWhat It Does
Send Slack MessagePost messages to Slack channels
Send Discord MessagePost messages to Discord
Send Teams MessagePost messages to Microsoft Teams
SendGrid EmailSend emails via SendGrid
Create Airtable RecordAdd records to Airtable
Add HubSpot ContactCreate contacts in HubSpot CRM
Get Stock MoverFetch stock market data
Get Current DateTimeGet 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:

  1. Select your existing credential from the dropdown
  2. 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:

  1. Create a Document Store with your documents
  2. Upsert your data
  3. 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.

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:

  1. Open the flow you want to export
  2. Click the Settings icon (gear) in the top bar
  3. Click "Export"
  4. Save the JSON file
  5. 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