Bertix - Autonomous Customer Operations
Bertix
Bertix
  • Use Cases
  • Integrations
  • Pricing
  • Docs
  • Blog
  • Company
LoginStart Free
Home
Bertix

Menu

    • Use Cases
    • Integrations
    • Pricing
    • Documentation
    • Blog
    • About
    • Contact
    • Privacy Policy
    • Terms of Service
    • Impressum

Loading...

Bertix

Autonomous Customer Operations Platform. Resolve 70-90% of routine customer calls with AI operators that execute workflows end-to-end.

Start Free

No credit card required

Product

  • Use Cases
  • Integrations
  • Pricing
  • Documentation

Company

  • About
  • Careers
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Impressum

Stay Updated

Get the latest news and updates from Bertix.

By subscribing, you agree to our Privacy Policy.

info@bertix.ai|
DE +49 211 546 9060CA +1 647 490 7539UK +44 203 769 2509US +1 646 564 2221

© 2026 Bertina International GmbH - Bertix Ai is an AI startup. All rights reserved.

Graf-Adolf-Straße 41, 40210 Düsseldorf, Germany

Documentation

Everything you need to get started

Comprehensive guides, API references, and examples to help you integrate Bertix into your customer operations stack.

Start Free

No credit card required

Deploy in 5 simple steps

1Sign Up
2Connect Store
3Configure
4Route Calls
5Go Live
Resources

Integration guides

From quickstart to advanced customization, find the documentation you need.

Quickstart Guide

Get up and running with Bertix in under 24 hours

  1. 1Sign up for a free account (no credit card required)
  2. 2Connect your Shopify or WooCommerce store
  3. 3Configure your first voice operator
  4. 4Set up call routing with your SIP provider
  5. 5Go live and monitor your first automated calls
Start Free →

Webhooks & Events

Real-time notifications for call events and actions

  • Call started/ended events
  • Transcription webhooks
  • Action completion notifications
  • Error and retry callbacks
  • Custom event filtering
// Webhook payload example
{
  "event": "call.completed",
  "call_id": "call_abc123",
  "duration_seconds": 45,
  "resolution": "automated",
  "actions_taken": [
    "order_lookup",
    "tracking_retrieved",
    "sms_sent"
  ]
}

SIP Configuration

Connect your phone system to Bertix operators

  • Standard SIP trunk support
  • Twilio, Telnyx, RingCentral compatible
  • Call routing and failover
  • DID number management
  • Call recording settings
// SIP endpoint configuration
{
  "sip_uri": "sip:operator@sip.bertix.ai",
  "transport": "TLS",
  "codec": ["OPUS", "G711"],
  "dtmf_mode": "rfc2833"
}

n8n Integration

Build custom workflows with visual automation

  • Bertix n8n node library
  • Pre-built workflow templates
  • Trigger workflows from calls
  • Send data to any connected app
  • Error handling and retries
// n8n workflow trigger
{
  "nodes": [
    {
      "type": "bertix-trigger",
      "parameters": {
        "event": "intent.detected",
        "intent": "returns.initiate"
      }
    },
    {
      "type": "shopify",
      "parameters": {
        "operation": "createRefund"
      }
    }
  ]
}

REST API Reference

Full programmatic access to the Bertix platform

  • Complete CRUD operations
  • Call management endpoints
  • Analytics and reporting
  • Knowledge base management
  • Configuration API
// API request example
curl -X GET "https://api.bertix.ai/v1/calls" \
  -H "Authorization: Bearer your_api_key" \
  -H "Content-Type: application/json"

SDKs & Libraries

Client libraries for popular programming languages

  • TypeScript/JavaScript SDK
  • Python SDK
  • Ruby gem
  • PHP package
  • Go client (coming soon)
// TypeScript SDK usage
import { BertixClient } from '@bertix/sdk';

const bertix = new BertixClient({
  apiKey: process.env.BERTIX_API_KEY
});

const calls = await bertix.calls.list({
  status: 'completed',
  limit: 10
});

Website Widget (Embed)

Embed Bertix directly on your website with a simple script tag.

  • Drop-in script tag
  • Chat, Voice, or Hybrid modes
  • Customizable styling
  • Loads on click (non-blocking)
<!-- Bertix Widget Embed -->
<script
  src="https://widget.livecontactcenter.com/sdk.js"
  data-widget-id="wgt_xxx">
</script>

Hosted Links

Create branded chat/voice pages for social bios and campaigns.

  • Custom subdomain ({brand}.livecontactcenter.com)
  • Share anywhere: Instagram, TikTok, email
  • Mobile-optimized
  • No installation required

Branding & Allowed Domains

Configure widget appearance and restrict embed domains.

  • Custom colors and welcome text
  • Avatar and brand identity
  • Domain allowlist for security
  • Analytics integration
Support

Need help?

Our team is here to help you succeed with Bertix.

Community

Join our Discord community for tips, discussions, and peer support.

Join Discord

Email Support

Get help from our support team for technical questions.

support@bertix.ai

Enterprise

Dedicated support and custom integrations for enterprise customers.

Contact Sales

Ready to get started?

Sign up for free and follow the quickstart guide to deploy your first Bertix operator. No credit card required.

Start Free