For Agents
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the The Water Linked Underwater GPS API, 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%2Fwaterlinked.com%2Fwaterlinked" | 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%2Fwaterlinked.com%2Fwaterlinked" | 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 The Water Linked Underwater GPS API.
ApiVersion about
Get about
FactoryReset about
LED about
GET STARTED
Programmatically apiversion about, get about. Covers 38 operations.
Use for: I need to apiversion about, I want to about, Search for factoryreset about, Find all led about
Not supported: Does not handle payments, communications, or developer tools - use for crm only.
API for the Water Linked Underwater GPS. For more details: http://www.waterlinked.com Recommended approach for connecting to a Underwater GPS via the API is: - If "GET /api/" times out, the Underwater GPS is not running (on this IP address) - If "GET /api/" responds with 200 OK check that the API version returrned (eg "v1") is supported by the client (eg: also supports "v1"). - If the API version . The API exposes 38 endpoints.
Status about
Temperature about
Patterns agents use The Water Linked Underwater GPS API for, with concrete tasks.
★ CRM Operations
Use the The Water Linked Underwater GPS API to perform crm operations programmatically. The API provides 38 endpoints covering core functionality including apiversion about, get about, factoryreset about.
Call GET /api/ to apiversion about
Automated About Management
Automate about operations by combining multiple The Water Linked Underwater GPS API endpoints. Agents can get about and then factoryreset about in a single workflow.
Call GET /api/v1/about to get about, then verify the result
AI Agent Integration via Jentic
AI agents discover and call The Water Linked Underwater GPS API 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 'apiversion about', load the operation schema, and execute with Jentic-managed credentials
38 endpoints — api for the water linked underwater gps.
METHOD
PATH
DESCRIPTION
/api/
ApiVersion about
/api/v1/about
Get about
/api/v1/about/factoryreset
FactoryReset about
/api/v1/about/led
LED about
/api/v1/about/status
Status about
/api/v1/about/temperature
Temperature about
/api/v1/config/antenna
GetAntennaConfig config
/api/v1/config/antenna
ModifyAntennaConfig config
/api/
ApiVersion about
/api/v1/about
Get about
/api/v1/about/factoryreset
FactoryReset about
/api/v1/about/led
LED about
/api/v1/about/status
Status about
/api/v1/about/temperature
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the Water Linked Underwater GPS API by hand means pointing at the device host, tracking its read and configuration paths, and handling responses yourself. Through Jentic you install once, import the Water Linked Underwater GPS API from the API Directory, point at your device once, and your agent calls it.
Permission scoping
This API groups its work into operations rather than putting a resource id in the URL path, so limit the agent to the operations it needs, such as reading status or temperature. You choose the operations it may call, so state-changing ones like antenna configuration or factory reset are not included unless you add them.
Credential isolation
This API needs no credential, so there is no secret to store. Any host or connection value you configure stays in your own Jentic One instance and is injected at execution time, never entering the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'read receiver status' or 'get water temperature', and Jentic returns the matching Water Linked Underwater GPS 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 The Water Linked Underwater GPS API through Jentic.
What authentication does the The Water Linked Underwater GPS API use?
The The Water Linked Underwater GPS API 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 apiversion about with the The Water Linked Underwater GPS API?
Yes. Use the GET /api/ endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the The Water Linked Underwater GPS API?
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 apiversion about through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'apiversion about'. Jentic returns the matching The Water Linked Underwater GPS API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the The Water Linked Underwater GPS API have?
The The Water Linked Underwater GPS API exposes 38 endpoints covering about, config, external operations.
Temperature about
/api/v1/config/antenna
GetAntennaConfig config
/api/v1/config/antenna
ModifyAntennaConfig config