Usage
- 25 runtime requests per day
- 5 runtime requests every 5 minutes
- 1 active run at a time
- 30-day Sandbox credential expiration
Sandbox is designed for safe evaluation. Staging and development examples can run, while production data access, irreversible changes, risky external actions, and sensitive actions are blocked or deferred.
This page explains how the free Sandbox evaluates requests and what you should expect when running examples.
Need public Sandbox limits? View Sandbox limits.
Before an action runs, Admissible checks who is making the request, where the action would run, what the action touches, and whether it would make a durable change.
If the request fits Sandbox access, it can continue. If it targets production data, production changes, irreversible changes, external systems, or sensitive resources, Sandbox blocks or defers it.
Responses show the result and the next step without exposing private audit or operator details.
Free Sandbox access is intentionally limited so developers can try the runtime safely.
If a risky action is deferred, the response explains why it cannot continue in Sandbox.
A runtime request means a request Admissible evaluates, including execute and commit requests.
nextAction field if present instead of retrying blindly.Clear request context helps Admissible make the right decision.
Your account page shows your current access, usage, and policy summary.
If your account includes access beyond free Sandbox, it will be shown there.
See Sandbox limits for public usage limits, or see the SDK, OpenAI, and LangChain docs for integration-specific examples.