@apex-inc/sdk
v0.1.1
Published
Event tracking and identity SDK for Apex — currently in private beta.
Readme
@apex-inc/sdk
Event tracking and identity SDK for Apex — currently in private beta.
Works in Node.js 18+ and browser environments. Zero runtime dependencies.
Access
Apex is invite-only during the private-beta period. If you received an invite, your onboarding email contains your projectKey and apiUrl. Full API documentation is available in-app once your account is active.
Not in the beta yet? Request access at apex.inc (coming soon).
Install
npm install @apex-inc/sdkQuick Start
import { init, track, identify } from "@apex-inc/sdk";
init({
projectKey: "your-project-key",
apiUrl: "https://your-apex-instance.com",
});
identify("user_123", { email: "[email protected]" });
track("page_viewed", { path: "/pricing" });License
MIT — see LICENSE
