Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Data Enrichment / Storm Glass
Storm Glass logo

Storm Glass APIs for AI Agents

Data EnrichmentData TransformationContact EnrichmentMixed ProvenanceAPI keyAgent Ready

stormglass.io·Developer portal → docs.stormglass.io

For Agents

APIs2 in catalogue
Endpoints8 indexed
AuthAPI key — 1 credential for all 2 APIs
ProvenanceMixed provenance

An agent can fetch weather, tide extremes, sea level, astronomy, elevation, and biological ocean data for any point on the globe, list tide stations in an area, and pull hourly marine forecasts by coordinates across Storm Glass's two APIs.

Storm Glass aggregates marine and weather data from several forecast sources into point-based lookups, so an agent asks for a single coordinate and gets weather, ocean, tide, astronomy, and elevation values back rather than stitching together separate providers.

Use for: Reading marine and weather data (weather, tide, sea level, astronomy, elevation, biological ocean, and hourly marine forecasts) for a point by coordinates

Not supported: writing data, payments, communications, crm, geocoding addresses

Credentials: Both APIs authenticate with a Storm Glass API key, though they read it from different headers, so one Storm Glass account credential covers both.

Across 2 Storm Glass APIs: 1 vendor-official, 1 third-party, all indexed by Jentic and kept validated and agent-ready.

Storm Glass provides global marine and weather data from multiple forecast sources through a set of point-based APIs. Agents can retrieve weather, biological ocean, tide, astronomy, and elevation data for any coordinate, plus hourly marine forecasts, all returned as structured JSON keyed to a latitude and longitude.

Jentic One on Github

Storm Glass API Catalog

2 APIs across 1 product group. All share one credential.

Data Enrichment2

Storm Glass APIProgrammatically get weather data for a point, get biological ocean data for a point.~7 endpointsStorm Glass Marine WeatherProgrammatically get hourly forecasts by coordinates.~1 endpoint

Which Storm Glass API should I use?

I want to...UseWhy
Weather, tide, astronomy, elevation, or biological ocean data for a pointStorm Glass APIExposes seven endpoints covering weather, bio, tide extremes, sea level, tide stations, astronomy, and elevation for any coordinate.
A single hourly marine forecast for a coordinateStorm Glass Marine WeatherA one-endpoint API that returns hourly marine forecast values by latitude and longitude.

Install Jentic One Beta

Connect the Storm Glass APIs to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Storm Glass APIs, 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.

1

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%2Fstormglass.io" | sh
2

Step 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%2Fstormglass.io" | sh
jentic register       # connects your agent to your Jentic One instance

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

Once connected, ask your agent something like: “get marine weather and tide data for a coordinate”.

What AI Agents Can Do with Storm Glass

Each workflow spans multiple Storm Glass APIs. Jentic routes each operation to the right API automatically.

Full marine conditions brief for a coordinate

An agent pulls the hourly marine forecast from the single-endpoint API and enriches it with tide extremes, sea level, and astronomy data from the multi-endpoint API to build one conditions brief for a location.

Example prompt:

Call the forecast endpoint on main for the coordinate, then call weather, tide, and astronomy point endpoints on storm-glass and merge the results into one brief.

APIs used

Storm Glass Marine Weather + Storm Glass API

Cross-check forecasts across both APIs

An agent retrieves the hourly forecast from one API and the weather point data from the other for the same coordinate, then compares the values to flag divergence between the two data sources.

Example prompt:

Fetch forecast from main and weather/point from storm-glass for the same latitude and longitude, then compare the overlapping fields and report any differences.

APIs used

Storm Glass API + Storm Glass Marine Weather

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Storm Glass by hand means sending its API key in each API's expected header on every call and passing coordinate and parameter query fields for each request. Through Jentic you install once, add the Storm Glass APIs you need from the Jentic API Directory, store the API key once, and your agent calls them.

Permission scoping

Permission scoping

Both Storm Glass APIs are read-only and take location in query parameters rather than a resource id in the path, so you scope by operation. Your own Jentic One rules decide which point lookups the agent may call, and only the operations you add are available to it.

Credential management

Credential isolation

Your Storm Glass API key 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

Intent-based discovery

Agents search the Jentic directory by intent such as 'get weather data for a point' or 'get an hourly marine forecast for a location', and Jentic returns the matching Storm Glass operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

FAQs

Specific to using Storm Glass APIs through Jentic.

What can an agent do across the Storm Glass APIs?

An agent can read weather, biological ocean, tide extreme, sea level, astronomy, and elevation data for any coordinate through the Storm Glass API, list tide stations in an area, and fetch hourly marine forecasts by coordinates through the Storm Glass Marine Weather API. All responses come back as structured JSON keyed to a latitude and longitude.

Do the two Storm Glass APIs share one credential?

Yes. Both APIs authenticate with the same Storm Glass API key tied to your account. They read the key from different request headers, but a single Storm Glass account credential works for both.

Are the Storm Glass APIs read-only?

Yes. Every operation across both APIs retrieves data by coordinate. There are no write, update, or delete operations, so an agent can only fetch marine and weather values, never modify anything.

How do the two APIs differ in coverage?

The Storm Glass API is broader, with seven endpoints spanning weather, bio, tide, astronomy, and elevation. The Storm Glass Marine Weather API has a single endpoint focused on hourly marine forecasts by coordinates.

Can an agent combine data from both APIs in one workflow?

Yes. Because both take a coordinate as input and return JSON, an agent can pull an hourly forecast from one API and enrich it with tide, astronomy, or weather point data from the other to assemble a single view for a location.

Do the Storm Glass APIs handle addresses or geocoding?

No. Every endpoint expects a latitude and longitude. Converting a place name or address into coordinates is outside the scope of these APIs and would need a separate geocoding service.

If you need a different Data Enrichment vendor

All 3 are in the Jentic catalogue with the same one-credential, intent-search pattern.

OpenWeatherMapAlternative weather data provider offering point-based forecasts and current conditions by coordinate.
WeatherAPIAlternative weather API with forecast, astronomy, and marine data lookups by location.
NOAAPublic source for marine, tide, and ocean observation data that complements Storm Glass forecasts.

BOOK A DEMO

Start Connecting APIs to Your AI Agents

Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.

Book a Demo