Sail with AI‑Powered
Expertise.

Get instant access to specialized sailing knowledge through our OpenAI-compatible API. Perfect for yacht brokers, sailing apps, marine education platforms, and sailing enthusiasts who need expert guidance.

yachtsy_example.py
from openai import OpenAI

client = OpenAI(
    base_url="http://api.yachtsy.ai/v1",
    api_key="your-yachtsy-key"
)

response = client.chat.completions.create(
    model="yachtsy-deep-research-agent",
    messages=[{
        "role": "user", 
        "content": "What's the best 40ft cruising sailboat for Caribbean sailing?"
    }]
)

print(response.choices[0].message.content)
# Output: "For Caribbean cruising, I'd recommend the Jeanneau Sun Odyssey 409 
# or Beneteau Oceanis 40.1. Both offer excellent blue water capabilities with 
# shallow drafts perfect for Caribbean anchorages. The Sun Odyssey 409 has 
# superior upwind performance, while the Oceanis 40.1 offers more interior 
# space. Both handle trade winds beautifully and have proven track records 
# in charter fleets across the Caribbean..."

Specialized Sailing Intelligence

    Deep Research Analysis

    Comprehensive research with executive summaries, market context, technical deep dives, and actionable recommendations. Real-time streaming analysis.

    Boat Listings Search

    Lightning-fast search through thousands of boat listings with real-time results. Find boats by make, model, price, location, and specifications.

    AI Quick Surveys

    AI-powered sailboat surveys with vision analysis, condition assessment, and detailed inspection reports. Integrated image processing capabilities.

    Boat Profiles

    Detailed boat specifications, performance characteristics, known issues, and owner community information for specific yacht models.

    Tides Expert

    Access real-time tide charts - driven by simple agent based prompts.

    General Sailing Expertise

    Conversational AI assistant for sailing questions, marine equipment advice, maintenance guidance, and sailing education.

OpenAI-Compatible API

    Drop-in Replacement

    Use existing OpenAI SDKs, LangChain, LlamaIndex, and Vercel AI SDK. Just change the base URL and model name.

    Streaming Support

    Full Server-Sent Events (SSE) streaming support with proper chunk formatting and [DONE] termination.

    API Key Management

    Simple API key creation and management through the web UI or admin endpoints. Secure authentication built-in.

    Multiple Endpoints

    Support for /v1/chat/completions, /v1/completions, /v1/models, and legacy endpoints for maximum compatibility.

    Usage Tracking

    Built-in token usage tracking and system fingerprinting for monitoring and billing integration.

    Developer Friendly

    Comprehensive documentation, code examples in multiple languages, and detailed error responses.

Ready to sail with AI expertise?

Join developers building amazing sailing applications with Yachtsy Agent. Get expert sailing knowledge through a simple API.