Version: 1.0.0
dltHub Runtime API
REST API for the dltHub Runtime platform.
Unstable API
This API is under active development and subject to breaking changes without notice. Do not build integrations against it that you expect to be stable. We will announce a stable versioning policy when the API is ready.
This API lets you manage workspaces, organizations, deployments, configurations, jobs, and runs programmatically. It is the same API used by the dlt runtime CLI and the Runtime Web UI.
Authentication
All endpoints require authentication via either a JWT bearer token (issued by the Runtime auth service during login) or a user API key (prefixed dlt_).
Base URL
https://api.dlthub.app
Authentication
- HTTP: Bearer Auth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |