LaunchDarkly · Schema

RelayProxyConfig

A Relay Proxy automatic configuration entry.

Feature FlagsFeature ManagementExperimentationObservabilityContinuous DeliveryDevOpsAI AgentsRelease ManagementDeveloper ToolsT1

Properties

Name Type Description
_id string The unique identifier of this configuration.
name string The human-readable name of this configuration.
fullKey string The full key for authenticating Relay Proxy instances. Only returned at creation time.
displayKey string The last four characters of the full key.
creationDate integer Unix epoch timestamp when the configuration was created.
lastModified integer Unix epoch timestamp of the last modification.
policy array Policy statements controlling which projects and environments this Relay Proxy can access.
_links object
View JSON Schema on GitHub

JSON Schema

launchdarkly-relayproxyconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RelayProxyConfig",
  "title": "RelayProxyConfig",
  "type": "object",
  "description": "A Relay Proxy automatic configuration entry.",
  "properties": {
    "_id": {
      "type": "string",
      "description": "The unique identifier of this configuration."
    },
    "name": {
      "type": "string",
      "description": "The human-readable name of this configuration."
    },
    "fullKey": {
      "type": "string",
      "description": "The full key for authenticating Relay Proxy instances. Only returned at creation time."
    },
    "displayKey": {
      "type": "string",
      "description": "The last four characters of the full key."
    },
    "creationDate": {
      "type": "integer",
      "format": "int64",
      "description": "Unix epoch timestamp when the configuration was created."
    },
    "lastModified": {
      "type": "integer",
      "format": "int64",
      "description": "Unix epoch timestamp of the last modification."
    },
    "policy": {
      "type": "array",
      "description": "Policy statements controlling which projects and environments this Relay Proxy can access.",
      "items": {
        "$ref": "#/components/schemas/Statement"
      }
    },
    "_links": {
      "$ref": "#/components/schemas/Links"
    }
  }
}

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/launchdarkly-relayproxyconfig"
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.