ARF Sandbox API
Test ARF API calls in a sandbox environment
Governance layer for AI‑driven cloud infrastructure
Control plane for autonomous AI.
ARF sits between an agent's intent and its execution. Every proposed action is evaluated against deterministic policy before anything happens, and the decision is recorded before the action runs — not after it succeeds.
🔒 ARF is commercial software and is not open source. The core engine, API control plane, gateway and enterprise extension are access-controlled. Access is through the sandbox, a pilot, or an enterprise agreement.
An agent that can restart a service, delete a volume, move money or approve a claim is not a chatbot. It is an operator without a review process.
The usual answer is to ask a model to check its own work. That produces a judgment which can differ between two identical requests — so it cannot be audited, cannot be appealed, and cannot be shown to anyone as a rule.
ARF's answer is that some decisions must not be delegated to judgment at all.
Every request returns one of three outcomes:
ESCALATE is not a softer DENY. Collapsing the two destroys the difference between this is forbidden and this needs a person, and that difference is the whole of what a reviewer needs in order to act.
Every decision is:
Risk scoring is Bayesian and reports its own uncertainty, which is what drives escalation rather than a coin-flip at the threshold.
ARF is built first for teams where an agent can already change production state and nobody owns governance yet. A practical test:
If the first two are yes and the third is no, that gap is what ARF closes.
| Role | What they get |
|---|---|
| Founder / CTO at an AI-native team | Governance before the first incident, without a redesign or a compliance hire |
| Platform & SRE leads | Deterministic gates on agent-initiated production change |
| Security & compliance leaders | A tamper-evident record of what was decided and why |
| AI/ML teams | A route to production that survives review |
Larger and regulated deployments are served too — through the enterprise tier, with SSO, multi-tenancy and an SLA — but the sandbox and pilot are designed for small teams shipping agents now.
Both run on mock data. They demonstrate the decision surface; they do not enforce anything.
| Demo | What it shows | Status |
|---|---|---|
| Risk Dashboard | Adjust priors, watch scoring and escalation respond | Running |
Sandbox API — /docs |
Interactive OpenAPI endpoint | Running |
Mock responses only. Real enforcement requires sandbox or pilot access.
| Repository | License | What it is |
|---|---|---|
arf-pattern-examples |
Apache-2.0 | A runnable reference implementation of the pattern — propose, decide deterministically, record, then execute. Three worked domains, hash-chained audit with a tampering test, and a fail-closed external-policy delegation. Contains none of ARF's engine. |
That repository is independent reference code. It is not ARF, it does not contain ARF's risk engine, authority system or execution-admission protocol, and it is useful whether or not you ever talk to us.
Everything else — core engine, API control plane, gateway, enterprise extension — is private and stays private.
| Layer | Availability | Purpose |
|---|---|---|
| Sandbox | Free, 1,000 evaluations/month, simulation only | Evaluate the decision surface |
| Pilot | Time-limited, free by review | Validate on your own use case |
| Enterprise | Custom deployment | Production enforcement, SSO, multi-tenancy, SLA |
Pilot pricing is outcome-based: you pay for verified risk reduction, not per API call.
👉 Request pilot access → · arf-ai.com
When applying, include your organization, the use case, rough evaluation volume, and where it runs.
ARF is architected for SOC 2 readiness and for review in regulated environments: tamper-evident audit trails, policy gates that cannot be silently bypassed, and explainable reasoning suitable for third-party audit.
To be precise about what that does and does not mean: this describes how the system is designed. It is not a certification, not an attestation, and nothing here establishes your compliance with any framework. ARF is also not a functional-safety layer — it governs decisions above certified safety systems and does not replace them.
arf-pattern-examples — Apache-2.0, and genuinely so.© ARF Foundation. All rights reserved.