skills/inkbox.ai/inkbox-python

inkbox-python

SKILL.md

Inkbox Python SDK

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

Install & Init

pip install inkbox

Always use the context manager — it manages the underlying HTTP session:

from inkbox import Inkbox

with Inkbox(api_key="ApiKey_...") as inkbox:
    ...
Installs
16
Source
inkbox.ai
First Seen
Mar 20, 2026
inkbox-python from inkbox.ai