Create an Account
To start using Aden, you’ll need to create an account on our platform.- Go to the registration URL (https://arp.adenhq.com/register-agent-control).
- Sign up using your work email or Google account.
- Follow the onboarding steps to set up your workspace.
Generate Developer Token
To authenticate your requests to the Aden API, you need a developer token (API Key).- Log in to your Aden Dashboard.
- Go to Settings > API Keys.
- Click on Generate New Key.
- Give your key a descriptive name (e.g., “Development”, “Production”).
- Click Create.
- Important: Copy the key immediately and store it securely. You won’t be able to see it again.
Treat your API key like a password. Do not share it or commit it to version control systems like GitHub. Use environment variables to manage your keys securely.