AI business infrastructure
for every channel,
every location.
Travnex builds the platform behind modern AI-powered businesses. Our flagship product, Wiil, gives you SEO-ready catalogs, catalog-aware AI agents, and completed transactions — bookings, orders, reservations, applications, qualified leads — across web, phone, chat, SMS and email.
- Catalog-aware agents
- Multi-location, by default
- Square & Toast integrations
- Voice + chat + email + SMS
- Drafting & publishing workflow
- Free SEO web catalogs
transaction layer
- Restaurants
- Hotels
- Salons
- Clinics
- Brokerages
- Property managers
- Retailers
- Rentals
- Franchises
From catalog to completed transaction
One platform turns business data into discoverable catalogs, AI-guided conversations, and real revenue. No tool sprawl. No manual handoffs.
Manage one catalog
Menus, products, services, properties, rooms, rentals. Draft once. Publish to every location and channel.
Get discovered
SEO-ready web catalogs designed to be found, browsed, and understood by real customers.
Convert with AI agents
Catalog-aware agents answer in context across web, phone, chat, SMS, and email — instantly, 24/7.
Complete the transaction
Bookings, reservations, orders, applications, and qualified leads — sent to your POS, calendar, or CRM.
Built for the way real businesses
sell, serve, and book.
Whatever your business offers, Wiil understands it as structured catalog data — so AI agents can answer accurately and customers can complete the next step in the same place they discovered you.
Agents that know your business —
wherever the customer starts
The same catalog and business context across every channel, so customers get consistent answers and businesses get consistent outcomes.
Lives inside the catalog page. Guides visitors from browsing to action without leaving the page.
Answers calls, holds natural conversations, books, orders, transfers, and qualifies leads.
Web and in-app chat. Same catalog context, same answers, same outcomes as every other channel.
Confirmations, reminders, follow-ups, and continued conversations by text — without re-asking context.
Structured inquiries handled. Confirmations dispatched. Follow-up workflows that never drop.
A customer who chats on the web, calls in 20 minutes later, and confirms by SMS is one customer — to your business, your data, and your agents.
Built to move the numbers
that actually matter.
Wiil isn't a chatbot. It's an AI-powered business growth and operations platform — measured by traffic, conversion, revenue, and capacity, not by replies sent.
Get found. Then convert the visit.
Every business gets an instant, SEO-ready catalog connected to AI agents that can answer, guide, and transact. Your menus, products, services, properties, rooms, and rentals become searchable.
Turn intent into transactions, 24/7.
Customers act from the catalog. AI responds instantly. After-hours inquiries become morning revenue. Calendars fill themselves. Orders place themselves. Leads qualify themselves.
Do more with the team you have.
One source of business data powers every channel. AI handles complete workflows — book, confirm, modify, cancel, apply, follow up — so your team focuses on the work that needs them.
Draft once. Publish everywhere it matters.
One catalog management layer for drafting, reviewing, publishing, and updating offerings — with location-specific overrides. Connected to POS like Square and Toast, plus business apps and marketplaces.
Same quality at 2 AM as 2 PM.
Customers discover, browse, ask, and act instantly across every channel. No hold music. No callbacks. Context preserved across conversations and channels.
Global control. Local availability.
Chains, franchises, brokerages, restaurant groups, clinics, portfolios — Wiil keeps shared brand and catalog control while letting each location use its own hours, inventory, pricing, services, policies, and routing.
One platform for every location.
Shared catalog templates with location-level overrides. Route customers by geography, availability, inventory, or intent. Compare performance across locations from one dashboard.
Connected to the tools your business runs on.
POS, business apps, marketplaces. Catalog data drafted once and published wherever customers find you — Square, Toast, calendars, inventory, and more where supported.
- Square
- Toast
- Stripe
- Google Calendar
- Twilio
- Slack
- HubSpot
- Salesforce
- Shopify
- QuickBooks
Draft, review, publish — across every destination, from one place.
Ship AI business workflows
without building the stack.
Catalog APIs. Location APIs. Catalog-aware agents across web, phone, chat, SMS, and email. Transaction workflows for bookings, orders, reservations, applications, and lead qualification. POS, marketplace, and business-app integrations. SDKs in TypeScript and Python.
- Catalog APIs
- Location APIs
- Agent APIs
- Voice + telephony
- Webhook events
- POS integrations
- TypeScript SDK
- Python SDK
// 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',
capabilities: [
BusinessSupportServices.APPOINTMENT_MANAGEMENT,
],
});
console.log('Live phone number:', result.phoneNumber);
// That's it. Your AI agent is answering calls.