1 · Get a console login
Contact Alyte (your point of contact, or hello@alyte — whoever sent you here) with the email addresses of the people who need console access. You’ll receive a WorkOS invitation email; accepting it creates your login and attaches you to your organisation (your tenant — the isolation boundary all your data lives inside).2 · Know your environment
Everything in these docs works against sandbox. The API surface is identical.
3 · Mint an API token
Console → API keys → mint with the scopes you need:merchant:read— catalog and payments readsmerchant:write— catalog writes, PSP links, buyer-session minting
expiresAt says exactly when). The working control
is revocation: deleting a key in the console kills its tokens immediately —
a server-side check on every request, not token expiry. Rotate by minting a
new key, deploying it, then revoking the old one.

