SDKs
TypeScript SDK
TypeScript/Node.js client for Solvela with automatic x402 payment handling
The Solvela TypeScript SDK lives in the monorepo at
sdks/typescript/.
Status
Note
@solvela/sdk@0.2.2 (published 2026-05-14) ships the v2 wire-format fix and is
wire-aligned with the production gateway at api.solvela.ai. Pin to ^0.2.2 —
earlier 0.2.x releases emit a PaymentPayload envelope shape the gateway
no longer accepts.
For low-level use inside or outside the monorepo, the
@solvela/signer-core
package exposes the x402 parser + payment-signer primitives that
sdks/mcp/, sdks/openclaw-provider/, and sdks/ai-sdk-provider/ build on.
Documentation
- Source:
sdks/typescript/in the monorepo - npm package: @solvela/sdk (current:
0.2.2)
History
The TypeScript SDK previously lived in a standalone repository at
solvela-ai/solvela-ts. It was consolidated into the monorepo on
2026-05-12 (PR #259) so
wire-format drift between the gateway and SDK becomes a same-PR CI failure
rather than a post-hoc incident. The standalone repository is archived; clones
of the old URL land on a redirect README.