Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Quick start - Telematics SDK, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ftelematicssdk.com%2Fquick-start---telematics-sdk" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ftelematicssdk.com%2Fquick-start---telematics-sdk" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Quick start - Telematics SDK API.
Trips - trip details
/v1/Scorings/consolidated
User safe scoring - Accumulated value - v1/Scorings/individual
/v1/Statistics/consolidated
Monitor Quick start - Telematics SDK operational status and events
GET STARTED
Patterns agents use Quick start - Telematics SDK API for, with concrete tasks.
★ CRM Operations
Use the Quick start - Telematics SDK to perform crm operations programmatically. The API provides 9 endpoints covering core functionality including trips - trip details, /v1/scorings/consolidated, /v1/scorings/consolidated/daily.
Call GET /mobilesdk/stage/track/get_track/v1 to trips - trip details
Automated 1. User management (Required) Management
Automate 1. user management (required) operations by combining multiple Quick start - Telematics SDK endpoints. Agents can /v1/scorings/consolidated and then /v1/scorings/consolidated/daily in a single workflow.
Call GET /statistics/v1/Scorings/consolidated to /v1/scorings/consolidated, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Quick start - Telematics SDK endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.
Search Jentic for 'trips - trip details', load the operation schema, and execute with Jentic-managed credentials
9 endpoints — introduction we have prepared a set of apis for quick start to integrate telematics sdk that powers mobile telematics inside 3rd party mobile applications.
METHOD
PATH
DESCRIPTION
/mobilesdk/stage/track/get_track/v1
Trips - trip details
/statistics/v1/Scorings/consolidated
/v1/Scorings/consolidated
/statistics/v1/Scorings/consolidated/daily
/v1/Scorings/consolidated/daily
/statistics/v1/Scorings/individual
User safe scoring - Accumulated value - v1/Scorings/individual
/statistics/v1/Scorings/individual/daily
User safe scoring - daily value - /v1/Scorings/individual/daily
/statistics/v1/Statistics/consolidated
/v1/Statistics/consolidated
/statistics/v1/Statistics/consolidated/daily
/v1/Statistics/consolidated/daily
/statistics/v1/Statistics/individual
User statistics - Accumulated value - /v1/Statistics/individual
/mobilesdk/stage/track/get_track/v1
Trips - trip details
/statistics/v1/Scorings/consolidated
/v1/Scorings/consolidated
/statistics/v1/Scorings/consolidated/daily
/v1/Scorings/consolidated/daily
/statistics/v1/Scorings/individual
User safe scoring - Accumulated value - v1/Scorings/individual
/statistics/v1/Scorings/individual/daily
User safe scoring - daily value - /v1/Scorings/individual/daily
/statistics/v1/Statistics/consolidated
/v1/Statistics/consolidated
/statistics/v1/Statistics/consolidated/daily
/v1/Statistics/consolidated/daily
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the Telematics SDK API by hand still means writing the HTTP client, date-range query building, and retry handling for its scoring and statistics endpoints yourself. Through Jentic you install once, import the Telematics SDK API from the API Directory, and your agent calls it.
Permission scoping
The Telematics SDK API exposes read endpoints keyed by query parameters rather than resource ids in the path, so limit the agent to the operations it needs, such as reading consolidated scorings or daily statistics. You choose that allowed set, and only the read operations you name are available to the agent.
Credential isolation
Any Telematics SDK credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'get consolidated driving scores' or 'read daily statistics', and Jentic returns the matching Telematics SDK API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Alternatives and complements available in the Jentic catalogue.
Specific to using Quick start - Telematics SDK API through Jentic.
What authentication does the Quick start - Telematics SDK use?
The Quick start - Telematics SDK uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.
Can I trips - trip details with the Quick start - Telematics SDK?
Yes. Use the GET /mobilesdk/stage/track/get_track/v1 endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Quick start - Telematics SDK?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I trips - trip details through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'trips - trip details'. Jentic returns the matching Quick start - Telematics SDK operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the Quick start - Telematics SDK have?
The Quick start - Telematics SDK exposes 9 endpoints covering 1. user management (required), 2. for mobile app (optional), 2.1. user statistics (optional) operations.
Can I limit what my agent is allowed to do with the Telematics SDK API?
Yes. Because you run Jentic One yourself, your own rules decide which Telematics SDK API operations and credentials the agent can use. The API exposes only read endpoints keyed by query parameters, so you can allow just the operations the agent needs, such as reading consolidated scorings or daily statistics, and withhold the rest. Only the read operations you name are available to the agent.
For Agents
Programmatically trips - trip details, /v1/scorings/consolidated. Covers 9 operations.
Use for: I need to trips - trip details, I want to /v1/scorings/consolidated, Search for /v1/scorings/consolidated/daily, Find all user safe scoring - accumulated value - v1/scorings/individual
Not supported: Does not handle payments, communications, or developer tools - use for crm only.
Introduction We have prepared a set of APIs for quick start to integrate telematics SDK that powers mobile telematics inside 3rd party mobile applications. * [CONTACT US](https://telematicssdk.com) * [SANDBOX](https://userdatahub.com) * [DEV.PORTAL](https://docs.telematicssdk.com) * [DEMO APP](https://raxeltelematics.com/telematics-app) Overview Datamotion provides telematics infrastructure for mo. The API exposes 9 endpoints.
/statistics/v1/Statistics/individual
User statistics - Accumulated value - /v1/Statistics/individual