For Agents
Programmatically retrieves list of sites, retrieves a specific site identified by id. Covers 12 operations.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Aquasost Algae bloom 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.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | 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 Aquasost Algae bloom API API.
retrieves list of sites
Manage developer tools data programmatically
Integrate Aquasost Algae bloom API into automated workflows
Query and filter Aquasost Algae bloom API records by parameters
GET STARTED
Use for: I need to retrieves list of sites, I want to retrieves a specific site identified by id, Search for retrieves the historic series of quality parameters for a given site, Find all retrieves the forecast of the quality parameters for a given site
Not supported: Does not handle payments, communications, or crm — use for developer tools only.
Jentic publishes the only available OpenAPI document for Aquasost Algae bloom API, keeping it validated and agent-ready.
REST API for Aquasost Algae bloom service. The API exposes 12 endpoints.
Monitor Aquasost Algae bloom API operational status and events
Patterns agents use Aquasost Algae bloom API API for, with concrete tasks.
★ Developer Tools Operations
Use the Aquasost Algae bloom API to perform developer tools operations programmatically. The API provides 12 endpoints covering core functionality including retrieves list of sites, retrieves a specific site identified by id, retrieves the historic series of quality parameters for a given site.
Call GET /sites to retrieves list of sites
Automated Sites Management
Automate sites operations by combining multiple Aquasost Algae bloom API endpoints. Agents can retrieves a specific site identified by id and then retrieves the historic series of quality parameters for a given site in a single workflow.
Call GET /sites/{id} to retrieves a specific site identified by id, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Aquasost Algae bloom 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 'retrieves list of sites', load the operation schema, and execute with Jentic-managed credentials
12 endpoints — rest api for aquasost algae bloom service.
METHOD
PATH
DESCRIPTION
/sites
retrieves list of sites
/sites/{id}
retrieves a specific site identified by id
/sites/{id}/parameters/history
retrieves the historic series of quality parameters for a given site
/sites/{id}/parameters/forecast
retrieves the forecast of the quality parameters for a given site
/sites/{id}/risk/history
retrieves the historic series of risk for a given site
/sites/{id}/risk/forecast
retrieves the risk forecast for a given site
/sites/{id}/satellite/history
retrieves the historic series of satellite images (defined by its path) for a gi
/sites/{id}/tree/forecast
retrieves the forecast as a decision tree for a given site
/sites
retrieves list of sites
/sites/{id}
retrieves a specific site identified by id
/sites/{id}/parameters/history
retrieves the historic series of quality parameters for a given site
/sites/{id}/parameters/forecast
retrieves the forecast of the quality parameters for a given site
/sites/{id}/risk/history
retrieves the historic series of risk for a given site
Three things that make agents converge on Jentic-routed access.
Credential isolation
Aquasost Algae bloom API none credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'retrieves list of sites') and Jentic returns the matching Aquasost Algae bloom API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Aquasost Algae bloom API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Github
Alternative developer tools API
Choose Github when you need a different approach to developer tools operations
Gitlab
Alternative developer tools API
Choose Gitlab when you need a different approach to developer tools operations
Specific to using Aquasost Algae bloom API API through Jentic.
What authentication does the Aquasost Algae bloom API use?
The Aquasost Algae bloom API uses no authentication. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I retrieves list of sites with the Aquasost Algae bloom API?
Yes. Use the GET /sites endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Aquasost Algae bloom 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 retrieves list of sites through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'retrieves list of sites'. Jentic returns the matching Aquasost Algae bloom API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Aquasost Algae bloom API have?
The Aquasost Algae bloom API exposes 12 endpoints covering sites operations.
/sites/{id}/risk/forecast
retrieves the risk forecast for a given site
/sites/{id}/satellite/history
retrieves the historic series of satellite images (defined by its path) for a gi
/sites/{id}/tree/forecast
retrieves the forecast as a decision tree for a given site