Getting Started Overview
Use this section to understand how SlaunchX integrations are structured before you open any endpoint page.
The Platform Model
SlaunchX exposes two integration chains:
WEBchain for browser and portal-driven experiencesAPIchain for server-to-server integrations
Those chains have different authentication, routing, and 403 behavior. Do not assume a WEB endpoint can be called like an API endpoint.
Read This Section In Order
Then move to:
The First Question To Answer
Before integrating anything, decide:
- is this a portal or browser flow
- is this a backend server integration
- which business domain owns the workflow
That decision determines which docs path you should read next.
V2 Scope
The first V2 release covers these domains:
authaccountworkspacenotificationswalletstransfers
Start from the matching domain guide once you know your chain and auth model.