canonical: https://jentic.com/apis/waterlinked.com/waterlinked

# Waterlinked The Water Linked Underwater GPS API

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.

## For AI agents

Programmatically apiversion about, get about. Covers 38 operations.

## Scope

Does not handle payments, communications, or developer tools - use for crm only.

## Capabilities

- ApiVersion about
- Get about
- FactoryReset about
- LED about
- Status about
- Temperature about

## Use cases

### 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.

Example prompt: 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.

Example prompt: 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.

Example prompt: Search Jentic for 'apiversion about', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/api/` | ApiVersion about |
| GET | `/api/v1/about` | Get about |
| POST | `/api/v1/about/factoryreset` | FactoryReset about |
| GET | `/api/v1/about/led` | LED about |
| GET | `/api/v1/about/status` | Status about |
| GET | `/api/v1/about/temperature` | Temperature about |
| GET | `/api/v1/config/antenna` | GetAntennaConfig config |
| PUT | `/api/v1/config/antenna` | ModifyAntennaConfig config |

## Key resources

- **About** — Operations for about
- **Config** — Operations for config
- **External** — Operations for external
- **Imu** — Operations for imu
- **Poi** — Operations for poi

## AI readiness

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

- **Score:** 62 / 100
- **Maturity:** AI-Aware
- **Dimensions:**
  - Foundational Compliance: 73 / 100
  - Developer Experience & Jentic Compatibility: 77 / 100
  - AI-Readiness & Agent Experience: 37 / 100
  - Agent Usability: 94 / 100
  - Security: 100 / 100
  - AI Discoverability: 56 / 100
- **View full report:** https://jentic.com/apis/waterlinked.com/waterlinked/scorecard
- **How the score is calculated:** https://docs.jentic.com/reference/api-readiness-framework/overview/
- **More about the dimensions:** https://docs.jentic.com/reference/api-readiness-framework/specification/#dimensional-model-overview

### Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

- **Score your own API:** https://jentic.com/scorecard.md
- **Scoring CLI agent skill:** https://github.com/jentic/jentic-api-scorecard/blob/main/skills/jentic-api-scorecard/SKILL.md

```sh
npx @jentic/api-scorecard-cli score <openapi-url>
```

## Why Jentic

- **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 handling:** 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.
- **Discovery method:** 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.

## Related APIs

- **Hubspot** — Alternative crm API
- **Salesforce** — Alternative crm API
- **Pipedrive** — Complementary crm API
- **Zoho** — Complementary crm API

## FAQ

### 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.

### Can I limit what my agent is allowed to do with the Water Linked Underwater GPS API?

Yes. Because you run Jentic One yourself, your own rules decide which of this API's operations the agent may call. Since the API groups its work into operations rather than a resource id in the path, you can allow only the read operations the agent needs, such as getting receiver status or water temperature. State-changing operations like modifying the antenna configuration or triggering a factory reset stay off limits unless you explicitly add them.
