DocsGetting Started

Getting Started

This guide assumes you are using Kvasyr Cloud at app.kvasyr.com.

1. Create Your Workspace

  1. Sign in to app.kvasyr.com.
  2. Confirm your account and choose a plan.
  3. Open your Dashboard.

2. Generate An API Key

From Dashboard -> API Keys, create a key for your integration service.

Store the key in your backend secret manager.

What it is for:

  • authenticating your backend/automation to the Kvasyr REST API,
  • creating and managing subscriptions programmatically,
  • pulling event/delivery data into your internal tooling.

Quick reference and examples:

3. Create A Subscription

Most teams create subscriptions in the Dashboard:

  1. Open Subscriptions.
  2. Click New Subscription.
  3. Pick chain, contract scope, and event signature.
  4. Set your webhook URL and save.

If you are automating provisioning, see:

4. Verify Delivery In Dashboard

After events start flowing, use:

  • Deliveries for status, retries, and failures.
  • Events for stored payload visibility.

5. Validate Webhook Signatures

Always verify webhook signatures in your backend before processing payloads. Keep your secret rotation and replay protection policies strict.

Need White-Label Or Self-Hosted?

Contact us.