Solo.io · Schema

AgentgatewayBackend

A backend destination for the Solo.io agentgateway, representing an MCP server, LLM provider, or other AI service that agentgateway routes traffic to.

CompanyAPI GatewayService MeshKubernetesIstioEnvoyAI GatewayAgentic AIMCPDeveloper PortalCloud-NativeOpen-Source

Properties

Name Type Description
apiVersion string API version of the resource (agentgateway.dev/v1alpha1)
kind string Resource kind
metadata object Kubernetes resource metadata
spec object AgentgatewayBackend specification
status object AgentgatewayBackend status
View JSON Schema on GitHub

JSON Schema

solo-io-agentgateway-backend-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/solo/main/json-schema/solo-agentgateway-backend-schema.json",
  "title": "AgentgatewayBackend",
  "description": "A backend destination for the Solo.io agentgateway, representing an MCP server, LLM provider, or other AI service that agentgateway routes traffic to.",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string",
      "description": "API version of the resource (agentgateway.dev/v1alpha1)"
    },
    "kind": {
      "type": "string",
      "const": "AgentgatewayBackend",
      "description": "Resource kind"
    },
    "metadata": {
      "type": "object",
      "description": "Kubernetes resource metadata",
      "properties": {
        "name": { "type": "string" },
        "namespace": { "type": "string" },
        "labels": { "type": "object" },
        "annotations": { "type": "object" }
      }
    },
    "spec": {
      "type": "object",
      "description": "AgentgatewayBackend specification",
      "properties": {
        "type": {
          "type": "string",
          "enum": ["mcp", "openai", "anthropic", "bedrock", "vertex", "ollama", "vllm"],
          "description": "Type of backend service"
        },
        "host": {
          "type": "string",
          "description": "Hostname of the backend service"
        },
        "port": {
          "type": "integer",
          "description": "Port of the backend service"
        },
        "auth": {
          "type": "object",
          "description": "Authentication configuration",
          "properties": {
            "secretRef": {
              "type": "object",
              "properties": {
                "name": { "type": "string" },
                "namespace": { "type": "string" }
              }
            }
          }
        }
      }
    },
    "status": {
      "type": "object",
      "description": "AgentgatewayBackend status",
      "properties": {
        "conditions": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "type": { "type": "string" },
              "status": { "type": "string", "enum": ["True", "False", "Unknown"] },
              "reason": { "type": "string" },
              "message": { "type": "string" }
            }
          }
        }
      }
    }
  }
}

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/solo-io-agentgateway-backend"
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.