Skip to main content

drukbox-python-sdk

Async Python client for the Drukbox host API.

The SDK builds reusable sandbox templates, provisions sandbox VMs, reads host state, deletes hosts and templates, and returns the SSH connection details a caller needs. It speaks HTTP only: SSH sessions, file transfer, command execution, and retry orchestration belong in the caller.

Install

pip install drukbox-python-sdk
uv add drukbox-python-sdk

Usage

from drukbox_sdk import SandboxAPI

sandbox = SandboxAPI(
    base_url="https://sandbox.internal.ts.net",
    token="...",
)

try:
    host = await sandbox.create_host(
        image="ghcr.io/drukbox/sandbox:abc123",
        env={"FOO": "bar"},
        idempotency_key="agent-run-42",
    )
    # Dial whichever reachable address fits your network: host.external_ssh_host
    # for the provider's public path (may be empty when the service runs an
    # AWS-with-Tailscale-on deployment) or host.internal_ssh_host for the
    # tailnet MagicDNS name (only when Tailscale is enabled). Use host.known_hosts
    # for SSH host-key verification. If the provider mints a per-VM keypair
    # (AWS with Tailscale off), host.private_key carries the private half —
    # returned exactly once at create time; subsequent get_host returns None.
finally:
    await sandbox.delete_host(host.id)
    await sandbox.aclose()

create_host blocks until the host is active — typically ~10–30s, up to a few minutes worst case. The SDK's default timeout (300s) covers this. Pass an idempotency_key for retry safety: a retry with the same key after a successful provision returns the original host instead of creating a duplicate.

SandboxAPI.from_env(prefix="SANDBOX_") reads SANDBOX_SERVICE_URL, SANDBOX_SERVICE_TOKEN, and optional SANDBOX_SERVICE_TIMEOUT.

Contract

Public exports live in drukbox_sdk:

  • SandboxAPI
  • SandboxHost
  • SandboxTemplate
  • Secret
  • Issuer
  • DoctorReport and DoctorCheck
  • HTTPProxy and HTTPProxyAttachment
  • SandboxAPIError and typed subclasses for auth, not found, conflict, unavailable, and unclassified response errors

Supported host operations:

  • create_host
  • get_host
  • attach
  • list_hosts
  • renew_host
  • delete_host
  • doctor
  • aclose

create_host supports the service's optional image, env, expires_at, permanent, provider, instance_type, disk_gb, template, secrets, and Idempotency-Key inputs. instance_type (provider-native size, e.g. t3.xlarge / cx33) and disk_gb pin the VM shape; omit either for the provider default. Omit expires_at for the default lease, pass a datetime for an explicit expiry, or pass permanent=True for a never-reaped host. template accepts a template ID. An explicit image wins over it.

secrets gives the box credentials it never sees. Each entry is a Secret, a value the caller holds, or an Issuer, a URL Drukbox fetches the value from. The box gets a placeholder per entry in the service's variable, and the Drukbox swaps it on the way out. A custom service names its host and auth_variable:

from drukbox_sdk import Issuer, Secret

host = await sandbox.create_host(
    secrets={
        "anthropic": Issuer(
            "https://mint.example/box-1/anthropic",
            headers={"Authorization": "Bearer ..."},
            refresh="1h",
        ),
        "openai": Secret("sk-..."),
        "acme": Secret("ak_...", host="api.acme.test", auth_variable="ACME_TOKEN"),
    },
)

The response carries no secret. A service name Drukbox does not know raises SandboxValidationError. A deployment without the secrets proxy raises SandboxConflictError.

renew_host extends a host's lease via POST /hosts/{id}/renew. Omit expires_at to extend by the service's default TTL; renewal never makes a host permanent.

Supported template operations:

  • create_template
  • get_template
  • list_templates
  • delete_template

create_template returns immediately with a building record. Poll get_template until the status is available or failed. A failed record carries the reason in last_error.

Supported HTTP-proxy operations:

  • create_http_proxy
  • delete_http_proxy
  • attach_http_proxy
  • detach_http_proxy

HTTP proxies are account-bound exe.dev resources, not host state — deleting a host does not remove proxies fronting it. create_http_proxy takes an origin-only target (scheme + host, no path/query/fragment/credentials) and at least one headers entry; attach_http_proxy / detach_http_proxy point a proxy at a host's backing VM (the host must be bootstrapping or active).

doctor fetches GET /doctor — read-only dependency health. The service runs one cheap, non-mutating probe per dependency (database, active VM provider, Tailscale when enabled) and always responds 200, so callers branch on DoctorReport.ok rather than the HTTP status. A failed DoctorCheck carries a stable hint slug for remediation.

The SDK does not mint Tailscale auth keys, manage ACLs, establish SSH, provision Linux users, transfer files, or run remote commands.

Development

uv sync
uv run ruff check
uv run ruff format --check
uv run pyright
uv run pytest

Tests use respx to fake the Drukbox HTTP API. They do not need a real network, VM provider, or Drukbox service.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drukbox_python_sdk-0.2.0.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

drukbox_python_sdk-0.2.0-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file drukbox_python_sdk-0.2.0.tar.gz.

File metadata

  • Download URL: drukbox_python_sdk-0.2.0.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for drukbox_python_sdk-0.2.0.tar.gz
Algorithm Hash digest
SHA256 08e64c2318b55bcd52fad8dda08ac69f76e4e1d1fe2e7bbc73c1186e51fe7789
MD5 21fcc0918783994f7a9e2abb3de1d37c
BLAKE2b-256 2db13e9e802bc3421eb190fb41804112d13bfc75c1515bc0c34a31e23a38f35f

See more details on using hashes here.

Provenance

The following attestation bundles were made for drukbox_python_sdk-0.2.0.tar.gz:

Publisher: release.yml on czpython/drukbox-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file drukbox_python_sdk-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for drukbox_python_sdk-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2651dbff2642730e02a56ff3be99e4ae532df3ba4bb6077674f636d2d6699711
MD5 7fa48adf0cca67bcd5352927d50b29e0
BLAKE2b-256 1b4f695698ffe986138cc1a7c796228dd447bda8cb45777d467798cc0df76df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for drukbox_python_sdk-0.2.0-py3-none-any.whl:

Publisher: release.yml on czpython/drukbox-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 files

0.1.0

2 files

0.0.7

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page