Skip to content

Skills

Inkbox skills are reference files that teach your AI agent how to use the Inkbox SDK. Once installed, your agent automatically knows how to work with email, phone, authenticator, and vault features.

Manual install (Claude Code)

bashbash

Prerequisites

  1. Install the SDK in your project:
bashbash
  1. Get an API key from the Inkbox Console

Available skills

SkillLanguageDescription
TypeScript SDKTypeScript / Node ≥ 22@inkbox/sdk surface — identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks, whoami
Python SDKPython ≥ 3.11inkbox surface — identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks, whoami
TunnelsPython ≥ 3.11 / TypeScript / Node ≥ 22Bring a local server online at my-agent.inkboxwire.com — lifecycle via identity surface, edge vs passthrough TLS, URL forwarding, in-process Fetch / ASGI / WebSocket handlers
Agent self-signupSDK-agnosticEnd-to-end self-signup flow — register, verify, resend, status — with Python, TypeScript, and curl examples
CLIShell@inkbox/cli surface — shell-native workflows

View the source →