Skip to main content
API Keys allow you to create and manage secure authentication credentials required to access SigmaMind APIs and configure webhooks. These keys are used to authorize external applications, automation tools, and integrations securely.

View API Keys

  1. Log in to your SigmaMind AI dashboard.
  2. From the left navigation panel, click API Keys under the Deploy section.
You will see a list of existing API keys with:
  • Key ID
  • Name
  • Status
  • Secret Key (masked)
  • Created Date
    View AP Ikey
Important: For security reasons, the full secret key is only shown once at the time of creation.
After you close the creation modal or leave the page, the secret key cannot be viewed again.
If you lose the secret key, you must:
  1. Delete the existing key.
  2. Create a new API key.
  3. Update your integrations with the new key.

Create an API Key

Follow these steps to generate a new API key:
  1. Go to API Keys from the left navigation panel.
  2. Click + Create API Key in the top-right corner.
  3. Enter a descriptive name to identify its purpose (e.g., “Webhook Integration” or “Production App”).
  4. Click Create.
    Create AP Ikey
Copy and securely store the secret key immediately after it is generated.
For security reasons, the full secret key will not be visible again.

Delete an API Key

If you no longer need an API key, you can delete it:
  1. Go to API Keys from the left navigation panel.
  2. Click the three-dot (⋯) menu next to the API key.
  3. Select Delete.
  4. Confirm the deletion.
    Delete AP Ikey
Once deleted, the API key cannot be recovered. Any connected application, automation, or webhook using this key will stop working immediately.

Best Practices

To maintain security and stability:
  • 🔒 Never share your secret key publicly.
  • 🔁 Rotate keys periodically for production systems.
  • 🧪 Use separate keys for development and production environments.
  • ❌ Delete unused or compromised keys immediately.

When to Use API Keys

Use API Keys when:
  • Connecting external applications to SigmaMind AI
  • Setting up webhook integrations
  • Automating workflows using third-party tools (e.g., Zapier, Make, etc.)
  • Making authenticated API calls to SigmaMind services