Lit Protocol · Schema

ApiKeyItem

One item from list_api_keys (AccountConfig.sol UsageApiKey).

Web3Key ManagementMPCProgrammable KeysLit Actions

Properties

Name Type Description
id string
api_key_hash string
name string
description string
expiration string
balance integer
can_create_groups boolean
can_delete_groups boolean
can_create_pkps boolean
can_manage_ipfs_ids_in_groups array
can_add_pkp_to_groups array
can_remove_pkp_from_groups array
can_execute_in_groups array
View JSON Schema on GitHub

JSON Schema

lit-protocol-apikeyitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiKeyItem",
  "title": "ApiKeyItem",
  "description": "One item from list_api_keys (AccountConfig.sol UsageApiKey).",
  "type": "object",
  "required": [
    "api_key_hash",
    "balance",
    "can_add_pkp_to_groups",
    "can_create_groups",
    "can_create_pkps",
    "can_delete_groups",
    "can_execute_in_groups",
    "can_manage_ipfs_ids_in_groups",
    "can_remove_pkp_from_groups",
    "description",
    "expiration",
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "api_key_hash": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "expiration": {
      "type": "string"
    },
    "balance": {
      "type": "integer",
      "format": "uint64",
      "minimum": 0.0
    },
    "can_create_groups": {
      "type": "boolean"
    },
    "can_delete_groups": {
      "type": "boolean"
    },
    "can_create_pkps": {
      "type": "boolean"
    },
    "can_manage_ipfs_ids_in_groups": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "uint64",
        "minimum": 0.0
      }
    },
    "can_add_pkp_to_groups": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "uint64",
        "minimum": 0.0
      }
    },
    "can_remove_pkp_from_groups": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "uint64",
        "minimum": 0.0
      }
    },
    "can_execute_in_groups": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "uint64",
        "minimum": 0.0
      }
    }
  }
}

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/lit-protocol-apikeyitem"
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.