Partner Portal Overview
The Partner portal is designed for API-chain integrators — backend servers calling SlaunchX APIs directly using HMAC-SHA256 request signatures, not browser sessions with JWT and Secure Channel.
Integration Model
Partner uses the API chain exclusively:
- Authentication via API key + HMAC-SHA256 signature
- Request paths:
/api/v1/partner/** - No JWT, no Secure Channel, no browser session state
Core Domains
| Domain | Purpose |
|---|---|
auth | API key management and login flows |
profile | Account profile and onboarding |
workspace | Workspace membership and roles |
transfer | Recharge, withdrawal, and exchange operations |
wallet | Wallet discovery and balances |
slash | Transaction commands (prepare/confirm) |
notifications | Channel configuration and delivery |
Read Next
- Quickstart — first API call with HMAC signing
- Authentication Models — how API key auth works