---
title: "Resolve the safe installation plan for every supported agent harness"
method: GET
path: "/api/v1/agents/installers"
tags: ["agents"]
---

# Resolve the safe installation plan for every supported agent harness

`GET /api/v1/agents/installers`

## Response `200`

OK

- AgentInstallerCatalogResponse
  - `agents` AgentInstallPlan[], required
    - `agentId` string, required
    - `automatic` boolean, required
    - `available` boolean, required
    - `command` string
    - `documentationUrl` string, required
    - `expectedDestination` string
    - `method` string, required
    - `methods` AgentInstallMethod[], required
      - `available` boolean, required
      - `command` string
      - `expectedDestination` string
      - `id` string, required
      - `label` string, required
      - `reason` string
      - `recommended` boolean, required
      - `reinstallAvailable` boolean, required
      - `reinstallCommand` string
      - `reinstallReason` string
    - `reason` string

## Other responses

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

## Changes

- **2026-09-03** `d31a2d019c47` — 2 info
  - added the optional property `reporting_owner` to the response with the `500` status
  - added the optional property `reporting_owner` to the response with the `501` status
- **2026-09-02** `dbac6f893348` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/agents/installers/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.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/6a868cfec2ac?raw)
