OERENA

Documentation · Guides

Security and rotation

OERENA Document Intelligence API reference and integration guidance.

Security and credential rotation

Make calls from your own trusted server. Keep secrets in environment variables or a secrets manager, not source control. Never log an Authorization header or a credential value.

Rotate safely

  1. Generate a replacement credential in the application.
  2. Copy and store it securely; it is shown once.
  3. Update your server environment.
  4. Verify the integration with the replacement.
  5. Revoke the previous credential.

The old credential is not automatically destroyed so a server can migrate without an avoidable outage. Revoke immediately after suspected exposure.

Developer ConsoleCreate applicationUsageCredentials and production access