Boltic · Schema

Boltic Gateway Route

A route in the Boltic Gateway that defines how incoming API requests are matched and forwarded to backend services.

AutomationData SyncGatewaysNo-CodeStreamingWorkflows

Properties

Name Type Description
id string Unique identifier for the route
name string Human-readable name for the route
methods array HTTP methods this route responds to
paths array URL paths that match this route
serviceId string ID of the backend service to route to
stripPath boolean Whether to strip the matched path prefix before forwarding
preserveHost boolean Whether to preserve the original Host header
protocols array
plugins array List of plugin IDs applied to this route
status string
createdAt string
updatedAt string
View JSON Schema on GitHub

JSON Schema

boltic-route.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/boltic/refs/heads/main/json-schema/boltic-route.json",
  "title": "Boltic Gateway Route",
  "description": "A route in the Boltic Gateway that defines how incoming API requests are matched and forwarded to backend services.",
  "type": "object",
  "required": ["id", "name", "paths", "serviceId"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the route"
    },
    "name": {
      "type": "string",
      "description": "Human-readable name for the route"
    },
    "methods": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": ["GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS", "HEAD"]
      },
      "description": "HTTP methods this route responds to"
    },
    "paths": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "URL paths that match this route"
    },
    "serviceId": {
      "type": "string",
      "description": "ID of the backend service to route to"
    },
    "stripPath": {
      "type": "boolean",
      "description": "Whether to strip the matched path prefix before forwarding"
    },
    "preserveHost": {
      "type": "boolean",
      "description": "Whether to preserve the original Host header"
    },
    "protocols": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": ["http", "https"]
      }
    },
    "plugins": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of plugin IDs applied to this route"
    },
    "status": {
      "type": "string",
      "enum": ["active", "inactive"]
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}

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/boltic-route"
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.