THE GOVERNED RUNTIME
FOR AI AGENTS.
Cognis gives autonomous agents a controlled execution environment — with policy enforcement, human authorization, auditability, and secure access to real system capabilities.
LIVE EXECUTION MONITOR
Policy Engine Evaluation
STAGE 3 / 7Determines whether requested capability is allowed, denied, or prompt.
AGENTS CAN REASON.
AGENTS CAN ACT.
WHO GOVERNS THE ACTION?
Modern agents increasingly interact with files, commands, APIs and other capabilities. The model can decide what it wants to do, but execution needs an explicit boundary.
MCP CONNECTS AGENTS TO CAPABILITIES.
COGNIS GOVERNS HOW THEY USE THEM.
"MCP standardizes the interface between agents/models and external capabilities. Cognis operates above that interface, providing the execution loop, policy enforcement, human authorization and audit layer."
Generates intent, plans actions, and interprets execution responses.
Enforces policies, requests human authorization, and logs audit entries before capability dispatch.
Provides structured capability schemas and tool declaration standards.
Target system resources executing requested functions under strict containment.
SEE THE BOUNDARY IN ACTION.
Visual simulation of Cognis policy evaluation behavior on agent requested capabilities.
THE EXECUTION PIPELINE
Every intent undergoes continuous verification through a 6-stage runtime pipeline.
01. Intent & Capability Matching
The agent formats raw reasoning into candidate MCP capability requests with parameters.
EVERY CAPABILITY CROSSES A BOUNDARY.
Explicit technical security primitives engineered for local runtime isolation.
PATH SECURITY
- Workspace containment
- Symlink resolution
- Traversal protection
COMMAND VALIDATION
- Single-command validation
- No chaining (&&, ||)
- No pipes (|)
- No redirection (>, <)
- No command substitution ($())
WORKING DIRECTORY
- Workspace restrictions
- Canonical path resolution
- Symlink escape protection
ENVIRONMENT SANITIZATION
- Allowlist-based handling
- Secret protection
- Sanitization
MODEL POLICY
- Local-first model support
- Explicit remote authorization
- No silent remote fallback
EXECUTION LIMITS
- Timeouts
- Resource limits
- No silent retries
DON'T JUST DENY.
EXPLAIN THE BOUNDARY.
"Cognis exposes structured execution feedback so agents can understand enforcement and replan instead of blindly repeating denied actions."
{
"success": false,
"error": {
"code": "ERROR_POLICY_VIOLATION",
"category": "policy",
"retryable": false,
"requires_user_action": false,
"guidance": "Command 'rm -rf ./build' is restricted by policy rule 'no_destructive_delete'."
}
}EVERYTHING THAT HAPPENED.
NOT JUST WHAT THE AGENT SAID.
Full event lineage capturing intent, policy evaluations, interactive developer interventions, and tool results.
FROM SOURCE
TO GOVERNED EXECUTION.
"Install Cognis your way."
BUILT IN THE OPEN.
"Cognis is open source and designed to be inspectable, extensible and locally controlled."
Open-source governed agent-native runtime. Local policy execution, human approval boundaries, and MCP compatibility.
GIVE AGENTS CAPABILITIES.
GIVE THEM BOUNDARIES.
"An open-source runtime for governed agent execution."