# ZaiNar > ZaiNar is a Positioning, Navigation and Timing (PNT) company that turns existing wireless networks into a sensing system. Patented digital signal processing achieves sub-nanosecond time synchronization across commodity radios, yielding sub-meter 3D positioning for any device that emits a radio signal — indoors, outdoors, through walls and around corners — with no reliance on GPS/GNSS, cameras or extra device power. Deployed today in healthcare equipment tracking, construction safety and site monitoring, and coordinated autonomous operations. This file was GENERATED by the API Evangelist enrichment pipeline on 2026-08-02 from the ZaiNar public web surface and ZaiNar's own open-source repositories. ZaiNar does not publish an llms.txt of its own. Important for agents: ZaiNar has **no public developer program**. There is no developer portal, no OpenAPI definition, no reference documentation, no SDKs, no sandbox and no self-service sign-up. The location platform is a private, credential-gated REST + real-time WebSocket service; credentials are issued to customers directly. Do not attempt to call the API without customer credentials. ## Company - [ZaiNar](https://zainartech.com/): Company website — technology, applications and deployments. - [News](https://zainartech.com/news): Company news and technical essays (the closest thing to a blog). - [Contact](https://zainartech.com/contact): Contact form — the only public route to access. - [ZaiNar Help Center](https://zps.support.zainartech.com/servicedesk/customer/portals): Jira Service Management customer portal for existing customers. - [GitHub](https://github.com/zainar): ZaiNar's GitHub organization. - [LinkedIn](https://www.linkedin.com/company/zainar) - [X](https://x.com/zainartech) ## API surface - [ZaiNar Location Platform API](https://github.com/zainar/locate-latency-measurement-script): Credential-gated REST API. Base URL `https://api.wifi-prd-us.zainar.net/pipeline/r/api/v2/client` (US) and `https://api.wifi-prd-jpn.zainar.net/pipeline/r/api/v2/client` (APAC). Authenticate with `POST /authenticate` (username/password) to obtain a token, then send it in the `Authorization` header. Trigger a locate with `POST /nodes/{system_id}/action`. - [ZaiNar Positioning System console](https://zps.zainartech.com/): Customer web application (login required). Results are **not** returned by the REST call. A locate is triggered over REST and the resulting measurement arrives asynchronously on a real-time stream (WebSocket for the Wi-Fi cloud and ILaaS surfaces, Socket.IO for ZLP), correlated back by `meas_id`. ## API Evangelist artifacts - [apis.yml](https://raw.githubusercontent.com/api-evangelist/zainar/refs/heads/main/apis.yml): APIs.json index for ZaiNar. - [Authentication profile](https://raw.githubusercontent.com/api-evangelist/zainar/refs/heads/main/authentication/zainar-authentication.yml): Token flow, schemes and environments, derived from ZaiNar's first-party client. - [API conventions](https://raw.githubusercontent.com/api-evangelist/zainar/refs/heads/main/conventions/zainar-conventions.yml): Versioning, error handling, metadata, tracing and regional routing. - [Event surface](https://raw.githubusercontent.com/api-evangelist/zainar/refs/heads/main/asyncapi/zainar-event-surface.yml): The real-time streaming catalog (WiFi-Cloud, ILaaS, ZLP) and message shapes. - [Lifecycle](https://raw.githubusercontent.com/api-evangelist/zainar/refs/heads/main/lifecycle/zainar-lifecycle.yml): Versioning scheme and the absent policy surface. - [Packages](https://raw.githubusercontent.com/api-evangelist/zainar/refs/heads/main/packages/zainar-packages.yml): Registry search results — no first-party SDKs exist. - [Domain security](https://raw.githubusercontent.com/api-evangelist/zainar/refs/heads/main/security/zainar-domain-security.yml): Probed TLS, HSTS, DNSSEC, CAA, SPF and DMARC posture. - [Well-known probe](https://raw.githubusercontent.com/api-evangelist/zainar/refs/heads/main/well-known/zainar-well-known.yml): No discovery documents published on any host. ## Not published by ZaiNar OpenAPI / Swagger, AsyncAPI, GraphQL, MCP server, A2A agent card, llms.txt, security.txt, OAuth or OpenID Connect discovery, status page, deprecation policy, SLA, changelog, pricing, terms of service, privacy policy, Postman collection, CLI, sandbox.