SDK reference
TypeScript and Rust SDKs for working with Atlas.
Atlas ships first-party SDKs for the two languages most of the integrators write in: TypeScript for browsers and Node, Rust for on-chain programs and high-throughput services.
TypeScript
@atlas/sdk is the platform client. It wraps the REST and WebSocket surface, exposes typed responses, and bundles a pure-JS proof-shape verifier. @atlas/widgetsis the embed library; @atlas/qvac ships the on-device wallet-intelligence analyst.
Full guide: @atlas/sdk.
Rust
atlas-rs mirrors the TypeScript surface and adds PDA helpers, an on-chain proof-shape verifier, and the verify-inference CPI primitive any Solana program can call.
Full guide: atlas-rs.
Verify a proof client-side
For the standalone WASM verifier flow, see verify a proof.