WIIL
For Developers

AI BusinessInfrastructure,handled.

Catalogs, locations, agents, transactions — through unified APIs. Ship AI business workflows in minutes, not months.

Minutes·to first callMulti-location·nativeCatalog-aware·agents
deploy-agent.tsLive
// One API call. Production AI agent. Live phone number.import { WiilClient } from 'wiil-js';import { BusinessSupportServices } from 'wiil-core-js'; const client = new WiilClient({  apiKey: process.env.WIIL_API_KEY,}); const result = await client.dynamicPhoneAgent.create({  assistantName: 'Sarah',  catalogId: 'cat_123',  locationId: 'loc_456',  capabilities: [    BusinessSupportServices.APPOINTMENT_MANAGEMENT  ]}); console.log('Live phone number:', result.phoneNumber);// That's it. Your AI agent is answering calls.
Build vs. Buy

What you skip building.

We handle the infrastructure. You handle the product.

Without WIIL

  • Catalog schema and publishing workflows
  • Multi-location data, overrides, and routing
  • Web catalog hosting and agent grounding
  • Telephony integration (Twilio, Vonage, Bandwidth…)
  • SMS gateway setup
  • Voice pipeline (STT → LLM → TTS)
  • Call routing and transfer logic
  • Multi-channel message handling
  • Transaction workflows (book, reserve, order, apply, qualify)
  • POS, marketplace, and business app integrations
  • Failover and carrier management
  • Compliance and security infrastructure
Estimated setupMonths

With WIIL

agent.tsOne call
const agent = await client  .dynamicPhoneAgent  .create({    assistantName: 'Sarah',    capabilities: [...]  }); // Live phone number ready
  • One API call
  • Production AI agent
  • Live phone number
Time to productionMinutes
Problems We Solve

Real infrastructure challenges.
Handled.

Seven engineering pains that disappear the moment you ship on WIIL.

№ 01
fig.01

Catalog Infrastructure

Business apps need accurate menus, products, services, properties, rooms, and rentals — but catalog modeling, drafting, publishing, versioning, and syncing are easy to underestimate.

What WIIL delivers

Catalog APIs and publishing workflows for real business offerings.

Build on top of structured offerings, not flat documents.

№ 02
fig.02

Agent Grounding

AI agents are only useful when they know the actual business data: pricing, availability, services, items, inventory, policies, and workflow rules.

What WIIL delivers

Catalog-aware agents that use real business data to answer, guide, and transact.

Use real catalog data, not generic prompts.

№ 03
fig.03

Multi-Location Complexity

Chains, franchises, marketplaces, property portfolios, restaurant groups, clinics, and multi-branch operators need shared business logic plus location-specific catalogs, hours, availability, inventory, staff, policies, phone numbers, routing, and reporting.

What WIIL delivers

Location-aware catalog, agent, routing, and transaction infrastructure.

Global catalog control with location-specific overrides.

№ 04
fig.04

Infrastructure Burden

Building conversational AI means integrating telephony providers, SMS gateways, voice pipelines, and managing carrier relationships — before you write a single line of product code.

What WIIL delivers

We handle the infrastructure. You handle the product.

Skip the Twilio-Vonage-SendGrid dance.

№ 05
fig.05

Voice Pipeline Complexity

Building voice AI means orchestrating speech-to-text, LLM inference, and text-to-speech in real-time with sub-second latency. Most teams underestimate this.

What WIIL delivers

Pre-built voice pipeline. STT, LLM, TTS — configured and optimized.

Voice AI without the voice engineering.

№ 06
fig.06

Multi-Channel Fragmentation

Web, phone, SMS, chat, and email each have different protocols, rate limits, state models, and failure modes.

What WIIL delivers

One conversation model across web, phone, chat, SMS, and email.

Build once, deploy across every supported touchpoint.

№ 07
fig.07

Business Integration Work

AI features often stall when they need to connect to calendars, POS systems, ordering flows, inventory, fulfillment, service platforms, business apps, or marketplaces.

What WIIL delivers

Integration APIs and workflows for supported business systems.

Connect AI agents to the systems businesses already use.

Integration Patterns

Choose how much we handle.

Use what you need. Skip what you don't.

Full AI Business Platform

Complete catalog + agent + transaction backend

Use WIIL as your complete backend — catalogs, locations, AI agents, channel delivery, transactions, and integrations.

WIIL handles
  • Catalogs + locations
  • AI agents
  • Multi-channel delivery
  • Transactions
  • Integrations
  • Telephony
Best for

Apps that need AI-powered business workflows without building any of the underlying infrastructure.

Architecture · full ai business platformfig.A
Proactive Outreach

Initiate conversations,
not just respond.

Reach customers proactively with AI-powered calls, SMS, and email — all through unified APIs.

requestCall.tsCopy
const call = await wiil.messaging.requestCall({  to: '+12125551234',  agentConfigurationId: 'reminder_agent',  scheduleType: 'SCHEDULED',  scheduledAt: Date.now() + 3600000,  callingHours: {    startTime: '09:00',    endTime: '17:00',    daysOfWeek: [1, 2, 3, 4, 5]  }});
Global
SMS reach
Global
Voice reach
High
Delivery rate
Real-time
API response
Technical Capabilities

Everything you need.
Nothing you don't.

The full surface area, in monospace.

01

Catalog Infrastructure

  • Catalog Types
    Menu, product, service, property, accommodation, rental
  • Catalog APIs
    Create, update, retrieve, publish structured offerings
  • Drafting Workflow
    Draft, review, publish, and update catalog content
  • Agent Grounding
    Agents use catalog data to answer and transact
02

Multi-Location Infrastructure

  • Location Model
    Branches, stores, properties, rooms, service areas
  • Location-Specific Data
    Hours, availability, inventory, pricing, policies
  • Catalog Inheritance
    Shared templates with location-level overrides
  • Location-Aware Routing
    Route by geography, availability, inventory, intent
03

Agent Infrastructure

  • Agent APIs
    Create and configure AI agents per channel
  • Channel Agents
    Web, phone, chat, SMS, email — same conversation model
  • Catalog-Aware
    Grounded in real business data, not generic prompts
  • Business Tools
    Book, order, reserve, apply, qualify, follow up
04

Conversation Infrastructure

  • Multi-channel
    Web, phone, chat, SMS, email
  • Conversation state
    Full context management across messages
  • Message history
    Complete conversation records with metadata
  • Transcription
    Automatic speech-to-text for all voice
05

Voice & Telephony Infrastructure

  • Phone Numbers
    Provisioning where supported, global reach
  • Number Types
    Local, toll-free, mobile
  • Redundancy
    Multi-provider failover patterns where supported
  • Call Quality
    HD voice, low latency
06

Transactions & Integrations

  • Appointments
    Book, confirm, modify, cancel — with your calendar
  • Reservations
    Tables, rooms, resources, rentals, spaces
  • Orders
    Menu and product ordering with inventory awareness
  • Lead Qualification
    Qualify, store, route, and follow up
  • POS Integrations
    Square, Toast, and other supported platforms
  • Marketplace Publishing
    Publish or sync catalog to connected destinations
07

API Architecture

  • REST APIs
    Standard HTTP endpoints for all operations
  • Webhooks
    Real-time events for conversations, messages, transactions
  • WebSocket
    Live conversation streaming for real-time UIs
  • SDKs
    TypeScript/JavaScript and Python where supported
Ship when you're ready

One API call. Live AI agent. Production-ready.

Skip the telecom stack, the catalog schema, the multi-location routing, the integrations. Ship the product that's actually yours.