Prerequisites
- Kore.ai account with AI for Process access
- Admin permissions for initial setup
- (Optional) API credentials for external integrations
Access AI for Process
- Navigate to the Platform.
- Select AI for Process from the product menu.
- Choose or create a workspace.
Quick Start: First Workflow
Step 1: Create a Workflow
- Navigate to Workflows
- Click Create Workflow
- Enter workflow details:
- Name: “Document Summarizer”
- Description: “Summarizes uploaded documents”
Step 2: Add Nodes
Build your workflow by adding nodes:- Start Node — Already present, configures trigger
- Text-to-Text AI Node — Add from AI Nodes palette
- End Node — Add to complete the workflow
Step 3: Configure AI Node
Configure the Text-to-Text node:Step 4: Configure Trigger
Set how the workflow is triggered:| Trigger Type | Use Case |
|---|---|
| API | Called from external systems |
| Schedule | Run on a schedule |
| Manual | Triggered by user in UI |
| Event | Triggered by platform events |
Step 5: Test and Deploy
- Click Test to run with sample input
- Review output and logs
- Click Deploy to make available
- Copy API endpoint for integration
Quick Start: Human-in-the-Loop
Add Human Review
Modify the workflow to include human approval:- Add Human Node after AI node
- Configure review settings:
Use the Inbox
- Navigate to Inbox
- View pending review tasks
- Review AI output
- Approve, edit, or reject
- Workflow continues after action
Quick Start: Model Hub
Configure AI Models
- Navigate to Models → Model Hub
- View available models:
- Open-source — Hugging Face models
- External — OpenAI, Anthropic, Google
- Fine-tuned — Your custom models
Add External Model
- Go to External Models
- Click Add Provider
- Configure credentials:
Use Model in Workflow
Select the model when configuring AI nodes:Workspace Setup
Create a Workspace
Workspaces organize workflows, models, and users:- Navigate to Administration → Workspaces
- Click Create Workspace
- Configure:
- Name and description
- Default model settings
- Team access
Invite Team Members
- Go to User Management
- Click Invite Users
- Assign roles:
- Admin — Full workspace access
- Developer — Create and edit workflows
- Reviewer — Process Inbox tasks
- Viewer — Read-only access
Next Steps
| Goal | Resources |
|---|---|
| Build complex workflows | Workflows |
| Explore node types | Workflow Nodes |
| Manage human tasks | Inbox |
| Deploy custom models | Model Hub |
| Design prompts | Prompts |