Live API Trial
Run a real proof.
Three steps: request access, install the agent on your machine, run a certified session.
Request API access
Install the Serial Alice Agent
# Download & unpack the agent (button above, or:)
curl -L https://api.serialalice.pt/agent/download/linux -o serial-alice-agent.zip
unzip serial-alice-agent.zip
pip install requests pyyaml psutil cryptography pynvml
# Configure with your API key (received by email)
export SA_AGENT_API_KEY=your-api-key-here
# Verify + run a session (from the folder containing agent/)
python -m agent.cli status
python -m agent.cli run --job-name my-job -- python train.py
# Run the unpacked agent in a CUDA container (GPU via nvidia-docker)
docker run --gpus all -v $PWD/agent:/work/agent -w /work \
-e SA_AGENT_API_KEY=your-api-key-here \
python:3.11 bash -c \
"pip install requests pyyaml psutil cryptography pynvml && python -m agent.cli status"
Run a certification session
Session duration
1min
Quick proof
preset: 10m · 7/7 layers
5min
Standard proof
preset: 30m · 7/7 layers
10min
Extended proof
preset: 1h · 7/7 layers
Initialising…
0%
✓ Certificate issued