---
title: "Run a fresh local readiness probe for one agent adapter"
method: POST
path: "/api/v1/agents/{agent}/probe"
tags: ["agents"]
---

# Run a fresh local readiness probe for one agent adapter

`POST /api/v1/agents/{agent}/probe`

## Path parameters

- `agent` string, required — Agent adapter identifier.

## Response `200`

OK

- ProbeAgentResponse
  - `agent` AgentInfo, required
    - `authStatus` 'authorized' | 'unauthorized' | 'unknown' — Advisory local auth probe result. authorized means a recent local probe passed; spawn remains the authoritative validation point.
    - `id` string, required
    - `label` string, required
  - `installed` boolean, required
  - `supported` boolean, required

## Other responses

- `400` — Bad Request
- `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/versions/0754881ee8f4/schema)
