---
title: "Check local machine readiness (git, tmux, agent harness, gh)"
method: GET
path: "/api/v1/system/requirements"
tags: ["system"]
---

# Check local machine readiness (git, tmux, agent harness, gh)

`GET /api/v1/system/requirements`

## Response `200`

OK

- SystemRequirementsResponse
  - `ready` boolean, required — True iff every requirement with Required=true is satisfied. Requirements with Required=false (e.g. gh) are advisory and never block readiness.
  - `requirements` SystemRequirement[], required — Individual checks in stable order for the selected probe.
    - `detail` string — Extra context: the resolved path when satisfied, or why it is not.
    - `id` 'git' | 'tmux' | 'harness' | 'gh', required — Stable requirement identifier.
    - `label` string, required — Human-readable requirement name.
    - `required` boolean, required — Whether this requirement blocks the overall Ready state.
    - `satisfied` boolean, required — Whether this requirement is currently met.

## Other responses

- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-08-21** `c0ee64eaeae5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/system/requirements/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/dbac6f893348/schema)
