Windsurf UserAnalytics API

The UserAnalytics API from Windsurf — 1 operation(s) for useranalytics.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/windsurf-useranalytics-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

windsurf-useranalytics-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Windsurf Enterprise Analytics CascadeAnalytics UserAnalytics API
  description: 'Windsurf REST API for enterprise deployments providing access to Cascade analytics,

    custom analytics queries, team credit balance, per-user usage configuration, and

    user-level page analytics. Uses service key authentication.

    '
  version: '1.0'
  contact:
    name: Windsurf
    url: https://docs.windsurf.com/
servers:
- url: https://server.codeium.com/api/v1
  description: Windsurf API server
security:
- serviceKey: []
tags:
- name: UserAnalytics
paths:
  /UserPageAnalytics:
    post:
      tags:
      - UserAnalytics
      summary: Get user page analytics
      description: Retrieve user activity statistics including names, emails, last activity times, and active days.
      operationId: getUserPageAnalytics
      responses:
        '200':
          description: OK
components:
  securitySchemes:
    serviceKey:
      type: apiKey
      in: header
      name: Authorization
      description: Service key authentication for Windsurf enterprise deployments