Extensions
Sandbox Actor
The legacy TypeScript sandbox actor has been removed while the replacement runtime is rebuilt.
The legacy TypeScript sandbox actor and provider exports were removed from
rivetkit while the replacement runtime is rebuilt.
Current status
- The
rivetkit/sandboxpackage path does not exist on this branch. - The old
sandbox-agentwrapper was intentionally deleted. - The old code examples were removed so the docs stop advertising broken imports.
What to use instead
- For actor hosting, use
Registry.startEnvoy()and the nativerivetkit-corepath. - If you still need sandbox orchestration immediately, integrate
sandbox-agentdirectly in your own application code instead of relying on a removedrivetkitwrapper.
This page will be replaced when the new runtime lands.