Skip to content

SDK

Integration SDK for third-party applications.

@signet/sdk is a typed TypeScript HTTP client for the Signet Daemon API. It has no native dependencies — no SQLite, no @signet/core — making it suitable for embedding in any Node.js, Bun, or browser environment that can reach the daemon over HTTP.

Install with:

Terminal window
bun add @signet/sdk
# or
npm install @signet/sdk
  • SDK quickstart Install, configure, and make the first typed Signet SDK calls.
  • Core client Use client methods, jobs, sessions, scheduling, Git, secrets, and typed errors.
  • SDK integrations Integrate Signet with React, Vercel AI SDK, OpenAI SDK, connectors, and hooks.
  • Operations SDK Use plugin diagnostics, skills, analytics, repair, pipeline, config, and embedding APIs.
  • Knowledge and agents Use knowledge graph, cross-agent messaging, predictor, and timeline APIs.
  • Helpers, types, and migration Use helper methods, TypeScript types, error contracts, and migration guidance.