ecoaloha-api-integration
Installation
SKILL.md
ecoaloha-api-integration
- Read https://ecoaloha.com/developers.md and https://ecoaloha.com/openapi.json for current operations and schemas.
- Use https://ecoaloha.com/api/v1 for production. No registration or bearer token is required.
- Start with GET /destinations. REST responses wrap their payload in data.
- Test fixture reads at https://ecoaloha.com/api/sandbox/v1/destinations and /experiences?destinationId=paris.
- The sandbox has fictional data and rejects writes. Never interpret fixtures as bookable offers.
- Handle application/problem+json errors. Respect Retry-After and preserve unknown fields.
- Use the product MCP server at https://ecoaloha.com/mcp for travel tools.
- Use https://ecoaloha.com/mcp/docs for search_docs. Its tool list differs from the product server.
Do not add OAuth to this keyless API. Do not bypass partner-access gates. Never send personal information to share-list titles. Never log deletion tokens. Example: verify fixture search, then change the base URL to production and handle a possible 503. Source and SDKs: https://github.com/ArneFfm/ecoaloha-agents.