CLI

API Key Commands

Managing API keys with the Agentuity CLI

Overview

The Agentuity CLI provides commands to manage API keys for authentication with the Agentuity Cloud Platform.

Commands

apikey

Base command for API key management.

agentuity apikey

Aliases: apikeys

Examples:

agentuity apikey list
agentuity apikey create

apikey create

Creates a new API key for use with the Agentuity Cloud Platform.

agentuity apikey create

Aliases: None

Examples:

agentuity apikey create

apikey delete

Deletes an existing API key.

agentuity apikey delete

Aliases: None

Examples:

agentuity apikey delete

apikey get

Retrieves information about a specific API key.

agentuity apikey get

Aliases: None

Examples:

agentuity apikey get

apikey list

Lists all available API keys for your account.

agentuity apikey list

Aliases: None

Examples:

agentuity apikey list

On this page