Windsurf UsageConfiguration API

The UsageConfiguration API from Windsurf — 2 operation(s) for usageconfiguration.

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-usageconfiguration-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-usageconfiguration-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Windsurf Enterprise Analytics CascadeAnalytics UsageConfiguration 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: UsageConfiguration
paths:
  /UsageConfiguration:
    post:
      tags:
      - UsageConfiguration
      summary: Get usage configuration
      description: Access per-user add-on credit cap configuration, queried by team, group, or individual user scope.
      operationId: getUsageConfiguration
      responses:
        '200':
          description: OK
  /SetUsageConfiguration:
    post:
      tags:
      - UsageConfiguration
      summary: Set usage configuration
      description: Manage per-user add-on credit caps across a team, group, or individual user.
      operationId: setUsageConfiguration
      responses:
        '200':
          description: OK
components:
  securitySchemes:
    serviceKey:
      type: apiKey
      in: header
      name: Authorization
      description: Service key authentication for Windsurf enterprise deployments