SDK 3 and the CLI (preview)
A typed TypeScript SDK with ask() and callback verification, and emitkit in your terminal.
@emitkit/js3 (npm install @emitkit/js@next). Typed requests and responses;ask()sends a question and waits for the answer from someone’s phone;events.get,events.list,events.cancel,channels.list,identities.deleteandme;verifyCallback()for callbacks; oneEmitKitErrorwith the API’scode; safe retries with an automatic idempotency key. No dependencies. See the SDK docs.- The CLI (preview, from its GitHub release;
npx @emitkit/cli@nextonce it’s on npm).emitkit send,ask(waits, with exit codes for scripts),events,tail,channels,identify, with--jsonfor agents. See CLI.