Quickstart
In this guide, you'll create an agent identity with an inbox and phone number, then send your first email and place a call.
The Inkbox SDK is available for Python and TypeScript.
Install
Requires Python ≥ 3.11 (Python) or Node.js ≥ 18 (TypeScript).
Authentication
You'll need an API key. Get one at console.inkbox.ai.
Python
| Argument | Type | Default | Description |
|---|---|---|---|
api_key | str | required | Your ApiKey_... token |
timeout | float | 30.0 | Request timeout in seconds |
Use with Inkbox(...) as inkbox: (recommended) or call inkbox.close() manually to clean up HTTP connections.
TypeScript
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | string | required | Your ApiKey_... token |
timeoutMs | number | 30000 | Request timeout in milliseconds |