Split · Schema

ApiKey

An API key used for authenticating with the Split platform

ExperimentationFeature FlagsFeature ManagementRolloutsSDK

Properties

Name Type Description
id string Unique identifier for the API key
name string Name of the API key
apiKeyType string Type of the API key
key string The API key value (only returned at creation time)
roles array Roles assigned to the API key
createdAt integer Timestamp of when the API key was created
View JSON Schema on GitHub

JSON Schema

split-apikey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiKey",
  "title": "ApiKey",
  "type": "object",
  "description": "An API key used for authenticating with the Split platform",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the API key"
    },
    "name": {
      "type": "string",
      "description": "Name of the API key"
    },
    "apiKeyType": {
      "type": "string",
      "description": "Type of the API key",
      "enum": [
        "admin",
        "client-side",
        "server-side"
      ]
    },
    "key": {
      "type": "string",
      "description": "The API key value (only returned at creation time)"
    },
    "roles": {
      "type": "array",
      "description": "Roles assigned to the API key",
      "items": {
        "type": "string"
      }
    },
    "createdAt": {
      "type": "integer",
      "format": "int64",
      "description": "Timestamp of when the API key was created"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/split-apikey"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.