Cost
What an enterprise bot costs
Enterprise builds run twenty to forty delivery days for functionality an SMB gets in ten. The difference is not features. It is data residency, audit trails, role-based access, security review and the procurement calendar — and the calendar is usually the longest item in the plan.
What an enterprise bot costs: effort, cost and what moves it
- Fixed price
- $14,280 USD
- Delivery
- Awaiting sign-off
- Effort
- 34 delivery days
- Biggest cost driver
- Compliance scoping and security design, before any feature
- Commercial basis
- Fixed price agreed before work starts; scope changes quoted separately
- Year one, beyond the build
- Support retainer, Managed hosting, plus identity provider licensing, penetration testing, internal programme cost
As of 2025-10-01, Telegram Bot API 13.4
Why this costs what it costs
Enterprise pricing for the same visible functionality provokes a reasonable objection: the bot books an appointment either way, so why does it cost three times more. The answer is that the visible functionality is a small and shrinking fraction of the deliverable. What a large organisation is actually buying is the ability to answer questions — who accessed this record, where is this data held, who approved this change, what happens if this supplier disappears — and each of those answers is engineering work that a ten-person company does not need and should not pay for.
Data residency comes first and is decided before architecture. If customer records must remain in the UAE, that constrains the cloud region, the database, the backup destination and often the model provider for any AI tier. It is a solvable constraint and an expensive one to discover late, because it can invalidate a platform choice after the build has started. The same is true of retention: an organisation with a policy that says records are deleted after a defined period needs that implemented and demonstrable, not asserted.
Access control is the second concentration. In an SMB, the admin surface is a Telegram topic and everyone in it is trusted. In an enterprise, roles differ, access must be revocable when someone leaves, and administrative actions must be attributable to a named person forever. That usually means single sign-on against the corporate identity provider for the admin surface, an audit log that cannot be edited by the people it records, and a permissions model designed with your security team rather than assumed.
The third and least technical cost is time. Security review, vendor onboarding, a data processing agreement, penetration testing and a change advisory board each add elapsed time regardless of engineering capacity. A build that takes twenty-five delivery days can span four months of calendar because of them, and pretending otherwise produces a plan everybody knows is false. We would rather quote the real calendar and be believed.
The breakdown
| Work | Days | Cost | What it covers |
|---|---|---|---|
| Requirements and compliance scoping | 3 | $1,260 | Data residency, retention, access rules, audit obligations and the review gates the project must pass. Written down and signed off before architecture, because each can invalidate a platform choice. |
| Architecture and security design | 3 | $1,260 | The design document your security team reviews: data flows, trust boundaries, secret management, threat model and failure behaviour. Reviewed before code, not after. |
| Core build | 10 | $4,200 | The functionality itself. Comparable in scope to a mid-sized SMB build, and the smaller half of this table by design. |
| Enterprise integration | 5 | $2,100 | Systems of record rather than SaaS APIs: identity provider, internal services behind a private network, and whatever the organisation actually runs. Effort tracks documentation quality more than complexity. |
| Access control and audit | 4 | $1,680 | Role-based permissions, single sign-on for the admin surface, and an append-only audit log of every administrative action with an identified actor. |
| Data governance | 3 | $1,260 | Residency enforcement, retention and deletion, export on request, and the documentation that demonstrates all three rather than asserting them. |
| Security review support | 3 | $1,260 | Responding to your security assessment or an external penetration test, remediating findings and retesting. Budgeted rather than absorbed, because it is real work on somebody else's schedule. |
| Documentation and handover | 3 | $1,260 | Architecture documentation, runbooks, disaster recovery procedure and a handover an internal team can actually operate from after we leave. |
| Total | 34 | $14,280 | Fixed on signature. Scope changes are quoted separately, never absorbed silently. |
What moves the number
Data residency constrains the platform, not merely the configuration.
A requirement that records stay in the UAE narrows cloud regions, database options and AI providers simultaneously. It is a day-one question because discovering it in week three can invalidate the architecture.
Audit logs must be append-only and attributable to remain evidence.
A log the administrators can edit proves nothing in a review. Immutability is a design property with a storage cost attached, and it is not something added at the end.
Access revocation must be immediate and complete when someone leaves.
Ties the admin surface to your identity provider rather than to a list of Telegram user ids. Single sign-on for administrators stops being optional at this scale, and it is a named line rather than a setting.
Internal systems behind a private network need a controlled path.
A bot on public infrastructure reaching an internal service is a security design decision involving your network team, with its own review. It is frequently the longest-lead item in the whole project.
Procurement and security review add elapsed time independent of engineering.
Vendor onboarding, data processing agreements and change advisory boards routinely add months. A plan that ignores them is a plan everyone knows is wrong, so we quote the calendar rather than only the effort.
UAE personal data protection obligations apply to what the bot collects.
Lawful basis, retention, subject access and deletion all need concrete implementations. Your legal team owns the interpretation; we own making it demonstrable in the system rather than merely stated in a policy.
What year one actually costs
| Running cost | Year one | Detail |
|---|---|---|
| Support retainer | $3,480/yr | Typically extended at this scale to cover defined response times, quarterly review and evidence for internal audits. The scope is agreed rather than standard. |
| Managed hosting | $660/yr | Where the organisation does not run the infrastructure itself. Many enterprises deploy into their own cloud tenancy instead, in which case this becomes an internal cost rather than ours. |
| Identity provider licensing | billed by the provider | Single sign-on seats on your existing corporate agreement. Already owned in almost every case, and worth confirming rather than assuming. |
| Penetration testing | billed by the provider | Billed by your chosen assessor, typically annually. Our remediation time is inside the retainer; their engagement is not. |
| Internal programme cost | billed by the provider | Your own security, legal and procurement time. Usually the largest number in this table and the one nobody puts in the business case. |
Buying the same thing elsewhere
| Where you buy it | What the money buys | What you carry |
|---|---|---|
| A global systems integrator | Procurement familiarity, contractual depth, insurance, and a name that passes any internal review without discussion. Genuine value when the organisation requires that. | Telegram is a small line in a large engagement and is usually subcontracted. Day rates are a multiple of specialist pricing, and the people writing the bot are rarely the people in the room. |
| Your internal platform team | Full compliance alignment by default, knowledge that stays in-house, and no vendor onboarding at all. The right answer when the team has capacity and the bot is strategic. | Telegram-specific expertise is learned on the project, and the platform's constraints — rate limits, webhook retries, payment policy — are discovered rather than known. Opportunity cost is the real number. |
| An SMB-grade bot build | The same visible functionality at a third of the cost and a quarter of the calendar. Occasionally the correct choice for an internal tool with no customer data in it. | It will not pass a security review, and retrofitting audit, residency and access control afterwards costs more than building them in. Sound only when you are certain the review will never happen. |
Questions about the money
Why does the same functionality cost three times more?
It does not — the functionality is roughly a third of this table. The rest is the ability to answer who accessed what, where the data sits, who approved a change and what happens if we disappear. A ten-person company genuinely does not need those and should not pay for them.
Can the data stay in the UAE?
Yes, where the cloud provider offers a suitable region, and it is decided at kickoff because it constrains the platform rather than the configuration. Where an AI tier is involved, model provider residency has to be checked separately and is more restrictive than most people assume.
Do you sign our data processing agreement?
Yes, and we would rather review it early than at signature. Where a clause conflicts with how the system genuinely works — a deletion timeline that ignores backup rotation, for instance — we will say so during review rather than sign and quietly not comply.
Can the admin surface use our single sign-on?
Yes, and at this scale it should. It ties administrative access to your identity provider so revocation is immediate and complete when someone leaves, which a list of Telegram user ids can never be.
How long does this actually take?
The engineering is the effort in this table. The calendar is usually two to four times longer because of security review, procurement and change control. We quote both and will not compress the second by pretending it does not exist.
What happens to the system if we stop working with you?
You hold the repository, the infrastructure account, the documentation and the runbooks throughout, so continuity does not depend on us existing. That is a normal enterprise requirement and it is met by the handover line rather than by a contractual promise.
Is Telegram appropriate for enterprise use at all?
For customer-facing and field-staff scenarios, frequently yes, and it is often already in use unofficially. For internal systems handling regulated data, the honest answer is sometimes no, and that conversation is better had before the project than during the security review.
Related reading
For the same functionality without the compliance layer, see the standard build breakdown.
Data residency and infrastructure ownership are covered in more detail in the hosting breakdown.
Where the system of record is a mature corporate CRM, the connection is costed in the CRM integration breakdown.
If your own platform team could take this on, the opportunity-cost argument is in the in-house comparison.