Skip to main content

Changelog

Track API changes, new features, and breaking changes. We follow semantic versioning and announce breaking changes at least 30 days in advance.

API v1 (Current)

Developer Portal Launch

  • Developer documentation portal at /developers
  • Interactive API playground with live requests
  • Framework-specific quickstart guides (React, Svelte, vanilla JS)

CLI Tool + MCP Server

  • @cstar.help/cli — developer CLI with 9 commands
  • MCP server mode for AI agent integration (cstar mcp-server --stdio)
  • Webhook forwarding (cstar listen) for local development
  • API request log streaming (cstar logs --tail)

Framework SDKs

  • @cstar.help/react — React hooks with 34 tests
  • @cstar.help/svelte — Svelte 5 rune classes with 32 tests
  • Real-time subscriptions via Supabase Realtime channels

TypeScript SDK

  • @cstar.help/js — Core TypeScript client with 102 tests
  • Full CRUD for tickets, customers, articles, and webhooks
  • Webhook signature verification utilities

REST API Foundation

  • REST API v1 at /api/v1/teams/{teamId}
  • API key authentication (secret + publishable)
  • Rate limiting (120 req/min secret, 60 req/min publishable)
  • Webhook delivery with HMAC-SHA256 signing and retry logic
  • Gamification events: boss battles, level-ups, achievements