GeniSpace Quick Start Guide
Welcome to the GeniSpace intelligent workflow platform! This guide follows the recommended onboarding process to help you get started with the platform's core features quickly.
Step 1: Sign Up and Log In
- Visit the GeniSpace website
- Click Sign Up or Log In in the upper-right corner
- Fill in your basic information and create an account
- Complete email verification
- Log in to the platform with your credentials
Step 2: Access the Console
After logging in, you will enter the Console. The Console is the central hub of GeniSpace, providing the following modules:
- Dashboard — Overview and quick access shortcuts
- Agents — Create and manage agents
- Tasks — Create and execute workflow tasks
- Operators — Import, configure, and test tools
- Knowledge Base — Knowledge base management
- Data — Data sources and datasets
- Storage — File storage
- Analytics — Data analytics
- Applications — Application management
- Team — Team members and permissions
- Settings — Account and subscription configuration
Step 3: Set Up Data
Before using workflows and agents, it is recommended to configure your data sources first:
- Navigate to the Data module from the Console sidebar
- Create a data source (e.g., a relational database connection)
- Supported data operation types:
insert_data,select_data,update_data,delete_data - Configure SQL queries and run functional tests
Vector datasets can be created in the Data module for integration with agents. See Data Guide for details.
Step 4: Create a Workflow
- Navigate to the Tasks module from the Console sidebar
- Click Create Task or New Workflow
- Drag and drop nodes in the visual editor and connect them to form a process
- Configure each node's inputs, outputs, and parameters
- Set up a trigger (scheduled, event-driven, or manual)
- Save and test the workflow
See Workflow Overview and Workflow Builder for details.
Step 5: Create an Agent
GeniSpace supports the following two agent types:
Task Agent
- Console → Agents → Create Agent
- Enter a system prompt to define the agent's role and behavior
- Configure the input schema and output schema
- Enable memory (optional)
- Verify agent behavior in the test interface
Conversational Agent
- Console → Agents → Create Agent, select Conversational type
- Configure the system prompt
- Open the Chat application to test and debug through multi-turn conversations
See Agent Guide for details.
Step 6: Create Tools
Tools (operators) are created based on the OpenAPI 3.0 specification:
- Navigate to the Operators module from the Console sidebar
- Click Import Tool or Create Tool
- Use an OpenAPI definition or import an existing tool
- Configure tool parameters
- Select a tool in the test interface and run a test
See Tool System and Custom Operators for details.
Step 7: Create a Workbench
The Workbench is used to build low-code application pages:
- Open the Workbench application
- Create a new workbench
- Create pages
- Configure the navigation menu
- Select pages and add workbench modules
See the Workbench section in Applications Overview for details.
Config Map (Optional)
You can configure a Config Map in Settings:
- Settings → Create a new configuration table
- Manage configuration variables
This is used for scenarios such as environment variable substitution in workflows. See Config Map for details.
Next Steps
- Explore advanced usage of Workflows and Environment Variables
- Learn about Agent and Memory configuration
- Refer to the API Documentation to integrate GeniSpace into your existing systems
- Review the Billing System for subscription and token usage information
FAQ
Details
How can I monitor task execution costs?
You can view token usage and billing information in your Profile (upper-right avatar) or on the Subscription page.Details
How do I share tasks among team members?
Invite members through Team Management and assign appropriate permissions. Tasks and resources are isolated by team.Details
Does GeniSpace support on-premises deployment?
The Enterprise edition supports private deployment. See Enterprise Deployment or contact our sales team for more information.For further assistance, see the full documentation or FAQ.