SigNoz · Schema

SigNoz Ingestion Key

Schema representing an ingestion key used to authenticate telemetry data sent to SigNoz.

APMAlertingCloud MonitoringDashboardsDistributed TracingInfrastructure MonitoringLogsMetricsObservabilityOpenTelemetryOpen-Source

Properties

Name Type Description
id string Unique identifier for the ingestion key.
name string Human-readable name for the ingestion key.
value string The actual API key value used for authentication.
orgId string Organization identifier this key belongs to.
limits object Rate limiting configuration for this ingestion key.
createdAt string Timestamp when the ingestion key was created.
updatedAt string Timestamp when the ingestion key was last updated.
View JSON Schema on GitHub

JSON Schema

signoz-ingestion-key-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/signoz/refs/heads/main/json-schema/signoz-ingestion-key-schema.json",
  "title": "SigNoz Ingestion Key",
  "description": "Schema representing an ingestion key used to authenticate telemetry data sent to SigNoz.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the ingestion key."
    },
    "name": {
      "type": "string",
      "description": "Human-readable name for the ingestion key."
    },
    "value": {
      "type": "string",
      "description": "The actual API key value used for authentication."
    },
    "orgId": {
      "type": "string",
      "description": "Organization identifier this key belongs to."
    },
    "limits": {
      "type": "object",
      "description": "Rate limiting configuration for this ingestion key.",
      "properties": {
        "signalTypes": {
          "type": "object",
          "description": "Per-signal type limits.",
          "properties": {
            "logs": {
              "type": "object",
              "properties": {
                "bytesPerSecond": {
                  "type": "integer",
                  "description": "Bytes per second limit for log ingestion."
                }
              }
            },
            "traces": {
              "type": "object",
              "properties": {
                "bytesPerSecond": {
                  "type": "integer",
                  "description": "Bytes per second limit for trace ingestion."
                }
              }
            },
            "metrics": {
              "type": "object",
              "properties": {
                "bytesPerSecond": {
                  "type": "integer",
                  "description": "Bytes per second limit for metric ingestion."
                }
              }
            }
          }
        }
      }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the ingestion key was created."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the ingestion key was last updated."
    }
  },
  "required": ["name"]
}

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/signoz-ingestion-key"
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.