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:
- JWT for authenticated session state
- Secure Channel v2 for sensitive operations (login, password change)
X-PORTAL-ACCESS-CODEto identify the System portal contextX-Client-Hashfor session fingerprint binding
Core Domains
| Domain | Purpose |
|---|---|
institution | Create and manage institutions, portals, and access codes |
workspace | Workspace lifecycle, membership, roles, and permissions |
account | User accounts, profiles, security (MFA, sessions, IP whitelist) |
slash | Slash connections, accounts, cards, virtual accounts, payments |
notifications | Notification channel and channel type management |
wallets | Wallet discovery and balance queries |
transfers | Transfer order creation and tracking |
Environment URLs
| Environment | Base URL | Context Path | Full API Base |
|---|---|---|---|
| Local Simulation | http://127.0.0.1:18020 | /prometheus | http://127.0.0.1:18020/prometheus |
| Development | https://dev.slaunchx.cc | /prometheus | https://dev.slaunchx.cc/prometheus |
| Test | https://system-test.slaunchx.cc | /prometheus | https://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/....