Skip to Content
SDKsOverview

SDKs

Chirpier exposes the same product model across JavaScript, Python, and Go.

All three SDKs share these important behaviors:

  • same bearer token for logs and control-plane APIs
  • unknown events auto-create event definitions
  • helper methods for events, policies, alerts, deliveries, and destination tests

Choose your SDK

JavaScript
Use `@chirpier/chirpier-js` in Node.js, services, scripts, and agent runtimes.
Python
Use `chirpier` in data workflows, automation jobs, and Python-based agents.
Go
Use `github.com/chirpier/chirpier-go` in backend services and concurrent workers.

If you only need raw HTTP calls, use API Reference.

Last updated on