Version: 2.3.0
Alien DataStreaming Platform API
API for the Alien DataStreaming Platform — a decentralized data platform where client clusters process and store data locally while the platform manages orchestration, scheduling, and user auth.
All authenticated endpoints require a Bearer token (either an API token oat_xxx or an OAuth JWT) in the Authorization header.
Authentication
- HTTP: Bearer Auth
- API Key: oauthAccessToken
API token (oat_xxx) or OAuth JWT
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
OAuth/OIDC (Authentik) JWT in the x-oauth-access-token header. Use this instead of Authorization: Bearer when authenticating with an OAuth access token rather than an oat_ API token.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | x-oauth-access-token |