Skip to Content
MarktplatzMarktplatz

Marktplatz

Der ProcessCube Marktplatz unter marketplace.processcube.io ist die zentrale Bezugsquelle fuer alle ProcessCube-Komponenten: Docker-Images, NPM-Pakete, Studio und CLI.

Zugang

Fuer den Zugriff auf geschuetzte Ressourcen wird ein API-Key benoetigt, der an ein aktives ProcessCube-Abonnement gebunden ist.

Den API-Key finden Sie in Ihrer ProcessCube-Rechnung :

API-Key in der Rechnung

Bewahren Sie Ihren API-Key sicher auf und teilen Sie ihn nicht mit Dritten. Der API-Key gewaehrt Zugriff auf alle Ressourcen Ihres Abonnements.

Authentifizierung

Der API-Key kann auf zwei Arten uebermittelt werden:

# Basic Auth (Benutzername ist beliebig) curl -u beliebig:DEIN_API_KEY https://marketplace.processcube.io/products # Bearer Token curl -H "Authorization: Bearer DEIN_API_KEY" https://marketplace.processcube.io/products

API-Key pruefen

curl -u beliebig:DEIN_API_KEY https://marketplace.processcube.io/public_api/check-api-key
StatusBedeutung
200 OKAPI-Key gueltig, Abonnement aktiv
401 UnauthorizedAPI-Key ungueltig oder Abonnement nicht aktiv

Authentifizierungs-Flow

Verfuegbare Dienste

DienstURLAuthBeschreibung
Docker-Registry/v2/JaDocker-Images (Engine, Authority, LowCode)
NPM-Registry/npm/JaNPM-Pakete (@5minds, @processcube-io)
Studio-Download/studio_download/NeinDesktop-Anwendung (Windows, macOS)
CLI-Download/cli/NeinCommand Line Interface

Oeffentliche Endpoints (ohne API-Key)

  • /v2/ — Docker Registry Version-Check
  • /cli/install — CLI Install-Script (bash)
  • /cli/install.ps1 — CLI Install-Script (PowerShell)
  • /studio_download/ — Studio Download-Seite