Deterministically derived from your wallet. It never changes and requires no storage.
••••••••••••••••Keep your API key secret. Do not share it publicly or commit it to version control. Use environment variables in production.
Run the one-liner below to install the Aria Agent CLI on macOS, Linux, or WSL.
$ curl -Lo aria https://github.com/MADE-ADI/aria-agent/releases/latest/download/aria-linux-x86_64 && chmod +x aria && sudo mv aria /usr/local/bin/
Or install via pip:
pip install aria-cliLink the CLI to your wallet by running the auth command with your API key.
$ aria auth ariax-••••••••••
> Authenticating... ✓ Successfully authenticated as 0x•••• > Config saved to ~/.aria/config.json
Or set as environment variable:
export ARIA_API_KEY=ariax-••••••••••Choose the right agent for your workflow. Pass the agent name in your API request to activate it.
Multi-purpose reasoning agent for any task.
"agent": "general"Writes, reviews, and architects production code.
"agent": "coder"Deep analysis, fact-finding, and strategic insights.
"agent": "researcher"Infrastructure automation, CI/CD, and cloud architecture.
"agent": "devops"Statistical modeling, visualization, and BI insights.
"agent": "analyst"CLI shorthand
aria -e "prompt"Jump into the chat to interact with agents directly in the browser.