• Tuesday, May 12, 2026

The Impreza Public API has been powering programmatic access to your domains, hosting, VPS, email, and orders for a while now. Today we're shipping the missing piece: an open-source DevKit so you can call it without writing HTTP requests by hand.

Three packages, one toolkit:

impreza-sdk (Python) — pip install impreza-sdk. Sync + async clients, fully typed with Pydantic v2, with built-in Tor support.

impreza-cli (Python) — pip install impreza-cli. A rich terminal experience: list VPS, top up your balance, manage DNS — all from your shell.

impreza (Go) — a single static binary. No runtime, no dependencies. Drop it on a server and you're done.

Everything lives in one open-source repo: github.com/imprezahost/impreza-devkit - MIT-licensed, examples included, with both the OpenAPI 3.1 (REST) and AsyncAPI 3.0 (webhooks) specs in the box.

Get started in 60 seconds. If you already have API keys, you can be running impreza vps list right now. If you don't, generate them in Client Area → API Management, whitelist your IP, and you're set.

Full docs at docs.imprezahost.com.