Developer reference

Fliplet Events API documentation

This site publishes a small discovery-friendly API surface for health checks, demo requests, email capture, analytics logging, and MCP-based read-only discovery.

Base URL

https://events.fliplet.com

These website endpoints are public. They currently rely on request validation, rate limiting, and origin checks rather than OAuth or OIDC discovery.

Published endpoints

  • GET /api/health returns an application/health+json status payload.
  • POST /api/submit-demo-form accepts qualified demo-request payloads.
  • POST /api/submit-email captures lightweight email leads.
  • POST /api/statsig-event logs approved analytics event names.
  • POST /mcp exposes a read-only MCP server over streamable HTTP.

Discovery

  • /.well-known/api-catalog lists the OpenAPI document, docs, and status URL.
  • /.well-known/agent-skills/index.json publishes agent skills discovery metadata.
  • /.well-known/mcp/server-card.json publishes the MCP server card.

MCP server

The remote MCP endpoint at /mcp exposes read-only tools that help agents discover key entry points and API references without scraping navigation.

  • get_fliplet_events_entry_points
  • find_fliplet_events_page
  • get_fliplet_events_api_overview