project_id and secret. You’ll need to pass these values into the Authorization request header for every API call.
Frontend SDKs
For our frontend SDKs, you’ll use yourpublic_token rather than your project_id and secret when communicating with the Stytch API.
B2B SDKs
Consumer SDKs
Environments
Each Stytch Project has 1 Live environment and 1 Test environment by default. You can create additional Test environments in the Stytch Dashboard, or via the Programmatic Workspace Actions API.Each environment has a distinct Project ID, Secret, and Public token.
- Test environments access the
https://test.stytch.comAPI - Live environments access the
https://api.stytch.comAPI