Skip to content

Create API keys

API keys authenticate your application with the Subnoto API. You use an Access Key and Secret Key pair in the Authorization: Bearer ACCESS_KEY:SECRET_KEY header (or via environment variables when using the Encryption Proxy or SDKs).

  1. Log in at app.subnoto.com
  2. Go to Settings → API Keys
  3. Click Create new API key
  4. Copy and store the Access Key and Secret Key securely. The secret is shown only once.

API key creation form

Use the same credentials for the API Proxy, MCP server, SDKs, and direct API calls.

When creating or editing a key, you can enable:

A key with only Read Team can list team logs; it cannot list envelope logs. Enable the permissions you need for your use case.

  • Never expose API keys in frontend or client-side code. Use them only on your backend or in secure environment variables.
  • For embedded signing, create the iframe token on your server using your API credentials; never send the key to the browser.