Silvanexumdocs

SDK Reference

Reference for the Silvanexum SDKs — the same capabilities across TypeScript and Python.

The Silvanexum SDKs give you a typed surface for capturing agents, triggering runs, reading signed traces, managing versions, and settling on credits. The TypeScript and Python SDKs mirror each other, so concepts transfer directly between languages.

Both SDKs' request/response types are generated from the API's Zod contracts, so they can never drift from the live API.

TypeScriptPython
Package@silvanexum/sdk (npm)silvanexum (PyPI)
RuntimeNode ≥ 20Python ≥ 3.9
Importimport { Silvanexum } from "@silvanexum/sdk"from silvanexum import Silvanexum
ConventioncamelCase methods & fieldssnake_case methods, model fields as returned

Resource map

Every resource is reachable from the client (sx.<resource>.<method>):

ResourcePurpose
agentsCreate, configure, publish, fork agents · agents.versions for signed M01 versions
runsExecute agents, read signed/replayable traces, share runs
templates1-click vertical agent templates (M11)
connectorsAuthenticated third-party tools via Nango
marketplaceProof-ranked listing search, try, purchase, install
walletCredits, ledger, payouts (M10)
suitesRegression eval suites — the CI gate (M04)
keysBYO provider API keys
modelsModel catalog (static + live, key-scoped)
teamOrg members and projects
overviewOrg dashboard stats

On this page