Lit Protocol · Schema

LitActionClientConfigResponse

GET /get_lit_action_client_config — effective ClientBuilder configuration values, including any chain-config overrides applied at startup.

Web3Key ManagementMPCProgrammable KeysLit Actions

Properties

Name Type Description
timeout_ms integer
async_timeout_ms integer
memory_limit_mb integer
max_code_length integer
max_response_length integer
max_console_log_length integer
max_fetch_count integer
max_get_keys_count integer
max_retries integer
client_timeout_ms_buffer integer
View JSON Schema on GitHub

JSON Schema

lit-protocol-litactionclientconfigresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LitActionClientConfigResponse",
  "title": "LitActionClientConfigResponse",
  "description": "GET /get_lit_action_client_config \u2014 effective ClientBuilder configuration values, including any chain-config overrides applied at startup.",
  "type": "object",
  "required": [
    "async_timeout_ms",
    "client_timeout_ms_buffer",
    "max_code_length",
    "max_console_log_length",
    "max_fetch_count",
    "max_get_keys_count",
    "max_response_length",
    "max_retries",
    "memory_limit_mb",
    "timeout_ms"
  ],
  "properties": {
    "timeout_ms": {
      "type": "integer",
      "format": "uint64",
      "minimum": 0.0
    },
    "async_timeout_ms": {
      "type": "integer",
      "format": "uint64",
      "minimum": 0.0
    },
    "memory_limit_mb": {
      "type": "integer",
      "format": "uint32",
      "minimum": 0.0
    },
    "max_code_length": {
      "type": "integer",
      "format": "uint64",
      "minimum": 0.0
    },
    "max_response_length": {
      "type": "integer",
      "format": "uint64",
      "minimum": 0.0
    },
    "max_console_log_length": {
      "type": "integer",
      "format": "uint64",
      "minimum": 0.0
    },
    "max_fetch_count": {
      "type": "integer",
      "format": "uint32",
      "minimum": 0.0
    },
    "max_get_keys_count": {
      "type": "integer",
      "format": "uint32",
      "minimum": 0.0
    },
    "max_retries": {
      "type": "integer",
      "format": "uint32",
      "minimum": 0.0
    },
    "client_timeout_ms_buffer": {
      "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-litactionclientconfigresponse"
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.