Agentura Docs

agentura login

Authenticate the CLI with your Agentura account

Usage

bash
agentura login

Browser flow

Opens a browser window to agentura.run/cli-auth. Log in with GitHub if needed, then click Approve. Your API key is saved automatically to ~/.agentura/config.json.

Manual flow

bash
agentura login --manual

Prompts you to paste an API key directly. Generate one at: agentura.run/dashboard/settings/api-keys

Config file

Credentials are stored at ~/.agentura/config.json:

json
{
  "apiKey": "agt_...",
  "baseUrl": "https://agentura.run"
}

This file is created automatically on first login.