Build AI agents that talk to your customers

Deploy omnichannel communication hubs with code. AI that handles WhatsApp, Email, and Instagram — autonomously or alongside your team.

hub.yaml
1# hub.yaml
2name: customer-support
3hub_type: chat
4ai_mode: pilot+copilot
5
6channels:
7 - type: whatsapp
8 phone: "+1-555-0100"
9 - type: email
10 address: support@acme.com
11 - type: instagram
12 - type: app
13
14agents:
15 - name: pilot
16 role: pilot
17 model: claude-sonnet-4-5-20250514
18 - name: copilot
19 role: copilot
20 model: gpt-4o

One hub, every channel

WhatsApp
Email
Instagram
Native App

Omnichannel

A single hub handles conversations across WhatsApp, Email, Instagram, and your native app. One configuration, every channel.

AI Modes

Pilot mode for autonomous AI, Copilot to assist your team, or both. Switch dynamically based on conversation context.

Hub as Code

Configure agents, tools, and channels with YAML files. Push to deploy. Version control your entire communication stack.

From zero to live in four steps

01

Initialize

Create a new hub workspace with the CLI

wayai init my-hub
02

Configure

Edit YAML files to define agents, channels, and tools

hub.yaml + agents/*.yaml
03

Push

Deploy your configuration to the platform

wayai push
04

Live

Your AI agents are live across all channels

Conversations flowing

Start building in minutes

Free plan includes 4,000 operations per month. No credit card required.

Create your first hub