Sazabi

Developer Tools

Programmatic access to Sazabi via CLI, REST API, and SDKs.

Sazabi provides multiple ways to integrate programmatically with the platform. Whether you prefer command-line tools, direct API access, or language-specific SDKs, we have you covered.

Available tools

Choosing the right tool

Use caseRecommended tool
Interactive debuggingCLI
CI/CD automationCLI or API
Server-side applicationsSDKs
Custom integrationsAPI
Scripts and one-off tasksCLI
Production servicesSDKs

Authentication overview

All developer tools use the same API key authentication:

  • Public keys (pk_) are project-scoped and used for data ingestion
  • Secret keys (sk_) are organization-scoped and provide full API access

See API Keys to create and manage your keys.

Next steps