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 :

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/productsAPI-Key pruefen
curl -u beliebig:DEIN_API_KEY https://marketplace.processcube.io/public_api/check-api-key| Status | Bedeutung |
|---|---|
200 OK | API-Key gueltig, Abonnement aktiv |
401 Unauthorized | API-Key ungueltig oder Abonnement nicht aktiv |
Authentifizierungs-Flow
Verfuegbare Dienste
| Dienst | URL | Auth | Beschreibung |
|---|---|---|---|
| Docker-Registry | /v2/ | Ja | Docker-Images (Engine, Authority, LowCode) |
| NPM-Registry | /npm/ | Ja | NPM-Pakete (@5minds, @processcube-io) |
| Studio-Download | /studio_download/ | Nein | Desktop-Anwendung (Windows, macOS) |
| CLI-Download | /cli/ | Nein | Command 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