tensorone logo

Introduction

API Keys

API keys provide secure access to the Tensor One API. They authenticate your requests and define what level of access your integration has - whether it's retrieving data, submitting tasks, or managing agent configurations.

You can generate API keys with Read or Read & Write permissions depending on what your application needs.


How to Generate an API Key

In the Tensor One Console, navigate to Settings:

  1. Go to the API Keys section.
  2. Click + Create API Key.
  3. Select the appropriate permission level:
    • Read – Access data only (safe for dashboards, analytics, etc.)
    • Read & Write – Full access (used for creating or modifying resources)
  4. Click Create.
  5. Copy and store the key securely - it's only shown once.

Security Reminder: Treat API keys like passwords. Never expose them in frontend code, public repos, or insecure logs.

🗑️ Revoking API Keys

You can revoke access to any API key instantly:

  1. In Settings, go to API Keys.
  2. Click the trash icon next to the key.
  3. Confirm deletion.

Once deleted, any applications using that key will lose access immediately.

Previous
Billing Information