Argus
SDK Setup

SDK Setup

Overview of Argus SDKs and integration options.

Argus provides official SDKs for Python and Node.js, plus a webhook system for custom integrations.

Available SDKs

SDKLanguagePackage
Python SDKPython 3.8+argus-sdk
Node.js SDKNode.js 18+@argus/sdk

How It Works

  1. Install the SDK in your application
  2. Configure it with your API key
  3. The SDK collects and sends metrics to the Argus platform
  4. You can also send custom metrics and handle webhook events

Webhook Handlers

For advanced integrations, Argus can send events to your application via webhooks. Both SDKs include built-in webhook handler support with signature verification.

On this page