Get your API key
Create an account
Sign up at reactor.inc.
Create an API key
Open the Dashboard, click on your user icon and select
Account Settings, then, navigate to API Keys to create a new key.
- JavaScript
- Python
JavaScript
Do not expose your API key in client-side JavaScript code. This is a dangerous pattern that puts your credentials at risk. Instead, your backend should exchange it for a JWT token that is valid for 6 hours, which is passed to the browser to open a session.Generate a token from your backend:fetchInsecureToken: