by inkbox-ai · Agent Tool · ★ 84
Inkbox https://inkbox.ai API-first communication infrastructure for AI agents — email (with custom sending domains), phone, identities, encrypted vault (login credentials, API keys, key pairs, SSH keys, OTP, etc.), and tunnels (expose a local server at a public URL via outbound HTTP/2). Quick Start Get an API key from the Inkbox Console, then: Python python from inkbox import Inkbox with Inkbox(apikey="ApiKey...") as inkbox: # Create an agent identity with a linked mailbox identity = inkbox.createidentity("my-agent", displayname="My Agent") identity.provisionphonenumber(type="tollfree") #...
| Stars | 84 |
| Forks | 20 |
| Language | TypeScript |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 66.6643895579224/100 |
| Open Issues | 20 |
| Last Updated | 2026-09-19 |
| Created | 2026-03-16 |
| Platforms | cli, node |
| Est. Tokens | ~16k |
Explore other popular agent tool tools:
inkbox is SDK, skills, and examples for Inkbox: give AI agents a persistent identity with email, phone number, and internet address. It is categorized as a Agent Tool with 84 GitHub stars.
inkbox is primarily written in TypeScript. It covers topics such as agent-communication, agent-infrastructure, agent-tools.
You can find installation instructions and usage details in the inkbox GitHub repository at github.com/inkbox-ai/inkbox. The project has 84 stars and 20 forks, indicating an active community.
inkbox is released under the MIT license, making it free to use and modify according to the license terms.