Account, workspace, and advanced settings
The live connection status for the project your SDK is linked to.
No project exists yet. Create one to connect your backend.
The Node SDK connects outbound-only and registers tools over WebSocket.
import { agentkit } from "@rutvikmakvana/agentkit-node";
agentkit.init({
projectKey: "pk_live_your_project_key",
});
agentkit.connect();Not needed until there's an external caller of the public agent API — kept here rather than removed.