---
title: "Push Metrics"
method: POST
path: "/metrics"
tags: ["metrics"]
---

# Push Metrics

`POST /metrics`

Push metrics for trigger evaluation.

## Request body

- MetricCreate[]
  - `agent` string, nullable
  - `dimensions` object
  - `name` string, required
  - `squad` string, nullable
  - `unit` string, nullable
  - `value` number, required

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
