Learn
Obsidian Academy

SDK (TypeScript)

Typed client wrapping the REST API, MCP surface, and EIP-712 signing helpers.

Coming soon

The SDK is on the roadmap for v0.3. It'll wrap the API with viem + zod types and provide a one-call writeCallSigned({...}) helper that composes the EIP-712 sign + POST under the hood.

Today

Consume the REST API directly — the schema is stable, fully typed in api/src/routes/signed.ts, and idempotent-key protected. All endpoints return camelCase JSON.