Plugins
Inkbox ships as a plugin for AI coding harnesses. Installing the plugin loads every Inkbox skill (TypeScript SDK, Python SDK, tunnels, CLI, and agent self-signup) into your coding agent in one step.
Available plugins
| Plugin | Harness | Install |
|---|---|---|
| Claude Code | Claude Code | /plugin marketplace add inkbox-ai/inkbox |
| Codex | Codex | codex plugin marketplace add inkbox-ai/inkbox |
What a plugin includes
Every Inkbox plugin packages the same set of skills:
- TypeScript SDK:
@inkbox/sdksurface for identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks - Python SDK:
inkboxsurface, same coverage as TypeScript - Tunnels: lifecycle, URL forwarding, and in-process handler guidance
- CLI:
@inkbox/clishell-native workflows - Agent self-signup: end-to-end register / verify / resend / status flow
Once the plugin is installed, your coding agent automatically picks the right skill for the task. No extra configuration needed.
Prerequisites
- Install the SDK in your project:
- Get an API key from the Inkbox Console.