skills/inkbox.ai/inkbox-ts

inkbox-ts

SKILL.md

Inkbox TypeScript SDK

API-first communication infrastructure for AI agents — email, phone, encrypted vault, and identities.

Install & Init

npm install @inkbox/sdk

Requires Node.js ≥ 22. ESM module — no context manager needed:

import { Inkbox } from "@inkbox/sdk";

const inkbox = new Inkbox({ apiKey: "ApiKey_..." });

Constructor options: { apiKey: string, baseUrl?: string, timeoutMs?: number }

Installs
14
Source
inkbox.ai
First Seen
Mar 20, 2026
inkbox-ts from inkbox.ai