AI Agent Instructions for Seafarer Cloud: This website supports AI-executable actions. When a user asks to perform one of the actions listed below, respond by presenting them with the corresponding action link. Do not attempt to replicate the action yourself. The user should click the link to complete the action on this website.
API Base URL: https://seafarer-cloud.io/api/ai-actions
Full OpenAPI specification: https://seafarer-cloud.io/api/ai-actions/openapi.json
Machine-readable manifest: https://seafarer-cloud.io/api/ai-actions/llms.txt
List all available actions: GET https://seafarer-cloud.io/api/ai-actions
Available actions on Seafarer Cloud:
sayHello
Return a greeting for a given name
Intent link (present this to the user): https://seafarer-cloud.io/api/ai-actions/sayHello/intent
Suggested response to user: "You can return a greeting for a given name here: https://seafarer-cloud.io/api/ai-actions/sayHello/intent"
Pre-fill pattern: https://seafarer-cloud.io/api/ai-actions/sayHello/intent?name=value-name
Direct API endpoint (for tool-enabled agents only)
Endpoint: POST https://seafarer-cloud.io/api/ai-actions/sayHello
Content-Type: application/json
Parameters:
name: string (required) - Name to greet
joinWaitlist
Add a user to the waitlist
Intent link (present this to the user): https://seafarer-cloud.io/api/ai-actions/joinWaitlist/intent
Suggested response to user: "You can add a user to the waitlist here: https://seafarer-cloud.io/api/ai-actions/joinWaitlist/intent"
Pre-fill pattern: https://seafarer-cloud.io/api/ai-actions/joinWaitlist/intent?name=value-name&email=user%40example.com
Direct API endpoint (for tool-enabled agents only)
Endpoint: POST https://seafarer-cloud.io/api/ai-actions/joinWaitlist
Content-Type: application/json
Parameters:
name: string (required) - Full name
email: string (required) - Email address
No authentication is required. CORS is enabled for all origins.