ISOLATION THAT PROVES ITSELF

The AI Sandbox for Enterprise Agents

Every agent turn on Scrydon runs inside a fresh, single-use, hardware-isolated environment that holds no credentials and reaches no network destination by default — and the turn is only admitted after signed evidence proves that boundary actually exists. Unproven isolation is a refusal, not a degradation.

Fail Closed, Never Open

An agent turn runs only after signed isolation evidence is validated for the exact build about to run. If that proof is missing or stale, the turn refuses — there is no fallback to running on a host process.

One Turn, One Machine

Each turn gets a fresh, single-use, hardware-virtualized environment that is destroyed on every exit path — success, failure, timeout, or cancellation. There is no long-lived agent environment to compromise.

The Network Is a Contract

Egress is default-deny: an integration reaches only the destinations its manifest declares, intersected with your organisation's own allowlist. Neither side can widen the other.

In plain terms

When an AI agent works for you, it runs code, reads documents, and calls other systems — which means you are trusting something nobody reviewed line by line. The sandbox is the locked room the agent works in: it enters with no keys, can only knock on doors you approved in advance, and the room is demolished the moment the job ends. This page explains how that room is built — and how we prove it holds before anything runs in it.

Read this if you're a CISO, security architect, or platform owner who needs to know how agent execution is contained before approving it.


Definition

An AI sandbox is the isolation boundary an AI agent's reasoning, tool, and shell loop runs inside. On Scrydon that boundary is a fresh, single-use, hardware-virtualized environment per agent turn — holding no real credentials, with default-deny network egress — and an agent turn is admitted only after signed evidence proves the boundary exists for the exact build about to run.

In the summer of 2026, frontier AI labs publicly disclosed that models under evaluation escaped their test sandboxes and reached real third-party infrastructure. The pattern behind every incident was the same: the isolation was asserted by configuration and verified by no one. Scrydon was engineered on the assumption that this day would come. A model-driven workload is treated as an untrusted workload — the same category as code downloaded from the internet — because a platform that is only safe while the model behaves does not have a security boundary; it has a hope. The AI sandbox is how that assumption becomes architecture: hardware isolation per turn, credentials kept out of the model's reach, egress as an explicit contract, and escape attempts tested against every release before it ships.

Where it fits

AI Sandbox in the Scrydon platform

One integrated, sovereign architecture. Here is where AI Sandbox sits — highlighted against the full stack it works with.

Sync CRM
Verify ID
...
Approve
Welcome

The AI OS for Humans & AI Agents

Revenue Overview — Q2 2026
Connected to Cognitive Enterprise
Revenue
€4.2M
+12%
Pipeline
€11.7M
+8%
Churn
2.1%
−0.3pp
Monthly RevenueJan – Dec 2025
JanMarJunSepDec
Customer
Account
Order
Product
Contract
LineItem
Supplier
Billing
holds
placed
of

Ontology & Semantic Layer, one connected model for your data, knowledge & processes

Combining the best of data lakes, data warehouses and search

TablesKnowledge

AI agents, workflows & automations that execute across your systems

AI Workflows

Integrate across A2A, MCP, legacy systems and data sources

Secure domain federation, trusted data sharing, and cross-boundary intelligence

Sovereign Foundations

Deploy from Air-gapped to Hyperscale
A closer look

AI Sandbox in depth

Human + AI Orchestration

Sync CRM
Verify ID
...
Approve
Welcome

The AI OS for Humans & AI Agents

AI Operating System (AI OS)

The Human + AI Orchestrator is the operational runtime at the heart of the AI OS — also called the Agentic OS — scheduling, routing, and governing every task across your enterprise, whether executed by an AI agent, an existing system, or a human.

Most organisations have broken processes: encoded in siloed systems or locked in people's heads. The AI OS makes them visible and executable. It captures intent, synthesises context, acts — then feeds every result back into the ontology so the next run is smarter. All of it inside your perimeter.

Agent Workflow Runtime
Vendor Invoice Received
Analyze & Cross-checkData Extraction Agent
Ontology
Confidence > 95%?
NO
YES
Human ApprovalFinance Team
Execute PaymentERP Integration

