Skip to main content

Language SDKs

TrueNorth has native SDKs for Python, Node.js / TypeScript, Go, and React Native / Expo. All SDKs expose the same three-method interface.

Interface Contract

All SDKs implement the same three-method interface: create_session(), send(message), and get_output(). If you know one SDK, you know all of them. Parameter naming follows each language's conventions — snake_case for Python, camelCase for TypeScript and Go.