Total processed
—
All time
Success rate
—%
Last 30 days
Avg routing time
—ms
Routing layer
Workers assigned to you
| Worker | Label | Status | Requests |
|---|---|---|---|
| Loading... | |||
Recent Requests
| Time | Status | Model | Worker | Duration |
|---|---|---|---|---|
| Loading... | ||||
Your API Key
Use this key in your connector to authenticate with AION. Keep it secret — treat it like a password.
••••••••••••••••••••••••
Need a new key? Contact your AION administrator.
Connector Setup
Install the AION connector on your system to start sending data automatically.
Step 1 — Install Python
Download Python from python.org and install it. Make sure "Add Python to PATH" is checked during installation.
Step 2 — Install dependencies
pip install requests
Step 3 — Configure your connector
AION_URL = "https://api.aion-platform.eu"
API_KEY = "your-api-key"
MODEL_NAME = "demo"
API_KEY = "your-api-key"
MODEL_NAME = "demo"
Step 4 — Start the connector
python aion-connector.py