Govern AI agent tool calls
Let an agent decide what it wants to do while RBEK decides what may actually execute.
RBEK is the governed execution layer for AI agents, workflows and software. Install the CLI, define an explicit workflow, authorize execution and produce verifiable evidence of what happened.
curl -fsSL https://releases.rbekplatform.com/cli/stable/install.sh | bashrbek · Compatibility: rbek-cli
What you can do
RBEK gives developers an explicit control point between software intent and real execution.
Let an agent decide what it wants to do while RBEK decides what may actually execute.
Define inspectable project and workflow files before execution begins.
Route external execution through controlled provider boundaries instead of bypassing governance.
Default-deny admission makes authorization explicit before a governed action is allowed to run.
Capture evidence about the governed execution and verify the resulting receipt.
Connect real systems through provider adapters while keeping execution authority inside RBEK.
First 5 minutes
The first workflow stays intentionally small so you can inspect the developer surface before connecting external systems.
export PATH="$HOME/.local/bin:$PATH"
mkdir hello-rbek
cd hello-rbek
rbek init
rbek run
Hello from RBEK
Real use case
A real AI agent requests an external action. RBEK applies policy, executes a real third-party HTTPS call through a governed boundary, and produces verifiable proof.
See the complete public example using a real agent, a real external API and RBEK-controlled execution.
Core concepts
Rules that determine whether a requested action may proceed.
The controlled boundary through which authorized work is actually performed.
An adapter that connects governed execution to a real external capability.
Verifiable evidence describing the resulting governed execution.
Verification that the promoted execution path and its evidence satisfy the expected contract.
Execution does not happen unless the required authority explicitly allows it.
Developer resources
Install the CLI and run your first project.
Orientation for the stable developer release.
Stable CLI usage and release information.
Understand the stable channel and version policy.
Machine-readable metadata for the current stable release.
Certified metadata for RBEK CLI 0.1.5.
Public real-agent / real-Internet governed execution example.
Historical launch, adoption and feedback artifacts remain publicly available without dominating the getting-started experience.