Skip to main content

Welcome to Splox

Get started fast by using one of our pre-built templates. Choose the workflow that best fits your needs, customize it, and deploy in minutes.
No coding required! All templates work out of the box. You can customize them later as you learn the platform.

Step 1: Choose Your Starting Point

Pick a template that matches what you want to build:

Step 2: Set Up Your Integration

Most templates need an AI provider to work. Choose one option:
No API keys needed! Splox handles everything.
  1. Create an integration in Splox: Integrations → Add New
  2. Select your AI provider (OpenAI, Anthropic, etc.)
  3. Leave BYOK disabled (default)
  4. Start building immediately
You’ll be charged usage + commission through Splox.Recommended for beginners
Which should I choose?
  • First time? → Use Splox Services (default)
  • Have API keys? → BYOK
  • Not sure? → Use Splox Services (you can switch later)

Step 3: Customize Your Workflow

Once you’ve opened a template, here’s what to do:
1

Explore the Canvas

Look at the nodes (boxes) and edges (arrows). Each node is a step in your workflow.
  • LLM Nodes = AI models that think and respond
  • Tool Nodes = Actions like sending emails, querying databases
  • Switch Nodes = Conditional logic (“if this, then that”)
2

Click on a Node

View and edit its configuration:
  • Change the AI model
  • Adjust the prompt/instructions
  • Modify input variables
  • Add tools or memory
3

Test Individual Nodes

Click on any node to open its configuration panel on the right side. Click the “Run” button at the bottom to test that node individually and see its output before running the full workflow.
4

Connect Your Integrations

If a template uses Slack, Telegram, or databases, connect them:
  • Go to Integrations
  • Add new integration
  • Select it in the Tool Node dropdown
Pro tip: Hover over any node or edge to see tooltips explaining what it does.

Step 4: Run Your Workflow

Time to see it in action!
Test your workflow interactivelyThe fastest way to test your workflow:Chat Mode Interface
  1. Click the Chat icon (speech bubble) in the toolbar
  2. Select your Start node from the dropdown
  3. Start typing and chatting with your workflow
  4. See responses in real-time as nodes execute
Best for: Testing, debugging, and interactive conversations

Step 5: Monitor & Debug

Keep an eye on your workflow executions: Debug Panel Debug Panel - Shows real-time execution status:
  • View all nodes in your workflow
  • See which nodes are running, completed, or blocked
  • Monitor execution time and status
  • Click any node to inspect its input/output

Execution History

View all past runs, see which nodes succeeded/failed, and inspect outputs.Location: Workflow → Executions tab

Real-Time Monitoring

Watch your workflow run in real-time. The Debug Panel shows node-by-node progress with status indicators (Running, Completed, Blocked).Location: Debug Panel (sidebar during execution)

Error Handling

If a node fails, the workflow stops. Click the failed node to see the error message.Fix: Update configuration and re-run

Node Outputs

Every node stores its output. Reference it in later nodes using {{ node_id.output }} syntax.Example: {{ llm_1.content }}

Common First Workflows

Here’s what people typically build first:
What it does: Responds to user messages, remembers conversation historyTemplate: Telegram ChatbotCustomize:
  • Change personality/instructions in LLM node
  • Add tools (search, calculator, weather)
  • Connect to Slack instead of Telegram
What it does: Scrapes website → AI extracts data → Saves to databaseTemplate: Browser AgentCustomize:
  • Change target URL
  • Modify extraction prompt
  • Add Google Sheets export
What it does: Researches topic → Generates article → Posts to CMSStart from: Multimodal LLM + add toolsCustomize:
  • Add web search for research
  • Chain multiple LLM nodes (outline → draft → edit)
  • Connect WordPress/Ghost publishing
What it does: Monitors system → Detects anomaly → Sends alertTemplate: DevOps AgentCustomize:
  • Change monitoring checks
  • Add auto-remediation logic
  • Send to PagerDuty/Slack/Email

Next Steps

Now that you’ve built your first workflow, dive deeper:

Need Help?

Stuck on something? Most questions are answered in our Core Concepts guide. If you’re still stuck, reach out on Telegram!

Quickstart Checklist

Make sure you’ve completed these steps:
  • Signed up at app.splox.io
  • Chose a template (or started from scratch)
  • Set up at least one AI provider integration
  • Ran your first workflow manually
  • Checked execution history and node outputs
  • (Optional) Set up a webhook trigger
All done? You’re ready to build production workflows!

Share Your Creation

Built something cool? Share it in the community and help others learn!