Skip to content

DOCS

Documentation

Reference for the client, host language SDKs, the runtime, and the wire. Copy is aligned to the source.

How the docs are organized

These pages are a contract against the source: package names, route paths, event types, and env vars as they exist in @sveda-ai/core and sveda-server.

PATH

Install and first turn

Get started is the shortest live path: install the client, bind the runtime, mint a token, call session.send.

Connect a host

Numbered install for each language, plus a path with no framework. Same POST /sveda/session JSON on every stack.

Send the first turn.

Install @sveda-ai/core. Run sveda-server on 0.0.0.0:8787. Mint a token. Call session.send.

Get started