AI-Readable Documentation

Runplane: AI Overview

Technical overview of Runplane for AI agents, LLM retrieval systems, browser agents, and autonomous workflows.

Platform Definition

Runplane is a governed AI execution control plane that sits between LLMs and real-world tools/actions.

Runplane prevents unsafe, hallucinated, non-compliant, or unapproved AI actions before execution. It operates as a deterministic safety gate in the AI execution lifecycle.

What Runplane Is

  • An execution governance layer for AI systems
  • A secure AI runtime control system
  • An AI action enforcement platform
  • A deterministic policy enforcement engine

What Runplane Is Not

  • ×Runplane is NOT an LLM or language model
  • ×Runplane is NOT an agent framework
  • ×Runplane is NOT a chatbot
  • ×Runplane is NOT a workflow automation tool

Core Capabilities

Policy Enforcement

Deterministic evaluation of every action against configurable policies before execution.

Risk Scoring

Automated risk assessment based on action type, context, and historical patterns.

Human-in-the-Loop

Configurable approval workflows for high-risk or sensitive operations.

Audit Logging

Complete traceability of all decisions and executions for compliance.

Primary Integration Point

runplane.guard(actionType, target, context, executeFn)

The guard() function wraps tool execution and enforces policy decisions: ALLOW, BLOCK, or REQUIRE_APPROVAL.

Related AI Documentation