Verbara
MIT SDK · Apache Platform · 0 vulns

The open-core comms runtime you can audit, self-host, own.

Open-core, Asterisk-native. Run your contact center, voice AI, omnichannel, and more on one auditable stack. In your data center, your cloud, or our managed plane.

or get a developer license — free, signed, valid 30 days →

  • 27 SDK packages
  • ·
  • 2,893 unit tests
  • ·
  • 0 vulnerable packages
  • ·
  • Cosign-signed images
  • ·
  • Open source on GitHub
  • ·
  • ES · EN · PT

Solutions

Four shapes of the same runtime.

  • Human voice

    Contact Center

    Full omnichannel operation with native AI, dialer, and agent assist.

    See solution →
  • AI voice

    Voice AI

    Voicebots and inbound AI agents on top of your Asterisk PBX.

    See solution →
  • Messaging

    Omnichannel

    WhatsApp, SMS, email, web — eleven channels in one inbox.

    See solution →
  • Telephony

    CPaaS

    Programmable API on top of Asterisk. No per-minute fees.

    See solution →

How it works

Five components, one stack, every layer auditable.

Five components, one stack, every layer auditable. SDK and Platform are open. Pro adds licensed enterprise overlays. Web is your operators' UI. Asterisk PBX upstream Verbara.Sdk MIT Verbara.Sdk.Pro Commercial Verbara.Platform Apache 2.0 Verbara.Platform.Web Apache 2.0
SDK and Platform are open. Pro adds licensed enterprise overlays. Web is your operators' UI.

Read the source

Real code. Real tests. No vaporware.

Program.cs
using Verbara.Sdk.Ami;

await using var client = new AmiClient(
    host: "pbx.example.com",
    user: "admin",
    secret: Environment.GetEnvironmentVariable("AMI_SECRET")!);

await client.ConnectAsync();

await foreach (var ev in client.Events.WithCancellation(cts.Token))
{
    Console.WriteLine($"[{ev.EventName}] {ev.Channel}");
}

Uses Verbara.Sdk 2.1.0 — dotnet add package Verbara.Sdk →

  • 27
    SDK packages
  • 2,893
    unit tests passing
  • 0
    vulnerable packages
  • .NET 10 AOT
    native ahead-of-time

Pricing

Free to evaluate. Self-host or managed when you scale.

FAQ

Direct answers.

Stop renting your comms stack. Start running it.

30-day developer license, signed, free. No credit card.