Koyeb CatalogInstanceUsage API

The CatalogInstanceUsage API from Koyeb — 1 operation(s) for cataloginstanceusage.

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/koyeb-cataloginstanceusage-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

koyeb-cataloginstanceusage-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  title: Koyeb Rest activity CatalogInstanceUsage API
  description: 'The Koyeb API allows you to interact with the Koyeb platform in a simple, programmatic way using conventional HTTP requests.

    '
  version: 1.0.0
host: app.koyeb.com
schemes:
- https
security:
- Bearer: []
tags:
- name: CatalogInstanceUsage
paths:
  /v1/catalog/usage:
    get:
      operationId: ListUsage
      responses:
        '200':
          description: A successful response.
          schema:
            $ref: '#/definitions/ListUsageReply'
        default:
          description: An unexpected error response.
          schema:
            $ref: '#/definitions/google.rpc.Status'
      parameters:
      - name: region
        in: query
        required: false
        type: string
      tags:
      - CatalogInstanceUsage
definitions:
  google.rpc.Status:
    type: object
    properties:
      code:
        type: integer
        format: int32
      message:
        type: string
      details:
        type: array
        items:
          $ref: '#/definitions/google.protobuf.Any'
  RegionAvailability:
    type: object
    properties:
      availability:
        $ref: '#/definitions/AvailabilityLevel'
  AvailabilityLevel:
    type: string
    enum:
    - UNKNOWN
    - LOW
    - MEDIUM
    - HIGH
    default: UNKNOWN
  CatalogUsage:
    type: object
    properties:
      instances:
        type: object
        additionalProperties:
          $ref: '#/definitions/InstanceAvailability'
  ListUsageReply:
    type: object
    properties:
      usage:
        $ref: '#/definitions/CatalogUsage'
        title: The Usage retrieved
  google.protobuf.Any:
    type: object
    properties:
      '@type':
        type: string
    additionalProperties: {}
  InstanceAvailability:
    type: object
    properties:
      regions:
        type: object
        additionalProperties:
          $ref: '#/definitions/RegionAvailability'
      availability:
        $ref: '#/definitions/AvailabilityLevel'
securityDefinitions:
  Bearer:
    type: apiKey
    name: Authorization
    in: header
x-tagGroups:
- name: Introduction
  tags:
  - intro
- name: API
  tags:
  - Profile
  - Sessions
  - Users
  - organization
  - OrganizationMembers
  - OrganizationInvitations
  - OrganizationConfirmations
  - Subscriptions
  - Coupons
  - Credentials
  - Secrets
  - activity
  - Apps
  - Services
  - Deployments
  - Archives
  - RegionalDeployments
  - Instances
  - Domains
  - PersistentVolumes
  - Snapshots
  - Compose
  - Repositories
  - Logs
  - Metrics
  - Catalog
  - CatalogRegions
  - CatalogInstances
  - Usages
  - Summary
  - DockerHelper