The Maesn TypeScript SDK lets you interact with the unified API from your TypeScript or JavaScript application. It provides full type safety, built-in error handling, and supports all endpoints available in the API reference. The SDK is available on npm and is actively developed.Documentation Index
Fetch the complete documentation index at: https://docs.maesn.com/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Install the SDK using your preferred package manager:The SDK is published as an ES Module (ESM) only. If your project uses CommonJS, import it with
await import("@maesn/typescript-sdk").Authentication
The SDK requires two API keys, which you can pass directly or load from environment variables:| Key | Environment variable | Description |
|---|---|---|
apiKey | MAESN_API_KEY | Authenticates your application with the Maesn API |
accountKey | MAESN_ACCOUNT_KEY | Identifies the end user’s connected target system |