Documentation Index
Fetch the complete documentation index at: https://docs.riza.io/llms.txt
Use this file to discover all available pages before exploring further.
Packages, Gems, Modules, ...
Shipped! You can now install Python and Node.js packages.
Filesystem Access
Shipped! You can now pass files to the API.
Additional JavaScript engines
Shipped! You can now use Node.js by creating a custom runtime.
Expanded Language Support
Our next-generation execution engine can support any language. Contact us if you need C#, Go, or Java support.
Long-running Jobs
Today, code execution is limited to 30 seconds. While we could extend this
by a few more seconds, we’d rather build out an API that supports running
code for hours, not minutes.
Custom interfaces
Current code assumes a POSIX-like environment, with access to environment
variables, command line arguments, and standard streams (
STDIN, STDOUT,
STDERR). We’d like to support typed interfaces via the component
model.