Client Portal
Request Access

Fill in your details below. We'll set up your account and send you login credentials within one business day.

✓ Request received. You'll hear from us within one business day.
Dashboard
AION Client Portal
All systems operational
Total processed
All time
Success rate
%
Last 30 days
Avg routing time
ms
Routing layer
Workers assigned to you
WorkerLabelStatusRequests
Loading...
Recent Requests
TimeStatusModelWorkerDuration
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"
Step 4 — Start the connector
python aion-connector.py