Stacklok System API

The system API from Stacklok — 3 operation(s) for system.

Operations 3

GET /api/openapi.json Get OpenAPI specification #
GET /health Health check #
GET /openapi.json OpenAPI specification #

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/stacklok-system-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

stacklok-system-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Stacklok System API
  version: '1.0'
  description: 'Operations tagged system across 2 of this provider''s published API definitions: stacklok-toolhive-api-openapi.yml, stacklok-system-api-openapi.yml. Each path carries the servers of the definition it was published in.'
tags:
- name: System
paths:
  /api/openapi.json:
    get:
      description: Returns the OpenAPI specification for the API
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
          description: OpenAPI specification
      summary: Get OpenAPI specification
      tags:
      - System
      operationId: getApiOpenapiJson
      x-operation-id-source: derived
  /health:
    get:
      description: Check if the API is healthy
      responses:
        '204':
          content:
            application/json:
              schema:
                type: string
          description: No Content
      summary: Health check
      tags:
      - System
      operationId: getHealth
      x-operation-id-source: derived
  /openapi.json:
    get:
      description: Get the OpenAPI 3.1.0 specification for this API
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
          description: OpenAPI 3.1.0 specification
        '500':
          content:
            application/json:
              schema:
                additionalProperties:
                  type: string
                type: object
          description: Internal Server Error
      summary: OpenAPI specification
      tags:
      - System
      operationId: getOpenapiJson
      x-operation-id-source: derived
components:
  securitySchemes:
    BearerAuth:
      description: 'OAuth 2.0 Bearer token authentication. Format: "Bearer {token}"'
      in: header
      name: Authorization
      type: apiKey
externalDocs:
  description: ''
  url: ''
x-refined-from:
- stacklok-toolhive-api-openapi.yml
- stacklok-system-api-openapi.yml