Simuzo
API Keys API Keys management for admin automation.

Overview

API Keys allow scripts and external tools to call Simuzo admin APIs without an interactive browser session. Each key can be restricted by allowed actions and source IP addresses.

Accessing API Keys

Navigate to API Keys in the Admin Panel sidebar.

Feature can be disabled If API credentials are disabled in server configuration, this page redirects away. Contact Softaculous support or check global settings if the menu is missing.

Creating a Key

  1. Open API Keys
  2. Enter optional notes describing the key purpose
  3. Optionally restrict by IP address(es)
  4. Select allowed actions, or allow all actions
  5. Save and store the generated credentials securely

Best Practices

  • Scope keys to the minimum set of actions required
  • Bind keys to fixed management IPs when possible
  • Rotate keys periodically and revoke unused keys
  • Never commit keys into git repositories or public tickets

Related Topics