Authentication

Authentication

Authenticate every request correctly and keep your API keys in server-side infrastructure only.

Authentication

Authentication

Authenticate every request correctly and keep your API keys in server-side infrastructure only.

Authentication model

All requests to the API must include the authorization header using the Bearer schema:

Authorization: Bearer INTL_XXXXXXXXXXXXXXXXXXXXXXXX

Key handling

Never expose your API key in frontend code. Store it in your backend secret manager or environment variables and keep every Interlinked request on the server side.

Recommended security baseline

  • Rotate keys when access changes.
  • Scope operational ownership to the team managing the workspace.
  • Keep logs free of raw credentials.
  • Validate connectivity with low-risk endpoints before shipping automation into production.