Prerequisites
- Kore.ai account with AI for Process access.
- Admin permissions for initial setup.
- (Optional) API credentials for external integrations.
Access AI for Process
AI for Process is currently available on our US Cloud at https://process.kore.ai. To request access for your customers, partners, or prospects, contact the Sales team.- Navigate to the Platform.
- Select AI for Process from the product menu.
- Choose or create a workspace.
Workspace Setup
Create a Workspace
A workspace is a logical grouping of workflows and configurations, typically organized by teams or projects.- A default workspace is created automatically for each account.
- The current workspace appears in the application header and can be changed by using the workspace switcher.
- Switching workspaces updates the workflows, settings, and permissions in the interface.
Invite Team Members
- Go to User Management.
- Click Add new users> Invite.
- Assign roles:
- Admin — Full workspace access.
- Developer — Create and edit workflows.
- Reviewer — Process Inbox tasks.
- Viewer — Read-only access.
Workflow Setup
Set up your AI-powered Workflows in three steps:┌──────────────────────────────┐
│ Step 1: Configure Models │
│ Set up AI model providers │
└──────────────┬───────────────┘
│ ▼ │
┌──────────────────────────────┐
│ Step 2: Build a Workflow │
│ Create an AI-powered │
│ workflow (Add nodes,trigger,│
│ human review) │
└──────────────┬───────────────┘
│ ▼ │
┌──────────────────────────────┐
│ Step 3: Test and Deploy │
│ Test your workflow and │
│ deploy it for use │
└──────────────────────────────┘
Configure Models
View Available Models- Navigate to Models.
-
View available models:
- Open-source — 30+ popular models, or any text generation model from Hugging Face.
- External — Commercial models including OpenAI, Anthropic, Azure OpenAI, Cohere, and Google. You can also integrate your own hosted models via API connections.
- Fine-tuned — Models fine-tuned for your specific use cases.
- Go to External Models.
- Click Add Provider.
- Configure credentials:
Build a Workflow
Step 1: Create a Workflow- Navigate to Workflows.
- Click Create Workflow.
- Enter a name and description for your workflow.
- Name: “Document Summarizer”
- Description: “Summarizes uploaded documents”
- Start Node — Added automatically. Configure input and output variables, and optionally set up triggers or a schedule.
- Text-to-Text AI Node — Add from the node palette.
- End Node — Add to complete the workflow.
| Trigger type | Description |
|---|---|
| Event | Starts the workflow when a specific event occurs in a connected third-party app. |
| Schedule | Starts the workflow at a set time or interval. |
- Click Test to run with sample input.
- Review output and logs in debug panel.
- Click Deploy to make available.
- Copy API endpoint for integration.
Add Human Review
If your workflow requires human validation, add a Human Node at any point in the flow.- Navigate to Inbox.
- View pending review tasks.
- Review AI output.
- Approve, edit, or reject.
- Workflow continues after action.