sTechWise Logo
sTechWise

Built for Builders.

Integrate our real-time automation engine into your stack using our idempotent REST APIs, Webhooks, and native SDKs.

Node.js Quickstart

Fire your first event into the automation engine in less than 3 lines of code.

1 | import { sTechWise } from '@stechwise/node'
2 |
3 | const client = new sTechWise(process.env.STW_KEY);
4 |
5 | await client.events.track({
6 |   name: 'user.signup',
7 |   userId: 'usr_123'
8 | });

Webhooks

Secure, retriable webhook delivery for downstream systems.

Authentication

SAML/SCIM APIs for programmatically managing users.