aion serve reads aion.yaml, starts one process per configured agent, and starts a proxy server
for unified routing.
Usage
Options
Examples
Startup Behavior
- Validates and loads
aion.yaml. - Loads environment variables from system or
.env. - Reserves proxy and agent ports.
- Starts agent server processes and proxy process.
- Prints direct and proxy URLs for each agent.
- If control plane credentials are present, attempts deployment metadata lookup, platform websocket connection, and manifest registration.
- Without control plane credentials, local direct and proxy A2A endpoints still start, but control plane connectivity and automatic registration are unavailable.