HTTP Toolkit · Schema

HTTP Toolkit Proxy Configuration

Configuration for the HTTP Toolkit local proxy, including CA certificate details and system proxy settings used for HTTPS interception.

HTTPHTTPSDebuggingProxyInterceptionMockingTestingDeveloper ToolsOpen-Source

Properties

Name Type Description
certificatePath string Absolute filesystem path to the PEM-encoded CA certificate used to intercept HTTPS traffic.
certificateContent string PEM-encoded content of the CA certificate. Clients can use this to trust the certificate programmatically.
certificateFingerprint string SHA-256 fingerprint of the CA certificate for pinning and verification.
systemProxy object Details of the host system's configured proxy, if any.
ruleParameterKeys array Keys of currently active rule parameters configured in the HTTP Toolkit UI.
View JSON Schema on GitHub

JSON Schema

http-toolkit-proxy-config.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/http-toolkit/main/json-schema/http-toolkit-proxy-config.json",
  "title": "HTTP Toolkit Proxy Configuration",
  "description": "Configuration for the HTTP Toolkit local proxy, including CA certificate details and system proxy settings used for HTTPS interception.",
  "type": "object",
  "required": ["certificatePath", "certificateContent", "certificateFingerprint"],
  "properties": {
    "certificatePath": {
      "type": "string",
      "description": "Absolute filesystem path to the PEM-encoded CA certificate used to intercept HTTPS traffic.",
      "examples": ["/home/user/.config/httptoolkit/ca.pem", "/Users/user/Library/Application Support/httptoolkit/ca.pem"]
    },
    "certificateContent": {
      "type": "string",
      "description": "PEM-encoded content of the CA certificate. Clients can use this to trust the certificate programmatically."
    },
    "certificateFingerprint": {
      "type": "string",
      "description": "SHA-256 fingerprint of the CA certificate for pinning and verification.",
      "examples": ["sha256/AbCdEf123456..."]
    },
    "systemProxy": {
      "type": "object",
      "description": "Details of the host system's configured proxy, if any.",
      "required": ["proxyUrl"],
      "properties": {
        "proxyUrl": {
          "type": "string",
          "format": "uri",
          "description": "URL of the system proxy server.",
          "examples": ["http://proxy.corp.example.com:8080"]
        },
        "noProxy": {
          "type": "array",
          "description": "List of hostnames or IP ranges that bypass the system proxy.",
          "items": {
            "type": "string"
          },
          "examples": [["localhost", "127.0.0.1", "*.internal.example.com"]]
        }
      },
      "additionalProperties": false
    },
    "ruleParameterKeys": {
      "type": "array",
      "description": "Keys of currently active rule parameters configured in the HTTP Toolkit UI.",
      "items": {
        "type": "string"
      }
    }
  },
  "additionalProperties": false
}

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/http-toolkit-proxy-config"
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.