Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Last Updated: 2026-03-25Complete catalog of all platform features with their descriptions, owning packages, and current status. For a compact status-only view, see the Status Matrix.
P0 — Critical (Security, Core Runtime)
These features are essential for platform security and core runtime operation.| # | Feature | Description | Package(s) |
|---|---|---|---|
| 1 | Auth Profiles | Authentication profile management — login flows, token lifecycle, session management | shared-auth-profile, shared, database |
| 2 | Memory & Sessions | Conversation memory, session state, context windows, compaction | runtime, studio, database, shared-auth |
| 3 | Guardrails | 3-tier safety: CEL rules, model-based, LLM-based with block/redact/warn | runtime, compiler, database, studio |
| 4 | PII Detection | Personally identifiable information detection and redaction in conversations | runtime, compiler, database |
| 5 | Encryption at Rest | Field-level encryption for sensitive data using DEK envelope encryption | shared-encryption, runtime, database |
| 6 | KMS | Key Management Service — key rotation, envelope encryption, tenant-scoped keys | runtime, database, shared-encryption, studio |
| 7 | Audit Logging | Comprehensive audit trail for security-sensitive operations | runtime, admin, database |
| 8 | Pipeline Engine | BullMQ-based pipeline for async job processing and flow orchestration | pipeline-engine, studio |
| 9 | EventStore | Event sourcing store for agent execution events and trace data | eventstore, runtime, database |
| 10 | Alerts | Configurable alert rules and notification delivery for runtime events | runtime, eventstore, studio |
| 11 | Identity Verification | User identity verification for sensitive operations | runtime, database |
| 12 | Rate Limiting | Request rate limiting per tenant/user/endpoint with Redis sliding window | runtime, search-ai, studio, config |
P1 — Important (Core Platform)
Core platform capabilities for agent development, deployment, and management.| # | Feature | Description | Package(s) |
|---|---|---|---|
| 13 | ABL Language | Agent Blueprint Language — declarative DSL for agent behavior definition | core, compiler, language-service, studio |
| 14 | Agent Anatomy | Agent structure: sections, lifecycle, compilation to IR | compiler, runtime, database, studio |
| 15 | Agent Development Studio | Browser-based IDE for agent authoring and testing | studio, project-io, runtime, database |
| 16 | Agent Testing & Evals | Test harness, evaluation pipelines, quality metrics | pipeline-engine, eventstore, studio, runtime |
| 17 | Model Hub | Provider-neutral LLM configuration with model tiers and fallback chains | runtime, studio, admin, database, compiler |
| 18 | Deployments & Versioning | Agent version management and deployment lifecycle | runtime, studio, database |
| 19 | Tool Invocations | HTTP/MCP/sandbox/lambda tool bindings with auth and pagination | compiler, runtime, studio, shared |
| 20 | Channels | Deployment endpoints for agent interactions (web, SDK, API) | runtime, database, studio |
| 21 | Multi-Agent Orchestration | Supervisor, delegation, handoff, escalation patterns | runtime, compiler, execution |
| 22 | SSO / Enterprise Auth | SAML/OIDC single sign-on for enterprise customers | auth-enterprise, studio |
| 23 | Session Compaction | Conversation history summarization to manage token limits | runtime |
| 24 | NLU / Intent Classification | Natural language understanding and multi-intent detection | runtime, nl-parser |
| 25 | Tenant LLM Policy | Per-tenant LLM model restrictions and cost controls | runtime, admin |
| 26 | Tracing & Observability | Distributed tracing, execution timelines, MCP debug tools | runtime, observatory, shared-observability, mcp-debug |
| 27 | Webhook System | Outbound webhook delivery for events with retry and DLQ | eventstore, database, runtime, search-ai, studio |
| 28 | Environment Variables | Scoped variables with namespace resolution across tool types | runtime, studio, database, compiler |
P2 — Standard
Standard platform features for integration, analytics, and advanced capabilities.| # | Feature | Description | Package(s) |
|---|---|---|---|
| 29 | Connectors | Enterprise data connectors (Google, Confluence, Salesforce, etc.) | connectors, database, studio |
| 30 | MCP Support | Model Context Protocol server/client for tool interop | shared, database, runtime, studio, compiler |
| 31 | A2A Integration | Agent-to-Agent protocol for cross-platform agent communication | a2a, runtime, studio |
| 32 | SDK | JavaScript, React, iOS, Android SDKs for agent embedding | web-sdk, runtime, studio, database |
| 33 | Voice Capabilities | Real-time voice interaction with STT/TTS integration | runtime, compiler, observatory |
| 34 | Voice Analytics | Voice-specific analytics: latency, interruptions, sentiment | runtime, studio |
| 35 | OpenAPI Documentation | Auto-generated API documentation from route schemas | openapi, runtime, studio |
| 36 | Proactive Messaging | Agent-initiated messages based on triggers and schedules | runtime, studio, compiler, database |
| 37 | Knowledge Graph | Graph-based knowledge representation for RAG | search-ai, studio |
| 38 | Structured Data | Structured data ingestion and querying for SearchAI | search-ai |
| 39 | Connector Discovery | Automatic discovery of data sources and permissions | search-ai, connectors |
| 40 | Multimodal Processing | Image, PDF, and document processing via Docling | search-ai |
| 41 | Platform Admin | Super-admin console for platform operations | admin, runtime, database |
| 42 | Sizing Calculator | Infrastructure sizing recommendations based on workload | sizing-calculator |
| 43 | Diagnostics Engine | Runtime health diagnostics and self-healing | runtime |
| 44 | Circuit Breaker | Fault isolation for external service calls | circuit-breaker, runtime |
| 45 | Configuration Management | Runtime configuration with hot-reload | runtime, admin, database |
| 46 | Project Canvas | Visual project overview and navigation in Studio | studio |
| 47 | Project Import/Export | ZIP-based project portability between environments | project-io, runtime, studio |
| 48 | Workflows & Human Tasks | Human-in-the-loop approval workflows | runtime, studio |
| 49 | Contacts Management | Contact directory for proactive messaging | runtime |
| 50 | Device Auth | Device-level authentication for IoT/kiosk deployments | runtime, studio |
| 51 | Invitations | Team invitation system with role assignment | studio, database |
| 52 | Email Channel / SMTP | Email-based agent interaction channel | runtime |
| 53 | LiveKit Integration | Real-time audio/video via LiveKit for voice agents | runtime, web-sdk |
P3 — Low Priority (ALPHA, PLANNED)
Emerging features, developer tools, and experimental capabilities.| # | Feature | Description | Package(s) |
|---|---|---|---|
| 54 | Agent Transfer | Live agent handoff to human agents or external systems | agent-transfer, runtime, studio |
| 55 | Multi-Agent Session Mgmt | Shared session state across agent delegations | runtime, compiler |
| 56 | CORS | Cross-origin resource sharing configuration | config, runtime, studio |
| 57 | Workspace Sharing | Cross-workspace collaboration and resource sharing | studio, database, shared |
| 58 | Message Templates | Reusable response templates with variable interpolation | shared, compiler, runtime, database |
| 59 | Analytics Dashboard | Visual analytics and insights for agent performance | studio, runtime, eventstore |
| 60 | Observatory | Deep debugging UI for agent execution traces | observatory, studio, runtime |
| 61 | Web Crawling | Website crawling for knowledge base ingestion | crawler, search-ai |
| 62 | Proxy Configuration | HTTP proxy settings for outbound tool calls | runtime, compiler |
| 63 | OAuth Tooling | OAuth 2.0 credential management for tool auth | runtime, studio |
| 64 | Seed Data | Development seed data for testing and demos | runtime, pipeline-engine, compiler |
| 65 | Custom Events | User-defined events for analytics and triggers | runtime |
| 66 | Tags & Eval Tags | Tagging system for agents, conversations, and evaluations | runtime, pipeline-engine |
| 67 | ROI Tracking | Return on investment metrics for agent deployments | runtime, pipeline-engine |
| 68 | ABL LSP / VS Code | Language Server Protocol for ABL in VS Code | abl-lsp-server, abl-vscode, language-service |
| 69 | Billing & Usage | Usage metering and billing integration | studio, runtime |
| 70 | Experiments / A/B Testing | Agent variant testing with traffic splitting | runtime |
| 71 | Feedback System | User feedback collection and analysis | runtime, search-ai |
| 72 | Transcripts | Conversation transcript export and search | runtime |
| 73 | Filler Messages | Typing indicators and interim messages during LLM processing | runtime, compiler |
| 74 | Arch AI Assistant | AI-powered architecture assistant in Studio | studio |
| 75 | Gradient Design Tokens | Dynamic gradient generation from semantic design tokens | design-tokens, tailwind-config, studio |
| 76 | Reusable Agent Modules | Shared agent components across projects | studio, runtime, database, project-io |
NFR — Infrastructure & Operations
Non-functional requirements for production operations and enterprise deployment.| # | Feature | Description | Package(s) |
|---|---|---|---|
| 77 | Horizontal Scaling | Pod autoscaling, Redis cluster, MongoDB replica sets | deploy (Helm), runtime, search-ai, config |
| 78 | Backup & Disaster Recovery | Automated backups, RTO/RPO targets, failover procedures | deploy, infra, runtime, database |
| 79 | Data Retention / TTL Policies | Configurable TTLs for conversations, traces, and audit logs | runtime, admin, database, eventstore |
| 80 | Health Checks / Readiness Probes | Kubernetes health endpoints for all services | runtime, search-ai, studio, admin |
| 81 | Secrets Management | Vault integration and secret rotation | runtime, studio, database, shared-encryption |
| 82 | Multi-Region / Geo-Routing | Global deployment with data residency controls | deploy, infra, runtime, database |
| 83 | Database Migrations | Schema versioning and migration tooling | database, runtime, search-ai |
| 84 | CI/CD Pipeline | Harness-based build, test, and deploy pipeline | deploy, infra, .harness/ |
| 85 | Structured Error Framework | Typed error hierarchy with i18n user-facing messages | shared-kernel, runtime, i18n |
Ancillary — Internal Tooling & UX
| # | Feature | Description | Package(s) |
|---|---|---|---|
| 86 | Studio Theme & Docs Integration | Theme selector in UserMenu + internal docs under /docs routes | studio |