Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.garnet.ai/llms.txt

Use this file to discover all available pages before exploring further.

Generate API token

app.garnet.aiSettingsAPI TokensCreate Token. Copy the token.

Add repository secret

In your repo: SettingsSecrets and variablesActionsNew repository secret.Set the name to GARNET_API_TOKEN and paste your token as the value.

Add Garnet to your workflow

name: CI

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  build:
    runs-on: ubuntu-latest

    permissions:
      contents: read
      pull-requests: write

    steps:
      - uses: actions/checkout@v4

      - name: Garnet Monitor
        uses: garnet-org/action@9e819143e63d6dda04bca2e90ac85e3cf0e5289d # v2
        with:
          api_token: ${{ secrets.GARNET_API_TOKEN }}

      # your existing build/test steps continue here
Full GitHub Actions reference · Kubernetes · Pin to latest SHA

See your first run

Push or open a PR. Your run appears at app.garnet.ai within seconds — with a behavioral profile and check results.
Runs feed in the Garnet dashboard