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.
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.
Quick Starts
The following scenarios walk you through common starting points. Follow one or all based on your use case.Build a workflow
Step 1: Create a workflow- Navigate to Workflows.
- Click Create Workflow.
- Enter workflow details:
- Name: “Document Summarizer”
- Description: “Summarizes uploaded documents”
- Start Node — Already present, configures trigger.
- Text-to-Text AI Node — Add from AI Nodes palette.
- End Node — Add to complete the workflow.
| 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 |
- Click Test to run with sample input.
- Review output and logs.
- Click Deploy to make available.
- Copy API endpoint for integration.
Add human review
Modify the workflow to include human approval:- Add Human Node after AI node.
- Configure review settings:
- Navigate to Inbox.
- View pending review tasks.
- Review AI output.
- Approve, edit, or reject.
- Workflow continues after action.
Configure the Model Hub
View available models- Navigate to Models → Model Hub.
-
View available models:
- Open-source — Hugging Face models.
- External — OpenAI, Anthropic, Google.
- Fine-tuned — Your custom models.
- Go to External Models.
- Click Add Provider.
- Configure credentials:
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 |