Build and deploy your first AI agent without installing anything. All you need is a browser and an account.Documentation Index
Fetch the complete documentation index at: https://koreai-v2-agent-platform-dev.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Latest web browser (Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge).
- An Agent Platform 2.0 account - sign up free at ablplatform.com.
Setup Guide
Set up your first multi-agent system in four phases:Phase 1: Access Studio
Sign up and log in Go to ablplatform.com and create your account. After verifying your email, you land in Studio — the browser-based IDE where you build, test, and manage your agents. Create your first project Click New Project from the Studio dashboard. Give it a name like “My First Agents” and select a workspace. Projects organize your agents, supervisors, tools, and knowledge sources in one place.Phase 2: Build your First Agent
Inside your project, click New Agent. Open the ABL editor and paste this definition:- Uses an LLM to understand customer questions.
- Searches a knowledge base for answers.
- Responds with sourced information.
- Has clear boundaries on what it can and cannot do.
Phase 3: Test your Agent
Open the Test panel on the right side of Studio and send a message:Phase 4: Add a Supervisor
Create a new Supervisor in your project and paste this definition:What Have You Built
In a few minutes, you created:- An agent that understands natural language, retrieves knowledge, and enforces boundaries.
- A supervisor that routes messages to the right specialist.
- Observable traces for every execution step, visible right in Studio.
Next Step
- Your first agent tutorial — Build a complete agent with tools, knowledge, and guardrails.