LinkO'Star

LinkOStar Documentation

LinkOStar is a shared platform for IoT device connectivity, onboarding, and observability. Multiple suppliers publish their own devices and bundles; end-users install hubs that bind to them. This site is the single entry point for any supplier, BFF, or operations partner integrating with LinkOStar.

What you'll find here

  • Live spec — an OpenAPI definition that updates as soon as code ships (/api-docs) plus a Swagger UI (/swagger-ui/index.html).
  • Integration patterns — the typical shape of a supplier BFF calling LinkOStar, with recommended practices.
  • Cross-cutting conventions — authentication, response envelopes, pagination.
  • Data model and architecture — how entities relate and which component owns which responsibility.
  • Changelog — what changed, when, and how much notice you get before breaking changes.

What you won't find here

  • Supplier-specific business data — API keys, supplier_uuid, BFF hostnames belong in the supplier organisation's own secret manager.
  • Pricing & contracts — covered separately under sdx-billing.
  • Internal decision history — lives in the LinkOStar repo's SSOT markdown and isn't intended for external publication.

Page index

First-time integration

Start with Architecture for the system picture, then read Authentication and the Integration Guide. Most integration scenarios are wired up within 30 minutes of finishing those three pages.

If your supplier connects its own identity / permission model into LinkOStar, follow up with Supplier OAuth Permission Model Outbox Pattern.