1) Sign up on Adgentic Publisher Platform
Create an account to access the dashboard.
2) Obtain your ADGENTIC_API_KEY
Go to API Keys in the dashboard and create a new key.
3) Provide your ADGENTIC_API_KEY either:
- Per call:
“api_key”: “<YOUR_KEY>”
- Or as an environment variable:
macOS / Linux (bash, zsh)
export ADGENTIC_API_KEY=“<YOUR_KEY>“
Windows (CMD)
set ADGENTIC_API_KEY=“<YOUR_KEY>“
Windows (PowerShell)
$Env:ADGENTIC_API_KEY=“<YOUR_KEY>”