Link out to your app or game from the Other Page experiences directory, enabling the use of web3 avatars, on-chain badges, leaderboards, and more.
Create your Experience using the API.
id
and secret
. Save these as they will be needed to make use of the launcher API endpoints in the next steps.To list an Experience you will need an API Key from Other Page Portal.
Receive a JWT
https://yourexperience.com?token=eyJhbGciOiJIUzI1...
Decoded JWT Example:Use the Launcher API
idToken
in as the jwt
, using your client_id
, and including your client_secret
in the X-Api-Key
header.
Example: