Agentura Docs

CLI Installation

Install globally via npm

bash
npm install -g @agentura/cli

Verify installation

bash
agentura --version
agentura --help

Authenticate

Use browser auth for the default flow:

bash
agentura login

This opens a browser window to authenticate with GitHub. Your API key is saved to ~/.agentura/config.json automatically.

Manual alternative

bash
agentura login --manual

Use this if you prefer to paste an API key directly. Generate one at agentura.run/dashboard/settings/api-keys.

Requirements

  • Node.js 18 or higher
  • A GitHub account
  • An AI agent with an HTTP endpoint