Composable telematics for connected operations. Navixy is a platform for GPS tracking, IoT data, and fleet management — with a full REST API, OpenAPI specifications, and developer tools so you can build tracking, telematics, and location-intelligence products on top of it.
Built by SquareGPS · Learn more at navixy.com
| Resource | Link |
|---|---|
| Developer Hub | https://navixy.com/docs/developers/ |
| API documentation | https://navixy.com/docs/navixy-api/ |
| API base URL (by region) | https://api.eu.navixy.com/v2 · https://api.us.navixy.com/v2 · https://api.me.navixy.com/v2 |
| API Sandbox (Postman) | https://www.postman.com/navixyapisandbox/workspace/navixy-api-sandbox |
The platform exposes several API surfaces:
- Platform API — everything a platform user can do: tracking, geofencing, reports, field service.
- Admin Panel API — reseller and dealer management: accounts, devices, tariffs, billing.
- IoT Logic API — telematics workflows and device-side logic.
- Repository API — trackable assets, device inventory, and your data model.
Authentication is session-based (a hash token from the auth endpoint); requests are JSON over HTTPS.
Navixy's developer surface is designed to be consumed by AI agents as well as by people:
- Ask-the-docs endpoints — Developer Hub pages answer questions directly via
<page>.md?ask=<question>for LLM retrieval. - OpenAPI specifications — machine-readable contracts for code generation and typed clients.
- Public LLM skills — packaged capability descriptions for agentic workflows.
Navixy's public developer repositories live here:
- navixy-api — REST API reference & guides (the platform API docs).
- navixy-public-docs — user guides, OpenAPI specifications, and public LLM skills.
- navixy-iot-query-dashboard — open-source SQL report & dashboard component for telematics data.
- iot-logic-api — API documentation for Navixy IoT Logic.
- navixy-admin-panel — the web-based admin interface for the platform.
- bi-integrations — BI integration examples (Streamlit, Superset, Power BI).
⭐ Star the org to follow along as we grow the developer surface.
- Questions & ideas — open an issue or start a discussion on the relevant repository.
- Security — report vulnerabilities privately; see our security policy. Never open a public issue for a security report.
- Contributing — see CONTRIBUTING and our Code of Conduct.
We aim to acknowledge new issues and pull requests within two business days.
© SquareGPS Inc. · navixy.com · Developer Hub