---
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: git, tmux, harness, gh.
    - `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

---

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