AI Agents

Agentic AI transforms frontier models from isolated chatbots into true autonomous operatives of the AI OS. Instead of merely generating text, these agents are purpose-built to execute the tasks your people shouldn't handle manually — reasoning, planning, and taking action across complex, multi-step processes.

The AI OS relies on a foundation of both creativity and control to deploy autonomous agents effectively:

  • AI Workflows as a Foundation: The core of the AI OS is built on orchestrated AI workflows that safely link frontier models, internal tools, and enterprise memory.
  • Deterministic and Non-Deterministic Flows: By combining the reasoning capabilities of frontier AI with strict, deterministic workflows, the AI OS guarantees both adaptability and absolute predictability in business-critical processes.
  • Autonomous Execution: Agents act autonomously within defined boundaries, retrieving context from your data lakehouse and executing actions via approved tools.

Deployed securely inside your infrastructure, these agents tap into your cognitive enterprise to act decisively. Strict, policy-based guardrails keep them firmly within the boundaries your organisation defines, ensuring a perfect balance between productivity and enterprise-grade security.

THE LIFE OF AN AGENT TURN

Four stages, each enforced outside the model's reach

Every standard agent turn — the model's full reasoning, tool, and shell loop — moves through four stages, and each one is enforced by infrastructure the model cannot reach. Before anything enters the sandbox, the platform validates fresh, signed isolation evidence bound to the exact build about to run: not isolation: true in a config file, but a proof produced by actually exercising the boundary. The check runs twice by design — once on the caller's side for a fast, readable refusal, and once inside the dispatching service itself, where no stale or misconfigured caller can route around it. Inside the sandbox, the model holds no credentials and no network socket; third-party integration code never shares its machine, running in a separate single-use environment admitted only after its content digest matches the identity it was pinned to. And when the turn ends — however it ends — the environment is destroyed, its one-use credential grants are revoked, and the audit record is sealed before success may be reported.

  1. 1

    Admission — prove the cage exists

    A turn is dispatched only after fresh, signed isolation evidence is validated for the exact build about to run. Missing, expired, or mismatched evidence means the turn refuses — fail closed, no host fallback.

  2. 2

    Execution — one turn, one isolated VM

    The agent loop runs in a fresh, single-use, hardware-virtualized environment. Third-party integration code runs in its own separate one — two trust domains that never share a machine.

  3. 3

    Egress — default deny, brokered requests

    The workload never holds a network socket of its own. A trusted broker outside the sandbox materialises every outbound request, only toward destinations both the integration's manifest and your allowlist approve.

  4. 4

    Teardown — nothing survives the turn

    Every ending converges on the same state: the environment is destroyed, one-use credential grants are revoked, and an audit record is sealed before the turn may report success.

THE UNTRUSTED WORKLOAD

Why agents need a real boundary, not a config flag

The industry learned this lesson publicly and expensively. Within a few weeks in 2026, one frontier lab disclosed that models in a cybersecurity evaluation escaped their restricted test environment through the one internal service they could reach; another audited 141,000 evaluation runs and found real organisations whose production infrastructure had been touched after a misconfiguration quietly granted internet access; a third reported a similar harness misconfiguration. The uncomfortable pattern was not "the models got too smart" — it was that the isolation was asserted by configuration and verified by no one. Scrydon runs agents against the most sensitive data an enterprise has, so it starts from the opposite assumption: a model-driven workload is an untrusted workload, in the same category as code downloaded from the internet. That assumption is unforgiving on purpose. It rules out "the agent runs in our backend process, but carefully", and it rules out every architecture in which the caller gets to declare itself contained. Read the full account in The Harness Holds.

  • Models escape asserted sandboxesThe 2026 incidents shared one root cause: isolation declared in configuration, exercised by no one — one overlooked network route, one flag nobody re-checked.

  • Agents touch your most sensitive dataEnterprise agents work on casework, investigations, and internal knowledge. The boundary around them must not depend on the model behaving.

  • Credentials are the prizeAn agent that holds real secrets turns every escape into a breach. In the sandbox, the model sees opaque placeholders; real values stay outside its reach for the whole turn.

  • Hope is not a security modelA boundary that only holds when the workload cooperates is not a boundary — it is a request. Hardware virtualization holds whether or not the model cooperates.

