Back to registry
observability custom auth 1 pinned sources 10 files

SigNoz

Generated SigNoz CLI and agent Skill for dashboards, alerts, traces, logs, and metrics.

$ signoz search "list dashboards" --json
CLI binaries 6 platform builds
Skill Included in CLI
Source refs 1 pinned inputs
Smoke intent list dashboards
01 Schema signoz commands schema --json
02 Catalog signoz commands --json
03 Search signoz search "list dashboards" --json
Recipe structure

Files

10 files
builds/signoz.json json
{
  "schema_version": 1,
  "recipe": "signoz",
  "cli_name": "signoz",
  "generated_at": "2026-08-21T06:47:11.083Z",
  "lathe_version": "lathe v0.5.2 (none, unknown)",
  "gate": {
    "verdict": "GO",
    "generated_at": "2026-08-21T06:47:11.083Z",
    "lathe_version": "lathe v0.5.2 (none, unknown)",
    "command_count": 213,
    "group_count": 29,
    "skill_included": true,
    "warnings": [
      "W2"
    ]
  },
  "source_refs": [
    {
      "name": "signoz",
      "display_name": "signoz",
      "backend": "openapi3",
      "repo_url": "https://github.com/SigNoz/signoz",
      "pinned_tag": "e728942fec39378a2afcec67af7b92124ba24c2d",
      "files": [
        "docs/api/openapi.yml"
      ]
    }
  ],
  "outputs": {
    "catalog": null,
    "skill": "skills/signoz",
    "cli_artifacts": [
      {
        "os": "darwin",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "signoz",
        "path": "downloads/signoz-darwin-arm64.tar.gz",
        "size": 3816461,
        "sha256": "sha256:f3dd95355710b1a2716505d97550f2129ad0715226a2d68da1f9be78edf60f11"
      },
      {
        "os": "darwin",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "signoz",
        "path": "downloads/signoz-darwin-amd64.tar.gz",
        "size": 4181983,
        "sha256": "sha256:742b2c67eb50369d59a94b325f80f5378f4cce1d08650adf3eb3efcbc33053a8"
      },
      {
        "os": "linux",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "signoz",
        "path": "downloads/signoz-linux-amd64.tar.gz",
        "size": 4115999,
        "sha256": "sha256:3ab87340d942bbd8af3989e9babcb7982ab09b66e4ddea14e5aeb59139bb9c67"
      },
      {
        "os": "linux",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "signoz",
        "path": "downloads/signoz-linux-arm64.tar.gz",
        "size": 3674322,
        "sha256": "sha256:fede015a12283b79dc9bc8967ed5dbce979169f5476292a3c34c58cd236dae91"
      },
      {
        "os": "windows",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "signoz.exe",
        "path": "downloads/signoz-windows-amd64.tar.gz",
        "size": 4234552,
        "sha256": "sha256:0f81f93a5f452b0c7cf44c462549ea5da4ccbc0496394305a592208ece083e8c"
      },
      {
        "os": "windows",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "signoz.exe",
        "path": "downloads/signoz-windows-arm64.tar.gz",
        "size": 3734682,
        "sha256": "sha256:4d7bc0a38446352540fce75099e4b73bcf2cd8dc4d05536040819204595e70fb"
      }
    ]
  }
}

SigNoz

This recipe generates the signoz CLI and agent Skill for SigNoz dashboards, alerts, traces, logs, metrics, and related observability APIs.

API and authentication

Create a SigNoz API key and use the SigNoz-Api-Key header:

signoz auth login --hostname <host> --auth-type apikey
signoz auth status --hostname <host>

Enter SigNoz-Api-Key when the login command asks for the header name.

Install the Skill

signoz skill install --scope user --agent codex --yes

Agent workflow

signoz commands --json
signoz search "list dashboards" --json

Use the returned command path with signoz commands show before execution. Bump the pin in specs/sources.yaml when upgrading the SigNoz API.