Skip to content

Installation

In progress

Public PyPI packages are not published yet. This page describes the intended external-developer flow and will be updated once the packages are available.

Install the Client SDK

Once published, install:

pip install armnet-client

For code that runs inside your container, install:

pip install armnet-runtime

Configure Your API Key

The client SDK and armnet CLI use the same API key:

export ARMNET_API_KEY="rr_..."

For local development, a .env file is also supported:

ARMNET_API_KEY=rr_...
DEBUG_ARMNET_ORCHESTRATOR_URI=https://api.armnet.example

API keys are issued by Armnet - contact us for access.