Skip to main content

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.

Last Updated: 2026-03-25
Complete 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.
#FeatureDescriptionPackage(s)
1Auth ProfilesAuthentication profile management — login flows, token lifecycle, session managementshared-auth-profile, shared, database
2Memory & SessionsConversation memory, session state, context windows, compactionruntime, studio, database, shared-auth
3Guardrails3-tier safety: CEL rules, model-based, LLM-based with block/redact/warnruntime, compiler, database, studio
4PII DetectionPersonally identifiable information detection and redaction in conversationsruntime, compiler, database
5Encryption at RestField-level encryption for sensitive data using DEK envelope encryptionshared-encryption, runtime, database
6KMSKey Management Service — key rotation, envelope encryption, tenant-scoped keysruntime, database, shared-encryption, studio
7Audit LoggingComprehensive audit trail for security-sensitive operationsruntime, admin, database
8Pipeline EngineBullMQ-based pipeline for async job processing and flow orchestrationpipeline-engine, studio
9EventStoreEvent sourcing store for agent execution events and trace dataeventstore, runtime, database
10AlertsConfigurable alert rules and notification delivery for runtime eventsruntime, eventstore, studio
11Identity VerificationUser identity verification for sensitive operationsruntime, database
12Rate LimitingRequest rate limiting per tenant/user/endpoint with Redis sliding windowruntime, search-ai, studio, config

P1 — Important (Core Platform)

Core platform capabilities for agent development, deployment, and management.
#FeatureDescriptionPackage(s)
13ABL LanguageAgent Blueprint Language — declarative DSL for agent behavior definitioncore, compiler, language-service, studio
14Agent AnatomyAgent structure: sections, lifecycle, compilation to IRcompiler, runtime, database, studio
15Agent Development StudioBrowser-based IDE for agent authoring and testingstudio, project-io, runtime, database
16Agent Testing & EvalsTest harness, evaluation pipelines, quality metricspipeline-engine, eventstore, studio, runtime
17Model HubProvider-neutral LLM configuration with model tiers and fallback chainsruntime, studio, admin, database, compiler
18Deployments & VersioningAgent version management and deployment lifecycleruntime, studio, database
19Tool InvocationsHTTP/MCP/sandbox/lambda tool bindings with auth and paginationcompiler, runtime, studio, shared
20ChannelsDeployment endpoints for agent interactions (web, SDK, API)runtime, database, studio
21Multi-Agent OrchestrationSupervisor, delegation, handoff, escalation patternsruntime, compiler, execution
22SSO / Enterprise AuthSAML/OIDC single sign-on for enterprise customersauth-enterprise, studio
23Session CompactionConversation history summarization to manage token limitsruntime
24NLU / Intent ClassificationNatural language understanding and multi-intent detectionruntime, nl-parser
25Tenant LLM PolicyPer-tenant LLM model restrictions and cost controlsruntime, admin
26Tracing & ObservabilityDistributed tracing, execution timelines, MCP debug toolsruntime, observatory, shared-observability, mcp-debug
27Webhook SystemOutbound webhook delivery for events with retry and DLQeventstore, database, runtime, search-ai, studio
28Environment VariablesScoped variables with namespace resolution across tool typesruntime, studio, database, compiler

P2 — Standard

Standard platform features for integration, analytics, and advanced capabilities.
#FeatureDescriptionPackage(s)
29ConnectorsEnterprise data connectors (Google, Confluence, Salesforce, etc.)connectors, database, studio
30MCP SupportModel Context Protocol server/client for tool interopshared, database, runtime, studio, compiler
31A2A IntegrationAgent-to-Agent protocol for cross-platform agent communicationa2a, runtime, studio
32SDKJavaScript, React, iOS, Android SDKs for agent embeddingweb-sdk, runtime, studio, database
33Voice CapabilitiesReal-time voice interaction with STT/TTS integrationruntime, compiler, observatory
34Voice AnalyticsVoice-specific analytics: latency, interruptions, sentimentruntime, studio
35OpenAPI DocumentationAuto-generated API documentation from route schemasopenapi, runtime, studio
36Proactive MessagingAgent-initiated messages based on triggers and schedulesruntime, studio, compiler, database
37Knowledge GraphGraph-based knowledge representation for RAGsearch-ai, studio
38Structured DataStructured data ingestion and querying for SearchAIsearch-ai
39Connector DiscoveryAutomatic discovery of data sources and permissionssearch-ai, connectors
40Multimodal ProcessingImage, PDF, and document processing via Doclingsearch-ai
41Platform AdminSuper-admin console for platform operationsadmin, runtime, database
42Sizing CalculatorInfrastructure sizing recommendations based on workloadsizing-calculator
43Diagnostics EngineRuntime health diagnostics and self-healingruntime
44Circuit BreakerFault isolation for external service callscircuit-breaker, runtime
45Configuration ManagementRuntime configuration with hot-reloadruntime, admin, database
46Project CanvasVisual project overview and navigation in Studiostudio
47Project Import/ExportZIP-based project portability between environmentsproject-io, runtime, studio
48Workflows & Human TasksHuman-in-the-loop approval workflowsruntime, studio
49Contacts ManagementContact directory for proactive messagingruntime
50Device AuthDevice-level authentication for IoT/kiosk deploymentsruntime, studio
51InvitationsTeam invitation system with role assignmentstudio, database
52Email Channel / SMTPEmail-based agent interaction channelruntime
53LiveKit IntegrationReal-time audio/video via LiveKit for voice agentsruntime, web-sdk

