# Kiwibot (Robot.com) > Kiwibot — legally Kiwi Campus, Inc., rebranded to Robot.com in October 2025 — builds and operates > fleets of autonomous sidewalk delivery robots, warehouse logistics robots, quadruped and humanoid > platforms, and robot-mounted advertising units. Its business-to-business delivery platform is > reachable at https://api.kiwibot.com but is entirely API-key gated with no published contract. Generated by the API Evangelist enrichment pipeline on 2026-08-23. The provider publishes no llms.txt of its own (https://robot.com/llms.txt returns HTTP 404), so this file is GENERATED from this repository's artifacts rather than harvested. It is a third-party profile, not a provider-published document. ## What an agent can and cannot do here - There is **no public API reference, no OpenAPI, no GraphQL SDL, no AsyncAPI, no Postman collection and no MCP server** for this provider. All of the following hosts were probed on 2026-08-23 and none served a machine-readable contract: api.kiwibot.com, robot.com, www.kiwibot.com, developers.kiwibot.com (no DNS), docs.kiwibot.com (no DNS), api.robot.com (no DNS), docs.robot.com (no DNS). - The API **is real**. https://api.kiwibot.com is a Google Cloud Endpoints gateway. Undefined paths return HTTP 404 `{"code":404,"message":"The current request is not defined by this API."}`; defined resources return HTTP 401 `UNAUTHENTICATED`. On that basis `/deliveries` and `/zones` are confirmed defined resources. - **Credentials are not self-service.** There is no developer signup, console, or key-management page. The only published route to access is the demo/sales form at https://robot.com/contact. - **Do not attempt reversal reasoning.** No cancellation, refund or undo operation is documented and no reversal window is published. See conventions/kiwibot-conventions.yml. ## Company - [Website](https://robot.com/): Robot.com — delivery, logistics, humanoid and advertising robots. - [Newsroom](https://robot.com/newsroom): dated press releases and media coverage. Not an API changelog. - [Contact / demo request](https://robot.com/contact): the sales gate; also the API access route. - [GitHub organization](https://github.com/kiwicampus): "Department of Autonomy at Robot.com" — 162 repositories. - [Terms of use](https://robot.com/terms-of-use) - [Privacy policy](https://robot.com/privacy-policy): includes a GDPR Addendum. ## API - Kiwibot Delivery Platform API — base `https://api.kiwibot.com`, human page https://robot.com/r-kiwi - Authentication: API consumer key (Google Cloud Endpoints). Placement undocumented. - Error envelope: `application/json` `{"code": , "message": }`. Not RFC 9457. - Versioning: unversioned path. `/v1` and `/v2` are undefined on the gateway. - Rate limits: none published; no rate-limit headers observed anonymously. - Plans/pricing: none published; enterprise contact-sales only. ## Open source (first-party, not API clients) The autonomy team publishes real ROS 2 tooling. These are robotics developer tools, **not** clients for the delivery API. - [semantic_segmentation_layer](https://github.com/kiwicampus/semantic_segmentation_layer): Nav2 costmap layer for semantic segmentation (150 stars). - [ros2_graph](https://github.com/kiwicampus/ros2_graph): mermaid diagrams of ROS 2 graphs (110 stars); on PyPI as `ros2-graph` 0.0.5, released 2023-10-17. - [rosboard_client](https://github.com/kiwicampus/rosboard_client): stream ROS messages over websockets (46 stars). - [shm_ros](https://github.com/kiwicampus/shm_ros): shared-memory tooling for ROS. - [rclpy_async](https://github.com/kiwicampus/rclpy_async): async utilities for rclpy on ROS 2 Humble. - [mono_color_segmentation](https://github.com/kiwicampus/mono_color_segmentation): colour-based segmentation masks. ## Profile artifacts in this repository - authentication/kiwibot-authentication.yml — probed auth profile. - errors/kiwibot-problem-types.yml — probed error envelope. - rate-limits/kiwibot-rate-limits.yml — verified absence (limit_count 0). - plans/kiwibot-plans-pricing.yml — verified absence (plan_count 0). - lifecycle/kiwibot-lifecycle.yml — no versioning policy, no deprecation policy, no status page. - conventions/kiwibot-conventions.yml — runtime semantics incl. the reversibility finding. - conformance/kiwibot-conformance.yml — GDPR addendum; no certifications. - security/kiwibot-domain-security.yml — probed TLS/HSTS/DNSSEC/CAA/SPF/DMARC. - well-known/kiwibot-well-known.yml — every /.well-known path 404 on both hosts. - packages/kiwibot-packages.yml — first-party open source; zero API SDKs. - mcp/kiwibot-mcp.yml — no MCP server exists.