Skip to main content

Prerequisites

  • Python 3.12
  • pip or poetry

Install CLI

Poetry projects can add the package directly:

Install Framework Extras

Install extras when you want framework adapters bundled with SDK installation.
Poetry equivalent:

Optional Control Plane Credentials

For deployments hosted by Aion, these values are supplied by the control plane. Set them yourself only when running outside Aion-hosted deployments or when testing a server locally against the Aion control plane. Create .env in your project root when you need to provide them manually:
Without these variables, you can still run aion serve locally and invoke agents through the local A2A and proxy endpoints, but the SDK will not connect to the Aion control plane or register agent manifests automatically. See Environment Variables for full settings.

Minimal aion.yaml

Verify CLI