API Keys

The API Keys page is for managing your API keys

Viewing Your API Keys

When you navigate to the API Keys page in the Cloud Console (under Settings), you'll see a table listing all your API keys with the following information:

  • Name: The descriptive name you've given to the API key
  • Key: The actual API key value (hidden by default for security)
  • Expires: When the API key will expire
  • Last Used: When the API key was last used
  • Owner: The user who created the API key
API Keys

Creating a New API Key

To create a new API key:

  1. Navigate to the API Keys page in the Cloud Console (under Settings)
  2. Click the "Create API Key" button in the top-right corner
  3. In the dialog that appears:
    • Enter a descriptive name for the key (e.g., "Production API Key")
    • Set an expiration date for the key
  4. Click "Create Key" to generate the new API key
  5. Important: Copy the API key value immediately, as it will only be shown once

Note: An API key is automatically created when you create a new project. You can view and manage this key in the API Keys page.

New API Key

CLI

You can use the CLI to manage your API keys using the following command:

$
agentuity apikey

See the CLI documentation for more information on specific command usage and flags.

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