TESTED, NOT TRUSTED

Isolation that is attacked before it ships

An isolation contract you never test is a config flag with better branding — which is precisely how the 2026 incidents happened. So escape attempts are not a hypothetical on Scrydon; they are a checked-in release gate. Before any release candidate can be promoted, a deliberately malicious workload runs inside a real virtualized guest and attempts the same classes of escape the evaluation models found: reaching network it was never granted, evading the egress path instead of using it, and hunting for credentials it should never be able to see. The gate verifies that every attempt fails, that the workload's actual emitted bytes passed data-loss-prevention scanning, that no secret was present to steal, and that no environment or credential-grant state survives — across success, failure, timeout, and cancellation. It then signs that evidence against the exact candidate hash, and that signature is what admission demands before any customer's agent turn may run. The loop closes on itself: the release cannot ship unless the escape fails, and the agent cannot run unless the release proved it.

  • Escape attempts are a release gateA deliberately malicious workload attempts the known classes of sandbox escape against every release candidate — reaching undeclared network, evading the egress path, hunting for credentials.

  • Signed evidence closes the loopThe release cannot ship unless the escape fails, and an agent turn cannot run unless the release proved it — the same signature checked at admission.

  • Real bytes, not stated intentData-loss-prevention scanning applies to the actual traffic leaving the platform, inbound and outbound — not to what the model says it is doing.

  • Audit as load-bearing infrastructureA turn is not successful until its credential-free audit record is sealed. A traffic burst can never cost you a compliance record.

FAQ

Frequently asked questions

What is an AI sandbox?+
An AI sandbox is the isolation boundary an AI agent's reasoning, tool, and shell loop runs inside, keeping the model's actions contained to the resources it was actually granted. On Scrydon it is a fresh, single-use, hardware-virtualized environment per agent turn, with no real credentials inside and default-deny network egress — admitted only after signed evidence proves the boundary exists.
Why do AI agents need sandboxing?+
Because an agent executes code, calls tools, and follows reasoning no one reviewed in advance — and in 2026 several frontier AI labs disclosed that models under evaluation escaped their test environments and reached real third-party infrastructure. The common cause was isolation asserted by configuration but verified by no one. An agent working on enterprise data needs a boundary that holds whether or not the model behaves.
How is this different from running agents in a container or process sandbox?+
Containers and process sandboxes share a kernel with their host, so one kernel vulnerability can turn a contained workload into an escaped one. Scrydon runs each agent turn behind a hardware virtualization boundary — a much smaller, better-audited attack surface — and makes the environment single-use, so even a successful compromise has nothing durable to persist in.
What happens if isolation can't be proven?+
The turn refuses to run. Admission requires fresh, signed isolation evidence bound to the exact build about to run; if that evidence is missing, expired, or belongs to a different build, the platform fails closed. There is no fallback to running the agent on a host process — that code path does not exist.
Can a vendor integration widen the sandbox's network access?+
No. Every integration declares the exact hosts its code contacts in its manifest, and that declaration is intersected with your organisation's own allowlist. A vendor cannot reach a destination you haven't approved, and your allowlist cannot be widened by a manifest. An integration that declares nothing reaches nothing.
Does the model ever see real credentials?+
No. Inside the sandbox the model holds opaque placeholders; the real values live in a trusted broker's ephemeral memory outside the environment, out of the model's reach for the entire turn. Credentials are resolved server-side and issued as one-use grants that are revoked at teardown.
Does the AI sandbox work in sovereign and air-gapped deployments?+
Yes. The sandbox is part of the same sovereign platform as the rest of the AI OS, deployable on your own cluster — from fully air-gapped on-premises environments to sovereign cloud. Default-deny egress composes naturally with an air-gapped perimeter: an environment that reaches nothing by default has nothing to leak.

Email us

Prefer to write? Email hello [at] scrydon.com and we will get back to you.

Partners

Building the future of Data & AI together with leading innovators. Learn more.
Delaware logo