Lambda · Schema

Lambda Cloud API Resources

JSON Schema for Lambda Cloud API resources.

Artificial IntelligenceCloud ComputingComputeDeep LearningGPUMachine-Learning
View JSON Schema on GitHub

JSON Schema

lambda-cloud-api-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/lambda/json-schema/lambda-cloud-api-schema.json",
  "title": "Lambda Cloud API Resources",
  "description": "JSON Schema for Lambda Cloud API resources.",
  "definitions": {
    "Instance": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Unique identifier for the instance."
        },
        "name": {
          "type": ["string", "null"],
          "description": "User-provided name for the instance."
        },
        "ip": {
          "type": "string",
          "description": "IPv4 address of the instance."
        },
        "status": {
          "type": "string",
          "enum": ["active", "booting", "unhealthy", "terminated"]
        },
        "ssh_key_names": {
          "type": "array",
          "items": { "type": "string" }
        },
        "file_system_names": {
          "type": "array",
          "items": { "type": "string" }
        },
        "region": { "$ref": "#/definitions/Region" },
        "instance_type": {
          "type": "object",
          "properties": {
            "name": { "type": "string" },
            "description": { "type": "string" }
          }
        },
        "hostname": { "type": "string" },
        "jupyter_token": { "type": "string" },
        "jupyter_url": { "type": "string" }
      },
      "required": ["id", "status"]
    },
    "Region": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "description": { "type": "string" }
      },
      "required": ["name"]
    },
    "InstanceType": {
      "type": "object",
      "properties": {
        "instance_type": {
          "type": "object",
          "properties": {
            "name": { "type": "string" },
            "description": { "type": "string" },
            "price_cents_per_hour": { "type": "integer" },
            "specs": {
              "type": "object",
              "properties": {
                "vcpus": { "type": "integer" },
                "memory_gib": { "type": "integer" },
                "storage_gib": { "type": "integer" }
              }
            }
          }
        },
        "regions_with_capacity_available": {
          "type": "array",
          "items": { "$ref": "#/definitions/Region" }
        }
      }
    },
    "SshKey": {
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "name": { "type": "string" },
        "public_key": { "type": "string" },
        "private_key": { "type": ["string", "null"] }
      },
      "required": ["id", "name"]
    },
    "FileSystem": {
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "name": { "type": "string" },
        "created": { "type": "string", "format": "date-time" },
        "mount_point": { "type": "string" },
        "region": { "$ref": "#/definitions/Region" }
      },
      "required": ["id", "name"]
    }
  }
}

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/lambda-cloud-api"
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 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.