P3 — Low Priority (ALPHA, PLANNED)

Emerging features, developer tools, and experimental capabilities.
#FeatureDescriptionPackage(s)
54Agent TransferLive agent handoff to human agents or external systemsagent-transfer, runtime, studio
55Multi-Agent Session MgmtShared session state across agent delegationsruntime, compiler
56CORSCross-origin resource sharing configurationconfig, runtime, studio
57Workspace SharingCross-workspace collaboration and resource sharingstudio, database, shared
58Message TemplatesReusable response templates with variable interpolationshared, compiler, runtime, database
59Analytics DashboardVisual analytics and insights for agent performancestudio, runtime, eventstore
60ObservatoryDeep debugging UI for agent execution tracesobservatory, studio, runtime
61Web CrawlingWebsite crawling for knowledge base ingestioncrawler, search-ai
62Proxy ConfigurationHTTP proxy settings for outbound tool callsruntime, compiler
63OAuth ToolingOAuth 2.0 credential management for tool authruntime, studio
64Seed DataDevelopment seed data for testing and demosruntime, pipeline-engine, compiler
65Custom EventsUser-defined events for analytics and triggersruntime
66Tags & Eval TagsTagging system for agents, conversations, and evaluationsruntime, pipeline-engine
67ROI TrackingReturn on investment metrics for agent deploymentsruntime, pipeline-engine
68ABL LSP / VS CodeLanguage Server Protocol for ABL in VS Codeabl-lsp-server, abl-vscode, language-service
69Billing & UsageUsage metering and billing integrationstudio, runtime
70Experiments / A/B TestingAgent variant testing with traffic splittingruntime
71Feedback SystemUser feedback collection and analysisruntime, search-ai
72TranscriptsConversation transcript export and searchruntime
73Filler MessagesTyping indicators and interim messages during LLM processingruntime, compiler
74Arch AI AssistantAI-powered architecture assistant in Studiostudio
75Gradient Design TokensDynamic gradient generation from semantic design tokensdesign-tokens, tailwind-config, studio
76Reusable Agent ModulesShared agent components across projectsstudio, runtime, database, project-io

NFR — Infrastructure & Operations

Non-functional requirements for production operations and enterprise deployment.
#FeatureDescriptionPackage(s)
77Horizontal ScalingPod autoscaling, Redis cluster, MongoDB replica setsdeploy (Helm), runtime, search-ai, config
78Backup & Disaster RecoveryAutomated backups, RTO/RPO targets, failover proceduresdeploy, infra, runtime, database
79Data Retention / TTL PoliciesConfigurable TTLs for conversations, traces, and audit logsruntime, admin, database, eventstore
80Health Checks / Readiness ProbesKubernetes health endpoints for all servicesruntime, search-ai, studio, admin
81Secrets ManagementVault integration and secret rotationruntime, studio, database, shared-encryption
82Multi-Region / Geo-RoutingGlobal deployment with data residency controlsdeploy, infra, runtime, database
83Database MigrationsSchema versioning and migration toolingdatabase, runtime, search-ai
84CI/CD PipelineHarness-based build, test, and deploy pipelinedeploy, infra, .harness/
85Structured Error FrameworkTyped error hierarchy with i18n user-facing messagesshared-kernel, runtime, i18n

Ancillary — Internal Tooling & UX

#FeatureDescriptionPackage(s)
86Studio Theme & Docs IntegrationTheme selector in UserMenu + internal docs under /docs routesstudio