CLI

Authentication Commands

Commands for authenticating with Agentuity

The auth commands allow you to authenticate with the Agentuity Cloud Platform, manage your login session, and check your authentication status.

auth login

Logs you into the Agentuity Cloud Platform.

Aliases: login

Usage

$
agentuity auth login

This command will print out a one-time code and a link to a URL where you can log in to your Agentuity account and provide the one-time code.

After successful authentication, your credentials will be stored locally for future use. By default, the credentials and other configuration are stored in the following file: $HOME/.config/agentuity/config.yaml.

Example

$
agentuity auth login

✓ You are now logged in

auth logout

Logs you out of the Agentuity Cloud Platform.

Aliases: logout

Usage

$
agentuity auth logout

This command will remove your stored credentials.

Example

$
agentuity auth logout

✓ You have been logged out

auth whoami

Displays information about the currently logged-in user.

Aliases: whoami

Usage

$
agentuity auth whoami

Example

$
agentuity auth whoami

╭──────────────────────────────────────────────────────────────────────────────────╮ │ │ │ Currently logged in as │ │ │ │ Name: Your Name user_0123456789abcedefghijklmnop │ │ │ │ Organization: Your Organization org_0123456789abcdefghijklmnopq │ │ │ ╰──────────────────────────────────────────────────────────────────────────────────╯

Need Help?

Join our DiscordCommunity for assistance or just to hang with other humans building agents.

Send us an email at hi@agentuity.com if you'd like to get in touch.

Please Follow us on

If you haven't already, please Signup for your free account now and start building your first agent!

On this page