Skip to content

System Portal Overview

The System portal is the platform administration entrypoint for SlaunchX. System operators use it to manage institutions, accounts, workspaces, and platform-wide settings.

Authentication

The System portal uses the WEB chain exclusively:

  1. JWT for authenticated session state
  2. Secure Channel v2 for sensitive operations (login, password change)
  3. X-PORTAL-ACCESS-CODE to identify the System portal context
  4. X-Client-Hash for session fingerprint binding

Core Domains

DomainPurpose
institutionCreate and manage institutions, portals, and access codes
workspaceWorkspace lifecycle, membership, roles, and permissions
accountUser accounts, profiles, security (MFA, sessions, IP whitelist)
slashSlash connections, accounts, cards, virtual accounts, payments
notificationsNotification channel and channel type management
walletsWallet discovery and balance queries
transfersTransfer order creation and tracking

Environment URLs

EnvironmentBase URLContext PathFull API Base
Local Simulationhttp://127.0.0.1:18020/prometheushttp://127.0.0.1:18020/prometheus
Developmenthttps://dev.slaunchx.cc/prometheushttps://dev.slaunchx.cc/prometheus
Testhttps://system-test.slaunchx.cc/prometheushttps://system-test.slaunchx.cc/prometheus

All API paths documented in this handbook are relative to the Full API Base. For example, /web/v1/system/constants/countries becomes http://127.0.0.1:18020/prometheus/web/v1/system/constants/countries locally.

Request Path

All System portal endpoints use the WEB chain path prefix: /web/v1/system/....

  1. Quickstart
  2. Authentication Models
  3. Secure Channel

SlaunchX Internal Documentation