SDK
@signet/sdk is the typed HTTP client for the Signet daemon. It has no SQLite dependency and exports four public entry points:
| Import | Surface |
|---|---|
@signet/sdk |
SignetClient, errors, and public types |
@signet/sdk/react |
React provider and memory hooks |
@signet/sdk/ai-sdk |
Vercel AI SDK adapters |
@signet/sdk/openai |
OpenAI function-tool adapters |
bun add @signet/sdk# ornpm install @signet/sdkIn this section
Section titled “In this section”- SDK quickstart: construct the client and make a first memory call.
- Core client: memory operations, auth, and queued secret execution.
- SDK integrations: React, AI SDK, OpenAI, lifecycle hooks, and connectors.
- Operations SDK: plugins, skills, telemetry, repair, configuration, and embeddings.
- Knowledge and agents: knowledge graph and cross-agent coordination.
- Helpers, types, and migration: supported helpers, exported types, errors, and version guidance.

