Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Mossel- en oester habitats, 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://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# 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 Mossel- en oester habitats API.
List all mussel and oyster habitat survey features from the Wadden Sea
Retrieve individual habitat features by ID with spatial geometry
Access annual habitat extent data for shellfish population monitoring
GET STARTED
For Agents
Query mussel and oyster bank habitat survey data from Dutch Wadden Sea tidal flats. Retrieve spatial features for annual shellfish habitat extent monitoring.
Use for: I need to find mussel bank locations in the Wadden Sea, Get oyster habitat data from Dutch tidal flats, Retrieve a specific shellfish habitat feature by ID, List all mussel and oyster habitat survey records
Not supported: Does not handle terrestrial habitats, topographic data, or water body boundaries — use for mussel and oyster bank habitat survey data on Wadden Sea tidal flats only.
Jentic publishes the only available OpenAPI specification for Mossel- en oester habitats, keeping it validated and agent-ready. This PDOK API provides annual survey data of mussel and oyster bank areas on the tidal flats of the Dutch Wadden Sea. The dataset is collected by IMARES on behalf of the Dutch Directorate for Animal Agro-Chains and Animal Welfare, covering the extent and location of shellfish habitats. The API offers listing and individual feature retrieval for mussel and oyster habitat spatial records.
Query tidal flat habitat polygons for marine conservation analysis
Patterns agents use Mossel- en oester habitats API for, with concrete tasks.
★ Marine Habitat Monitoring
Track the annual extent and location of mussel and oyster banks on Wadden Sea tidal flats. The API provides spatial polygons from IMARES survey campaigns, enabling year-over-year comparison of shellfish habitat coverage for conservation status reporting under Dutch fisheries management obligations.
GET /mosselenoesterhabitats to retrieve all mussel and oyster habitat features and compare spatial extents with previous survey data
Fisheries Impact Assessment
Access shellfish habitat spatial data to assess the impact of fishing activities on mussel and oyster banks. The dataset supports regulatory decision-making around dredging permits, mussel seed collection, and oyster bed protection by providing the official habitat boundaries.
GET /mosselenoesterhabitats to retrieve habitat polygons and overlay with proposed fishing zones to identify conflicts
Ecological Research Data Access
Download mussel and oyster habitat features for ecological research on intertidal communities, biogenic reef formation, and climate change impacts on shellfish populations. Each feature includes spatial geometry and survey metadata suitable for GIS analysis and spatial statistics.
GET /mosselenoesterhabitats/{id} to retrieve a specific habitat feature with full geometry for import into a GIS research project
AI Agent Marine Data Retrieval via Jentic
AI agents query Dutch marine habitat data as part of environmental analysis or regulatory compliance workflows. Through Jentic, the agent discovers the mussel and oyster habitat endpoints, loads the schema, and retrieves spatial features without understanding PDOK's Dutch-language service structure.
Search Jentic for 'mussel oyster habitat Wadden Sea', load the /mosselenoesterhabitats schema, and execute to retrieve habitat survey features
3 endpoints — jentic publishes the only available openapi specification for mossel- en oester habitats, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/mosselenoesterhabitats
List all mussel and oyster habitat features
/mosselenoesterhabitats/{id}
Retrieve a specific habitat feature by ID
/mosselenoesterhabitats
List all mussel and oyster habitat features
/mosselenoesterhabitats/{id}
Retrieve a specific habitat feature by ID
Three things that make agents converge on Jentic-routed access.
Credential isolation
This PDOK service is a public open-data API requiring no authentication. Jentic provides schema access and intent-based discovery so agents can query mussel and oyster habitat data without navigating Dutch-language PDOK documentation.
Intent-based discovery
Agents search by intent (e.g., 'mussel habitat Wadden Sea') and Jentic returns the /mosselenoesterhabitats endpoint with its schema, abstracting the Dutch naming and PDOK service structure.
Time to first call
Direct integration: 1-2 hours to discover endpoints and parse response format. Through Jentic: under 10 minutes — search by intent, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Specific to using Mossel- en oester habitats API through Jentic.
Why is there no official OpenAPI spec for the PDOK Mussel and Oyster Habitats API?
PDOK does not publish an OpenAPI specification for this service. Jentic generates and maintains this spec so that AI agents and developers can call the Mossel- en oester habitats API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the PDOK Mussel and Oyster Habitats API require?
No authentication is required. This is a public Dutch government open data service. All endpoints are freely accessible without API keys or tokens.
What geographic area does this dataset cover?
The dataset covers mussel and oyster bank habitats on the tidal flats (droogvallende platen) of the Dutch Wadden Sea. Surveys are conducted annually by IMARES to map the extent of shellfish populations.
How often is the habitat data updated?
The survey is conducted annually by IMARES on behalf of the Dutch Directorate for Animal Agro-Chains and Animal Welfare. Each survey produces a new dataset of habitat extent features for that year.
How do I retrieve mussel habitat data through Jentic?
Install with pip install jentic, search for 'mussel oyster habitat Wadden Sea', and Jentic returns the /mosselenoesterhabitats endpoint schema. Execute the GET call to retrieve all habitat features with spatial geometry. No authentication setup is required.
Can I retrieve individual habitat features by ID?
Yes. GET /mosselenoesterhabitats/{id} retrieves a single habitat feature by its unique identifier, returning the full spatial geometry and survey attributes for that specific mussel or oyster bank record.