Gen AI-powered maritime risk analysis agent
MAI Expert™ Provides a concise Gen AI-generated risk summary of a single vessel, analyzing its risks, ownership, and historical data to identify security concerns.
Query Schemas
The information provided by the MAI expert is accessible as a fragments within the 'vesselByIMOs' query.
This feature currently supports two distinct output modalities:
- Vessel Summary
- Adverse Media
Arguments
Name | Type | Description |
---|---|---|
imos | ([[String!]](https://developer.windward.ai/reference/scalars)) | The Integrated Marine Observing System (IMOS) unique ID. |
VesselIntelligence Fields
Additional Fields are available within the 'vesselByIMOs' query
Name | Type | Description |
---|---|---|
summary | string | AI-generated summary paragraph concerning the vessel intelligence |
Example Code for Vessel Summary
query ExampleQuery($imo: String!) {
vesselByIMO(imo: $imo) {
summary {
summary
}
}
}
{
"imo": "9625279"
}
{
"data": {
"vesselSummary": {
"summary": "Summary:\n\nThe XIANG YANG HONG 19 is a 13-year-old research/survey vessel sailing under the flag of China. The vessel was previously named ZHONGGUO HAIJIAN 50 and ZHONGGUO HAIJING2350.\n\nThe vessel is classified as Moderate Risk for Military Affiliation (MAV Risk) since June 18, 2023, due to over 100 visits to military areas and docks in the South China Sea. \n\nThe vessel is owned and operated by the Chinese government, with no clear ownership or management structure identified. Its recent port calls have been limited to Shanghai and other ports in eastern China.\n\nThe vessel's economic utilization profile indicates it spends a significant amount of time in port, with limited sailing activity. Its port call frequency and duration are also low compared to typical research/survey vessels.\n\nBased on the vessel's classification, ownership, and operational patterns, it is likely the XIANG YANG HONG 19 is engaged in government-sponsored research or survey activities, potentially with a military affiliation, in the South China Sea region."
}
}
}
Permissions and Quota
This service requires permission settings per project.
Quota is calculated per month per amount of vessels.
.