@yapture/app-sdk

Stub. The SDK is in design. This page is a placeholder so links resolve.

The @yapture/app-sdk package will provide:

Install (when ready)

bun add @yapture/app-sdk

Surface example

import { registerSurface } from '@yapture/app-sdk';

registerSurface({
  slot: 'task-detail-pane',
  component: () => import('./pane'),
});

See also Webhooks → and Script extensions →.