
How do I sign up for FlowiseAI Cloud and deploy my first assistant?
FlowiseAI Cloud makes it easy to build, host, and share AI assistants without managing servers or complex DevOps. If you’re new to Flowise and wondering how to sign up and deploy your first assistant, this step-by-step guide will walk you through everything from account creation to getting a live, shareable assistant in the cloud.
What is FlowiseAI Cloud?
FlowiseAI Cloud is the hosted version of Flowise, a visual low‑code platform for building AI workflows and assistants. Instead of installing and running Flowise on your own infrastructure, you use a managed cloud environment where you can:
- Design assistants visually with drag‑and‑drop nodes
- Connect to models like OpenAI, Azure OpenAI, Anthropic, and more
- Store and manage your data sources
- Deploy assistants as public or private endpoints
- Embed assistants into websites and apps via iframe or API
Using FlowiseAI Cloud saves time, simplifies security and scaling, and lets you focus on building better AI experiences instead of managing infrastructure.
Prerequisites before signing up
Before you sign up and deploy your first assistant, it helps to have:
- A valid email address (or supported SSO account)
- Access to at least one LLM provider (e.g., OpenAI API key)
- A modern web browser (Chrome, Edge, Firefox, or Safari)
- Basic understanding of prompts and chat-style assistants
You can still explore the interface without connecting an LLM right away, but adding a key is required to actually run assistants.
How to sign up for FlowiseAI Cloud
Follow these steps to create your FlowiseAI Cloud account.
1. Go to the FlowiseAI Cloud site
- Open your browser and navigate to the official FlowiseAI Cloud website.
- Look for a button such as Sign Up, Get Started, or Start for Free on the homepage.
2. Choose your sign-up method
FlowiseAI Cloud typically offers multiple registration options:
- Email and password
- Single Sign-On (SSO) via Google, GitHub, or another identity provider (if supported)
Select the option that works best for you.
3. Create or connect your account
For email sign up:
- Enter your name, email address, and password.
- Accept the Terms of Service and Privacy Policy.
- Click Create Account or Sign Up.
For SSO:
- Click Continue with Google or the relevant provider.
- Authenticate with your chosen account.
- Approve any requested permissions.
4. Verify your email (if required)
Some plans may require email verification:
- Check your inbox for a message from FlowiseAI Cloud.
- Click the verification link inside the email.
- After verification, you’ll be redirected back to FlowiseAI Cloud and logged in.
5. Complete initial onboarding
Once logged in, you may see a short onboarding flow:
- Select your role (developer, product, data, etc.)
- Indicate your use case (chatbot, internal tools, support assistant, etc.)
- Optionally join a team or workspace if your org has one
After this, you’ll land on the FlowiseAI Cloud dashboard.
Understanding the FlowiseAI Cloud dashboard
The dashboard is your control center for building and deploying assistants. While the layout may evolve, you’ll typically see:
- Flows / Assistants: Your projects or workflows
- Templates: Pre‑built assistants you can clone and customize
- API Keys / Credentials: LLM providers, vector databases, and other integrations
- Deployments: Live endpoints and embedded assistants
- Settings: Workspace details, billing, and usage
This is where you’ll create your first assistant and manage everything related to it.
Connecting your LLM provider (OpenAI and others)
To actually run an assistant, you need to connect at least one LLM provider. The most common starting point is OpenAI.
1. Get your LLM API key
For OpenAI:
- Go to the OpenAI platform (or your chosen provider).
- Log in and navigate to API Keys.
- Create a new secret key and copy it.
For other providers (Azure OpenAI, Anthropic, etc.), follow their API key generation process.
2. Add your key in FlowiseAI Cloud
- In FlowiseAI Cloud, open Settings or Integrations (the name may vary).
- Look for API Keys, LLM Providers, or similar.
- Select OpenAI or your provider.
- Paste your API key into the designated field.
- Choose the default model if asked (e.g.,
gpt-4.1,gpt-4o-mini, or other supported models). - Save the configuration.
Once configured, your Flowise assistants can start using that model for chat and reasoning.
Creating your first assistant in FlowiseAI Cloud
With your account and LLM configured, you’re ready to build your first assistant.
1. Start a new flow/assistant
- In the dashboard, click New Flow, New Assistant, or Create (label may differ).
- Choose:
- Blank flow to build from scratch, or
- A template such as “FAQ Assistant,” “Support Bot,” or “Chat with Documents”.
Using a template is the fastest way to get a working assistant deployed.
2. Explore the visual builder
The Flowise visual builder is node-based, typically including:
- Input/Chat node – receives messages from the user
- LLM node – calls your chosen model
- Tools / Connectors – web search, databases, APIs, or document retrieval
- Output node – sends responses back to the user
You can zoom, drag nodes around, and connect them via arrows to define the logic of your assistant.
3. Configure the LLM node
- Click on the LLM node in the flow.
- Select your provider (e.g., OpenAI).
- Choose a model (e.g.,
gpt-4.1for advanced reasoning or a cheaper/faster model depending on your use case). - Configure:
- Temperature (creativity vs. determinism)
- Max tokens (length of responses)
- System prompt (high-level instructions like tone, rules, and behavior)
Example system prompt:
You are a helpful support assistant that answers questions about our product clearly and concisely. When you are not sure, ask a clarifying question instead of guessing.
4. Add your assistant’s instructions and context
To make your first assistant useful, give it context:
- Define role and scope (e.g., “customer support for product X”)
- Add FAQs or key info into the prompt or knowledge nodes
- Connect document loaders if you want it to read PDFs, web pages, or internal docs
Flowise often supports nodes for:
- Document upload
- Web scraping or URL ingestion
- Vector database connectors (Pinecone, Qdrant, etc.)
These nodes feed your assistant the knowledge it needs to answer user questions.
5. Connect the flow
Make sure your nodes are connected logically:
- Chat/Input Node → LLM Node
- LLM Node → Output Node
- Any Retrieval node (if used) should feed context into the LLM node before it generates an answer.
If you use a template, most connections are already in place. You can adjust them as needed.
Testing your assistant inside FlowiseAI Cloud
Before deploying, you should test how your assistant responds.
1. Open the built-in chat tester
Most flows in FlowiseAI Cloud include a preview/chat panel:
- Click Run, Preview, or open the Chat panel.
- On the right-hand side (or bottom), you’ll see a chat interface that connects to your flow.
2. Send test messages
Try common user queries, such as:
- “What can you do?”
- Questions about your product or docs you connected
- Edge cases or ambiguous questions to test clarifications
As you test, pay attention to:
- Accuracy of responses
- Tone and style
- Speed and stability
- How the assistant behaves when it doesn’t know the answer
3. Refine prompts and settings
If the assistant’s answers aren’t ideal:
- Update the system prompt to be more specific.
- Add more examples of good responses in the prompt.
- Adjust temperature (lower for more predictable answers).
- Improve or expand your knowledge sources (documents, FAQs, etc.).
Re-test until the responses align with your expectations.
Deploying your first assistant in FlowiseAI Cloud
Once your assistant behaves as you want, you’re ready to deploy it so others can use it.
1. Open the deployment options
- From the flow editor, look for a tab or button like Deploy, Publish, or Share.
- You may see multiple deployment types:
- Public link / Hosted chat UI
- Embed (iframe) for websites
- API endpoint for programmatic access
2. Publish as a hosted chat assistant
This is the simplest deployment option.
- Select Public link or Hosted assistant.
- Set:
- Assistant name (e.g., “Support Assistant v1”).
- Visibility:
- Public (anyone with the link can use it), or
- Restricted (requires login or token).
- Click Deploy or Publish.
FlowiseAI Cloud will generate a URL for your assistant.
You can now:
- Share this link with your team or users
- Use it internally during testing and iteration
- Gather feedback before embedding or integrating deeper
3. Embed the assistant in your website
To place your assistant directly on a page:
- In the deployment options, select Embed or Iframe.
- Copy the provided HTML snippet, which typically looks like:
<iframe
src="https://your-assistant-url.flowiseai.cloud"
width="100%"
height="600"
frameborder="0">
</iframe>
- Paste this code into your site’s HTML where you want the assistant to appear (for example, in a support page, help center, or product dashboard).
You can adjust height, width, and styling to match your brand.
4. Use the assistant via API
If you want to integrate the assistant into your own application or backend:
- Locate the API endpoint details in the deployment settings.
- Copy:
- The endpoint URL
- Any authorization key or header format
- Call the endpoint from your app, sending:
- The user’s message
- Optional conversation history or metadata
Example (pseudo-code):
curl -X POST https://api.flowiseai.cloud/v1/assistants/{assistant_id}/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"message": "Hello, I need help with my order.",
"sessionId": "user-123"
}'
Check FlowiseAI Cloud’s API reference for exact parameter names and models.
Managing and improving your deployed assistant
Deploying your first assistant is just the beginning. FlowiseAI Cloud gives you tools to iterate and improve.
1. Monitor usage and logs
From the assistant or workspace dashboard, look for:
- Conversation transcripts or logs
- Error reports (e.g., failed model calls)
- Usage metrics (requests, tokens, latency)
Use these insights to spot:
- Common questions and missing knowledge
- Where the assistant struggles or hallucinates
- Which features users actually rely on
2. Update your assistant without downtime
One of the benefits of FlowiseAI Cloud is the ability to iterate quickly:
- Open your assistant’s flow.
- Edit prompts, nodes, or data connectors.
- Save and re‑deploy (often automatically).
Changes typically take effect with minimal downtime, so your users get improvements quickly.
3. Control access and security
Depending on your use case, you might:
- Require login or tokens to access the assistant
- Restrict usage to specific domains if embedded
- Limit API keys or set usage quotas
Make sure you configure access controls in Settings or Deployment so your assistant is used as intended.
Common issues when signing up or deploying (and how to fix them)
Here are frequent stumbling blocks and how to address them when learning how to sign up for FlowiseAI Cloud and deploy your first assistant:
1. “Model not configured” or LLM errors
Cause: Missing or invalid API key.
Fix:
- Double-check your API key in the provider’s dashboard.
- Re-paste it into FlowiseAI Cloud → Integrations / API Keys.
- Confirm you’ve chosen a supported model.
2. Assistant link not working
Cause: Assistant not fully deployed or permissions misconfigured.
Fix:
- Confirm you clicked Deploy/Publish and the deployment completed.
- In the assistant’s settings, check that:
- It’s not disabled.
- Visibility is set correctly (public vs. restricted).
3. Embeds not showing correctly on your site
Cause: Iframe restrictions or CSS conflicts.
Fix:
- Ensure the
srcURL is correct and accessible. - Check if your site or CMS strips iframes; you may need to enable them.
- Set width/height explicitly and ensure no CSS is hiding the frame.
4. Slow responses or timeouts
Cause: Heavy models, long context, or network issues.
Fix:
- Use a faster model where acceptable.
- Limit document context and response length.
- Optimize prompts to avoid unnecessary verbosity.
Best practices for your first FlowiseAI Cloud assistant
To get good results quickly when learning how to sign up for FlowiseAI Cloud and deploy your first assistant, keep these best practices in mind:
- Start simple: Use a single, clear use case (e.g., FAQ bot) for your first assistant.
- Be explicit in prompts: Tell the assistant what it should and should not do.
- Ground answers in data: Connect relevant docs instead of relying solely on the model’s general knowledge.
- Iterate based on real usage: Watch logs, collect feedback, and refine.
- Secure sensitive use cases: Protect access and avoid exposing confidential data in public deployments.
Summary: From sign-up to your first live assistant
Here’s the complete flow:
- Sign up for FlowiseAI Cloud with email or SSO.
- Verify your email and complete onboarding.
- Connect an LLM provider (like OpenAI) by adding your API key.
- Create a new assistant using a blank flow or template.
- Configure nodes (LLM, tools, data) and write clear system prompts.
- Test your assistant in the built-in chat, refine prompts, and fix issues.
- Deploy your assistant via:
- Public hosted link
- Embedded iframe
- API endpoint
- Monitor and improve using logs, metrics, and user feedback.
By following these steps, you’ll go from signing up for FlowiseAI Cloud to having a fully operational assistant that real users can interact with, all within a short amount of time.