Build your first AI agent in under 5 minutes — no installation required.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
All you need is:- A web browser (Chrome, Firefox, Safari, or Edge)
- An Agent Platform 2.0 account — sign up free at ablplatform.com
Step 1: Sign up and log in
Head to ablplatform.com and create your account. Once you verify your email, you’ll land in Studio — the browser-based IDE where you build, test, and manage your agents.Step 2: 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.Step 3: Create 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
Step 4: Test your agent
Open the Test panel on the right side of Studio and send a message:Step 5: Add a supervisor
Ready for multi-agent orchestration? Create a new Supervisor in your project and paste this definition:What you built
In just a few minutes, without installing anything, 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 steps
Keep building:- Your first agent tutorial — Build a complete agent with tools, knowledge, and guardrails
- Multi-agent orchestration — Design supervisor routing with handoff, delegation, and escalation
- Platform overview — Understand what makes ABL different from other frameworks
- ABL language reference — Full language specification for all ABL constructs
Tip: Check out the Template Gallery in Studio for ready-made agent definitions across industries — airlines, retail, banking, telecom, travel, and more.