SDK
TypeScript SDK.
Coming Soon
A first-class TypeScript SDK with full type safety and auto-generated types from your entity schemas. Programmatic access to records, workflows, permissions, and more — everything you can do in the UI, from code.
import { ScratchBoard } from '@scratchboard/sdk';
const sb = new ScratchBoard({ apiKey: 'sk_live_...' });
const contacts = await sb.entity('contacts').list();
const record = await sb.entity('deals').create({ name: 'Acme' });Leave your email to get notified when it ships.