API Changelog

What changed, what shipped, what's next.

What's new

Notable changes to the sharc Travel and sharcOS APIs. Breaking changes are flagged BREAKING and announced at least 90 days before they ship.

Subscribe via RSS (coming soon) or watch this page. Questions: hello@sharc.app.

v1.1 — Pricing & Partner tier Latest

Released June 8, 2026

Added

  • Public pricing tiers: Travel Feed (Free), sharcOS API (Included), Partner / OTA (3% per booking).
  • /travel/api-changelog page.
  • For Developers footer column with links to feed, sharcOS API, changelog, and MCP connectors.

Changed

  • All developer inbound now routes to hello@sharc.app.

v1.0 — Travel Feed GA & MCP launch

Released May 2026

Added

  • Travel Feed API — public read-only endpoints under /api/v1/travel/*: trips, boats, slug-based lookups.
  • ChatGPT App — sharc Travel listed as an official ChatGPT App.
  • Claude Connector — MCP Remote server at https://sharc-claude-mcp.onrender.com/mcp, custom-install ready, directory submission in flight.
  • OpenAPI 3.1 spec exposed at /api/docs/openapi.
  • Postman Collection at /api/docs/postman.
  • Feed key authentication with per-partner rate limits and telemetry.

Notes

  • Unauthenticated feed access is deprecated and will be removed in v2.0 (target: Q4 2026). Request a feed key at hello@sharc.app.

Pre-1.0 — sharcOS API beta

2024 — 2026

Internal-only API powering the sharcOS admin and the iOS / Android apps. Stable contract since early 2025; production-grade with Shield bearer-token auth, operation-scoped CRUD across boats, trips, bookings, guests, invoices, prices, cabins, machines, parts, and cargo.

Coming next

  • Self-service feed-key issuance in the partner portal.
  • Webhooks for bookings, payments, and trip availability changes.
  • RSS / Atom feed for this changelog.
  • SDKs: TypeScript, Python, PHP.