# Aibee (爱笔智能) > Aibee is a Beijing-based AI company, founded November 2017 by Dr. Yuanqing Lin (former head of > Baidu Research), that digitizes and automates physical commercial space. Computer vision, > multi-modal sensing, indoor positioning, 3D reconstruction and big-data analytics are packaged > as AI Mall OS and AI Parking OS and deployed in shopping malls, parking garages, office towers, > bank branches, automotive 4S dealerships, chain retail stores, airports, scenic areas and > high-speed-rail stations. Generated by API Evangelist because Aibee does not publish an llms.txt (https://www.aibee.cn/llms.txt and https://www.aibee.com/llms.txt both return HTTP 404, probed 2026-09-13). This file describes what a machine can actually reach, and is explicit about what does not exist. ## What Aibee publishes for developers Aibee has no developer portal, no REST API reference, no OpenAPI, no GraphQL SDL, no AsyncAPI, no MCP server, no A2A agent card, no Postman collection, no status page, no changelog, no pricing page and no self-serve signup. Its public developer surface is client-side: embeddable map, AR-navigation and native-host SDKs, plus one public SDK reference site. - [Aibee corporate site](https://www.aibee.cn/): Solutions, technology, news. Chinese; an older English build is at https://www.aibee.cn/en/ and a legacy static site at https://www.aibee.com/. - [SDK reference — AR navigation](https://map.aibee.cn/sdk-docs/): Public VuePress reference for the @aibee/miniapp-ar-sdk AR wayfinding SDK — quickstart, constructor options, events, methods, and the map, camera, model and particle component APIs. - [SDK reference — BMap](https://map.aibee.cn/sdk-docs/bmap/docs/): Generated TypeDoc reference for @aibee/bmap, the 3D indoor map renderer. - [Getting started](https://map.aibee.cn/sdk-docs/pages/guide/): Install and initialize the AR controller with a place_id and a container element. - [News](https://www.aibee.cn/news.html): Product and deployment announcements. ## Packages Fourteen first-party packages are published to the public npm registry under the @aibee scope. Ownership is established by shared maintainers plus repository URLs on Aibee's own GitLab (code.aibee.cn) and author metadata of "Aibee Inc." / rpeng@aibee.com. - [@aibee/rn-nav-sdk](https://www.npmjs.com/package/@aibee/rn-nav-sdk): React Native navigation SDK built for third-party integration. Hosts an Aibee indoor-navigation H5 page in a WebView and injects native capability (iBeacon, Bluetooth, GPS permissions, keep-screen-on) through the AIBEENav JSBridge. v1.0.3, published 2026-09-11. - [@aibee/crc-bmap](https://www.npmjs.com/package/@aibee/crc-bmap): Customer build of the BMap indoor-map renderer. v0.14.26, published 2026-09-07. - [@aibee/owlly](https://www.npmjs.com/package/@aibee/owlly) and [@aibee/owlly-navigation](https://www.npmjs.com/package/@aibee/owlly-navigation): Owlly rendering toolkit and its navigation layer. v1.0.29 / v1.0.37, published 2026-07-02. - [@aibee/bmap](https://www.npmjs.com/package/@aibee/bmap): "Aibee standard map sdk" — 3D indoor map, floor switching, POI layers, heatmaps, navigation overlay. v0.0.140, published 2024-07-10. This is the package Aibee documents publicly, and it is two years behind the customer build actually being maintained. - [@aibee/map2d](https://www.npmjs.com/package/@aibee/map2d), [@aibee/map2d-aibee](https://www.npmjs.com/package/@aibee/map2d-aibee), [@aibee/map2d-dev](https://www.npmjs.com/package/@aibee/map2d-dev): OpenLayers 2D floor-plan renderer and editor, with DXF CAD ingest. - Also published: @aibee/crc-bmap-vite-plugin, @aibee/eve, @aibee/snapsvg, @aibee/vr-label-tool, @aibee/vr-workshop-devkit, @aibee/gltf-viewer. - NOT published: @aibee/miniapp-ar-sdk. Aibee's public reference instructs `npm install @aibee/miniapp-ar-sdk`, but the package returns HTTP 404 on registry.npmjs.org and its source repo is on Aibee's private GitLab. A reader who follows the published quickstart cannot install it. ## Reachable HTTP surface Undocumented, but real and anonymous. Aibee's own published @aibee/bmap SDK calls these by absolute URL, and both answered HTTP 200 with JSON on 2026-09-13: - `GET https://deploy.aibee.cn/function/place-service/getPlacesInfo?place_id={place_id}` — venue and floor metadata. Envelope: `{error_no, error_msg, func_exec_time, data}`, success is `error_no: 0`. - `GET https://guide-admin.aibee.cn/bmap/get_convert?place_id={place_id}&hide=1` — map conversion geometry. Envelope: `{request_id, error_no, error_msg, data}`, success is `error_no: 200`. - `GET https://guide-admin.aibee.cn/bmap/convert/getFloorData?place_id={place_id}&from={from}` — floor data. The two hosts disagree on their own success convention and only one returns a correlation id. Everything is scoped by `place_id` (venue) and `floor_id`. No authentication was required, no version segment appears in the paths, no pagination parameters exist, no rate-limit headers are returned, and there is no idempotency mechanism. No OpenAPI describes any of this and API Evangelist has not authored one — an undocumented endpoint is recorded as undocumented. ## Artifacts in this profile - packages/aibee-packages.yml — the 14 npm packages, with version and publish date per entry. - components/aibee-components.yml — the embeddable map, AR, React Native and JSBridge components, including the 19-method AIBEENav bridge. - conventions/aibee-conventions.yml — identifiers, envelopes, versioning, idempotency (none) and reversibility (n/a, read-only surface). - errors/aibee-error-codes.yml — the six NavException codes shipped in @aibee/rn-nav-sdk, plus both observed JSON envelopes. - lifecycle/aibee-lifecycle.yml — npm release history and the documented-vs-maintained gap. - well-known/aibee-well-known.yml — /.well-known/ probe across six hosts; every path 404s, and ai.aibee.cn's 200s are an SPA catch-all, not documents. - conformance/aibee-conformance.yml — PRC PIPL posture and ICP filing; no certifications published. - plans/aibee-plans-pricing.yml — no plans, enterprise-direct only. - rate-limits/aibee-rate-limits.yml — no published limits, no runtime signal. - security/aibee-domain-security.yml — TLS, DNSSEC, CAA, SPF and DMARC probe results. ## Notes - Aibee is a private Chinese company; its shares appear on secondary marketplaces, which is how this profile entered the API Evangelist harvest backlog. - Public code hosting is minimal: research code at https://github.com/AibeeDetect/BFJDet (the ICCV 2021 body-face joint detection paper) and a dormant org at https://github.com/aibeeChina. Engineering repositories live on the private https://code.aibee.cn and packages are also mirrored to a private registry at https://npm.aibee.cn, which does not resolve publicly. - Customer consoles exist but are login-walled: https://ai.aibee.cn (AI平台) and https://mall.aibee.cn (BI数据平台).