Getting Your API Key
- Sign in at app.lasersell.io.
- Navigate to Settings > API Keys.
- Click Create API Key, give it a name, and copy the value.
Authenticating Requests
Every request to the LaserSell API and every WebSocket connection to the Exit Intelligence Stream requires an API key passed via thex-api-key HTTP header.
curl
SDK Examples
Exit Intelligence Stream Authentication
The Exit Intelligence Stream WebSocket also usesx-api-key. The SDK handles this automatically when you construct a StreamClient:
Security Best Practices
- Never commit your API key to version control. Use environment variables or a secrets manager.
- Rotate keys periodically through the dashboard.
- Scope access by creating separate keys for different bots or environments.
- If a key is compromised, revoke it immediately from the dashboard and create a replacement.

