DEV Community

Animesh Gupta
Animesh Gupta

Posted on

AI Agents Can Talk, But They Cannot Buy Anything in India — That Is What Boni Supply API Fixes

The Gap Every Indian AI Builder Runs Into

You build an AI agent. It understands the user's request perfectly — it can recommend, explain, compare, and answer follow-ups. Then the user says "great, book it," and the agent has nothing.

No way to check actual inventory. No way to get a real price from a real supplier. No way to place an order on the user's behalf.

This is not a model problem. It is a supply-access problem. The agent has language but not buying power — it can talk about local Indian businesses but cannot transact with them. That is what separates a useful AI assistant from a smart one, and most India-facing AI products stop at the recommendation layer because connecting to real, fragmented Indian supply is a hard engineering and compliance problem.

Why Connecting to Indian Supply Is Genuinely Hard

Indian commerce supply is not a single API. It is many things at once: open commerce networks, direct provider integrations, regulated rails where a licensed partner must sit in the middle, Bino-managed catalogs for categories that fit no network, and a mix depending on the category.

A team building a travel assistant has to think about mobility booking, accommodation inventory, ticketing for experiences, and logistics for packages — each with a different integration path, compliance profile, and reliability characteristics. Building it from scratch means maintaining integrations with multiple networks and providers, handling order state, and dealing with fulfillment edge cases — while still trying to ship the actual product. Most teams either do not attempt it, or pick one narrow category and stop.

What Boni Supply API Is

Boni Supply API is a single category API layer that gives an app or AI agent access to real Indian supply across multiple commerce categories — without wiring each supply source separately.

When you call a Boni category API, Boni handles the routing. Depending on the category, the supply behind the call might come from the ONDC network, a direct provider integration Boni maintains, a Bino-managed catalog, or a combination. The caller does not need to know which — they call a clean, category-first API and get back options, orders, and status in a consistent shape.

This is Boni's infrastructure bet for the agentic-commerce era in India: if AI agents act on behalf of users, they need a reliable, structured, India-aware layer to search, compare, and transact — without becoming logistics-integration specialists themselves.

How It Works in Plain Terms

An organization registers with Boni Supply and is assigned organization-level credentials, used to mint short-lived access tokens — the same pattern most modern API platforms use. The org gets access to the categories it has been approved for, each with its own permission scope.

When a call comes in — say, search accommodation in a city — the orchestration layer routes it to the right underlying engine, normalizes responses from different supply sources into a consistent format, and returns structured options: price, availability, service area, and an action path to proceed to a booking or order.

The response includes enough for an agent to decide or present a shortlist — rank reasons, confidence levels, inclusion/exclusion details, and the next action are part of the structure, not hidden in an opaque provider dump. Order state, status callbacks, and support paths are part of the contract, not afterthoughts.

What Categories Are Available

The API is organized by category; each is its own module with its own access scope. Currently in scope:

Mobility — taxi, cab booking, and ride-hailing for urban and outstation use.

Travel Experiences — bookable experiences, entry passes for heritage sites and events, and ticketing workflows.

Accommodation — search and booking for hotels and stays, with inventory from multiple sources.

Logistics — shipment and delivery search, booking, and tracking.

eSIM and Connectivity — provider-style data connectivity for travel use cases.

Reserved Transport — seat inventory and booking for bus routes and similar.

Trade and Wholesale — B2B procurement, supplier search, replenishment order placement, and tracking for distributors, HORECA buyers, and business procurement. This is the first category where internal production flow is running end-to-end.

The scope is expected to expand. The integration radar includes financial services, bills and utilities, health appointments, government scheme assistance, and other high-frequency Indian commerce categories that are harder to access today but strategically important.

Who This Is For

AI application builders — teams building assistants, copilots, concierges, or agent workflows where the end-user eventually needs to buy, book, or get something done. Instead of stalling at the recommendation layer, they connect to Boni Supply and let the agent complete the transaction.

Platforms adding commerce — marketplaces, travel apps, MSME platforms, or workflow tools that want category-specific supply without building direct integrations. A logistics SaaS that wants to show shipping options without becoming a logistics API integrator; a finance app adding service discovery for its SME users.

Enterprise and partner workflows — teams with real buying needs (procurement, replenishment, travel management) that want structured supply through an API rather than manual processes or fragmented vendor portals.

Agent runtimes and tool-calling clients — the auth design, scope naming, and response shapes are built for machine consumption, not just human UI. An agent runtime or tool-calling framework should be able to use Boni Supply categories with standard API call patterns.

The Honesty About Where This Is Today

Boni Supply API is in active development — not a mature, production-proven platform with a long customer list. It is a serious infrastructure bet Boni is building and proving category by category.

The control plane — organization registration, credential management, access dashboards, usage tracking — has an initial implementation running. Some category wiring is in pilot; others are in planning and integration. The first category contracts being validated in production are B2B trade and wholesale; mobility, travel experiences, accommodation, and logistics are in various stages of readiness. It is being built to a proper multi-tenant standard — organization-scoped credentials, short-lived tokens, category-level scopes, usage ledgers, API health dashboards — not a collection of one-off endpoints.

The honest framing: this is worth knowing about and requesting access to now, especially if you are building in a category that overlaps Boni's current or near-term coverage. Waiting for full maturity to discover it means you shape it less and benefit later.

The Bigger Picture

Bino has operated as a consumer-facing local commerce network in India — users describe what they need and Bino connects them to real local businesses — so it is not starting from zero on supply. The supply database behind Bino Finds is the same infrastructure Boni Supply API draws from, alongside ONDC integrations and direct provider relationships. Boni Supply API opens that supply layer to external apps and AI agents rather than keeping it inside the consumer experience.

The bet is that as agentic apps become normal in India, the biggest gap will not be the intelligence layer but the action layer: who can actually search real supply, place a real order, and handle the full state machine of a commerce transaction across fragmented Indian categories.

If you are building an AI application that needs real buying power in India — or a platform that wants structured supply access without building every integration yourself — Boni Supply API is where to start. Request access, describe your use case, and Boni will match you to the categories that fit.

Top comments (0)