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
| SDK | Language | Package |
|---|---|---|
| Python SDK | Python 3.8+ | argus-sdk |
| Node.js SDK | Node.js 18+ | @argus/sdk |
How It Works
- Install the SDK in your application
- Configure it with your API key
- The SDK collects and sends metrics to the Argus platform
- 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.