RELAY

THE CONTROL PLANE FOR AGENTIC SYSTEMS

Control,containment,andrecoveryforAIagentsinoperation.

Relay sits between agentic systems and the tools they act on, interdicting unintended actions, halting execution in real time, and recovering from effects already in motion.

THE GAP

AGENTRELAYCONTROL PLANETOOL_ATOOL_BTOOL_CEFFECT_1EFFECT_2POLICY CHECKmax_amount: 500require_approval: trueprotected: [send_email]FLAGGEDHALTEDAUDIT LOGROLLED BACK: EFFECT_2 (14:22:24)ROLLED BACK: EFFECT_1 (14:22:24)RELAY.RECOVERY complete: 2 effects reversed
01 / 03 · Detection

PLATFORM

Vendor-neutral. Framework-agnostic. Deployable where the mission requires.

Relay integrates with the frameworks teams already use and runs in the environments those teams already operate in.

FRAMEWORKS

Frictionless integration

LangChain, LangGraph, CrewAI, Azure AI Foundry, Amazon Bedrock, and custom agent runtimes. Wrap existing tools without rewriting agent logic.

LangChainLangGraphOpenClawCrewAIAzure AI FoundryAmazon Bedrock

Relay SDK

Drop-in integration. Your agents, your tools, your code: instrumented for control without architectural change.

main.py
from relay import Relay
relay = Relay(proxy="relay.dev")
tools = relay.wrap({ send_email, refund })

Execution control dashboard

Live agent activity, real-time halt, action-level review, and intervention history.

Relay dashboard

Human-on-the-loop controls

Approval queues, edit-before-execute, denial, and termination. Configurable per agent, per tool, per action class.

Human-on-the-loop

Policy and guardrails

Rate limits, value thresholds, protected resources, time-window rules, and per-action authorization.

Guardrails

Configuration as code

Safety expressed in configuration, not application logic. Policies travel with the codebase, change under review, and produce a record.

The control plane for AI agents in operation.

POLICY ENGINE

Safety expressed in configuration.

Relay policies travel with the codebase, change under review, and produce a full audit record. Define once, enforce everywhere.

relay.yaml
policies:
  - tool: send_email
    require_approval: true
    protected_domains:
      - "*.mil"
      - "*.gov"
    max_recipients: 10
    on_violation: halt

Deploy agents you can stop, contain, and recover.

Relay is in limited release with defense-tech integrators and enterprise platform teams. Request access or schedule a technical review.