Stairwell can send detection events to any HTTP endpoint that accepts JSON. This makes it easy to route Stairwell alerts into Wirespeed using your existing webhook-capable pipeline. When configured events fire (for example, an AV engine match or a YARA rule hit), Stairwell sends a JSON payload to the webhook URI from Wirespeed.Documentation Index
Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt
Use this file to discover all available pages before exploring further.
Create an authentication token in Stairwell
- Log in at app.stairwell.com
- Click the Settings icon in the left menu
- Select Auth tokens under the Organization section
- Click Generate Token and choose API/CLI token
- Give the token a descriptive name (e.g.,
Wirespeed) - Click Generate and copy the token immediately — it will not be displayed again
Find your environment ID in Stairwell
- In Settings, select the Environments tab
- Your environment ID is displayed on the environment detail page
Setup in Wirespeed
- Login to Wirespeed and navigate to Integrations > Add Integration > Stairwell
- Read this documentation and confirm you have completed the required setup steps
- Paste the API token from Stairwell into the API Token field
- Paste your Environment ID from Stairwell into the Environment ID field
- Click Integrate
- Select Webhook Details
- Copy the Webhook URL — you’ll use this in Stairwell
Configure the webhook in Stairwell
- Login to your Stairwell environment
- Create or update the event forwarding/webhook configuration for the detections you want to send
- Paste the Webhook URL from Wirespeed as the destination endpoint
- Save the webhook configuration and trigger a test event if available
What Gets Ingested
Wirespeed ingests Stairwell detection events as JSON payloads, including webhook events such as:- AV engine matches
- YARA rule hits
- Other configured Stairwell detections
name, label, createTime, matchType, objectMetadata, objectSightings, and triggerCondition (including optional YARA matches, MalEval, opinions, and threat reports).
Each event is normalized into a detection record and made searchable in Wirespeed for investigation and triage.
