Capture & run an agent
Wrap an existing agent with the SDK and execute it so it emits a signed trace.
This guide walks through capturing an agent you already have and running it through Silvanexum so every execution produces a signed trace. It is the foundational task — everything else builds on a captured, runnable agent.
You will install the SDK, wrap your agent's entry point, and trigger a run from the CLI or programmatically.
These calls need an API key with the run scope. Creating the agent first
also needs manage. Set SILVANEXUM_API_KEY in your environment before you
start.
Capture an agent
Wrap your existing prompt + model configuration as a Silvanexum agent. This is the captured artifact every run is attributed to.
Run it
Every run is captured, secret-scrubbed, and signed by the server. The response returns the output alongside the trace and signing fields.
Read the signed trace
The execution carries a trace[] of every step, a contentHash (sha256 of the
canonical run) and a server signature (HMAC). Fetch the execution any time to
re-read it.
Share it publicly (optional)
Flip a run to public to get a shareable, verifiable link at
https://silvanexum.com/runs/{id}.