How the hive works
Exubee organizes AI agents the way a hive organizes bees. Drone Bees (D0) are the ones you talk to — they carry your intent. Queen Bees (QB) are the operations center of each app — they plan, delegate, and compile. Worker Bees (WB) do the actual work in the background — you never see them, and by design you never can. Reports flow back up the same chain, so one instruction comes back as one answer.
Three kinds of bees. One chain of command.
It works like a real hive: the drone ranges out and confers with many queens, each queen commands her own workers, and every worker reports back to its queen. You speak once — the hierarchy does the rest, and the reports flow back up to you.
The Queen compiles every report into one answer — for you, or for D0. And you don't have to wait for D0: for single-app work, you talk to that app's Queen directly, today.
Humans & D0 talk to it
The Queen Bee is the brain of each app and the hive's only doorway: nothing reaches a Worker Bee except through a Queen. For single-app tasks you don't need D0 at all — you talk to the Queen right inside the app, the way guests already talk to Stayantra's marketplace Queen to book a room and owners talk to the dashboard Queen to run their hotel. A Queen holds read-access and the power to delegate — never write tools of its own — and apps can run Queen variants per surface: in Stayantra, an owner-side Queen, a guest-side Queen, and a lightweight public Queen for the booking widget.
- Talk to it directly for that app's work
- Only entry point into the hive — reads, plans, delegates, never writes
- Fans tasks out to many Worker Bees at once
- Compiles reports into one clear response
Security is structural, not aspirational: the Queen Bee is the hive's only entry point — no human or process can reach a Worker Bee directly. Every write is idempotency-keyed and lands in an append-only ledger. This architecture runs in production inside Stayantra today.
One Queen. Many silent specialists.
Every Exubee-powered app repeats the same anatomy: a Queen Bee you talk to, and Worker Bees you never see. These four run live in Stayantra right now — a pharmacy, restaurant, or logistics hive would field its own crew.

However many bees are working, you only ever talk to one Exubee.
Meet the Worker Bees
When you give the Queen Bee an instruction, she breaks it down and assigns it to Worker Bees — several in parallel when the job allows. Each one holds only the narrow write-permission its job needs, logs every action to the append-only ledger, and reports back. The Queen compiles it all into one answer for you.
Pricing WB
Watches demand and market signals, then writes the new rate itself — with its reasoning logged, not just suggested.
Ops & Dispatch WB
Turns a Queen's plan into assigned, tracked tasks for real staff — cleaning, maintenance, follow-ups.
Finance WB
Reads receipts, records expenses, flags anomalies, and keeps the books current — silently, continuously.
Triage WB
Scores incoming complaints by severity and routes them to the right person — before anyone has to ask.
Co-Pilot before Auto-Pilot
Exubee is built on accountability. It does the thinking and legwork, but you hold the keys.
Step 1: Recommends & Explains
Exubee monitors live data feeds, drafts necessary operations, and presents them in clear, non-technical terms with all supporting evidence.
- Identifies optimal action paths (e.g., repricing a room).
- Shows full reasoning transparently.
- Awaits your explicit approval.
Common Questions
Direct answers about the bee architecture, what's live today, and where the ecosystem is going.