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.

Agent Platform provides multiple safety and governance mechanisms to protect agents from misuse, prevent sensitive data exposure, enforce business rules, and maintain enterprise compliance and auditability. The platform uses three enforcement layers to control agent behavior:
Enforcement layerDescriptionExample
GuardrailsSafety and quality checks applied to agent input and output content.Blocking abusive language or redacting sensitive information from responses.
LimitationsReasoning-based guidance enforced through the model. Limitations define how the agent should behave, what it should avoid, and the scope within which it should operate.Instructing an agent to avoid financial advice or remain within a support domain.
ConstraintsRuntime business-rule validations that prevent execution when required conditions aren’t met.Requiring a customer ID before allowing an order lookup or payment action.

Constraints vs. Guardrails

Constraints and guardrails operate at different layers of agent execution.
FeatureConstraintsGuardrails
PurposeEnforce business rulesEnforce safety and content policies
ScopeAgent logic and tool executionLLM input and output content
EvaluationRuntime data and conditionsMessage and response content
Typical usageEligibility checks, required inputsContent moderation, PII detection