Documentation

Authentication

OpenTelemetry ingestion uses the same HTTP Basic Auth credentials as the Lakehouse API. Each environment has its own credentials boundary.

Get credentials

  1. Open the target environment in Altertable.
  2. Open Credentials.
  3. Copy the lakehouse username and password.

Build the Basic Auth token

Base64-encode your credentials in the format lakehouse_username:lakehouse_password:

echo -n "your_lakehouse_username:your_lakehouse_password" | base64

Then send the encoded value in the Authorization header:

Authorization: Basic <ALTERTABLE_BASIC_AUTH_TOKEN>

Endpoint host

Send OTLP/HTTP protobuf data to the standard paths on api.altertable.ai:

Signal
Endpoint
Content type
Traces
POST https://api.altertable.ai/v1/traces
application/x-protobuf
Logs
POST https://api.altertable.ai/v1/logs
application/x-protobuf

Learn more

Crafted with <3 by former Algolia × Front × Sorare builders© 2026 AltertableTermsPrivacySecurityCookies