Quick Start
Set up your first AI workflow in Lasius step by step.
Get your first workflow running in Lasius. This guide provides an overview of the setup process with links to detailed guides for each step.
Prerequisites
- A Lasius account (Sign up)
- API key from at least one model provider (OpenAI, Anthropic, Google, or AWS Bedrock)
Setup Steps
| Step | Required | Description |
|---|---|---|
| 0. Profile Setup | Yes | Configure your personal settings |
| 1. Model Provider | Yes | Set up AI model access |
| 2. Create Workflow | Yes | Build your first workflow |
| 3. MCP Servers | Optional | Add external tool capabilities |
| 4. Knowledge Base | Optional | Enable document retrieval |
Step 0: Set Up Your Profile
Before creating workflows, configure your personal settings:
- Click your profile icon in the sidebar
- Set your display name and preferences
- Configure notification settings for workflow alerts
Note:
Personalize AI Responses: Enable Global Prompt in Settings to set instructions, tone, and context that apply to all your AI agents and workflows. This ensures consistent, personalized responses across your entire workspace.
Step 1: Configure a Model Provider
Workflows require an AI model to power agents. Set up at least one provider.
Supported providers: OpenAI, Anthropic, Google Gemini, Amazon Bedrock, Ollama
Quick steps:
- Go to Configurations in the sidebar
- Click Create New
- Select provider and enter API key
- Choose model and save
Note:
Configurations are reusable across all your workflows. Update once, apply everywhere.
Step 2: Create Your First Workflow
Build your workflow using the visual Flow Editor.
Quick steps:
- Go to Workflows | Agents → Workflows
- Click New Flow
- Drag and drop: Trigger → Agent → Output
- Connect nodes and configure
Basic structure:
[Trigger] → [Agent] → [Output]
Step 3: Add MCP Servers (Optional)
Extend your agents with external tools via MCP (Model Context Protocol).
Capabilities: File access, database queries, API calls, browser automation
Quick steps:
- Navigate to MCP server configuration
- Add and configure your server
- Connect as a tool in your workflow
Step 4: Connect Knowledge Base (Optional)
Give your agents access to grounded information for RAG workflows.
Quick steps:
- Go to Knowledge Base in the sidebar
- Create and upload documents
- Add as a tool to your agent
Use cases: Q&A systems, research assistants, grounded responses
Step 5: Run & Test
- Click Run in the workflow editor
- Monitor the execution trace in real-time
- Review outputs and iterate
Next Steps
Detailed Setup Guides
Advanced Topics
- Workflow Builder — Deep dive into the visual editor
- AI Agents — Configure agent behaviors
- Testing & Debugging — Debug workflow issues