---
title: "Ensure normalized readiness for selected agent adapters"
method: POST
path: "/api/v1/agents/readiness/ensure"
tags: ["agents"]
---

# Ensure normalized readiness for selected agent adapters

`POST /api/v1/agents/readiness/ensure`

## Request body

- EnsureAgentReadinessRequest
  - `agentIds` string[]
  - `purpose` 'display' | 'settings' | 'launch', required

## Response `200`

OK

- AgentReadinessResponse
  - `agents` AgentReadinessSnapshot[], required
    - `authentication` AgentAuthenticationObservation, required
      - `attemptedAt` string, date-time, nullable, required
      - `checkedAt` string, date-time, nullable, required
      - `freshness` 'fresh' | 'stale' | 'checking', required
      - `reason` string, required
      - `reasonCode` string, required
      - `state` 'authorized' | 'unauthorized' | 'unknown' | 'not_applicable', required
    - `effectiveReadiness` 'ready' | 'not_ready' | 'unknown', required
    - `id` string, required
    - `installation` AgentInstallationObservation, required
      - `attemptedAt` string, date-time, nullable, required
      - `checkedAt` string, date-time, nullable, required
      - `freshness` 'fresh' | 'stale' | 'checking', required
      - `reason` string, required
      - `reasonCode` string, required
      - `state` 'installed' | 'not_installed' | 'unknown', required
    - `label` string, required
    - `lastUsedAt` string, date-time, nullable
    - `usageCount` integer, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-09-20** `3889f45b782d` — 1 info
  - added the new `settings` enum value to the request property `purpose`
- **2026-09-03** `d31a2d019c47` — 3 info
  - added the optional property `reporting_owner` to the response with the `400` status
  - 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** `12e46c4f4b8e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/agents/readiness/ensure/post.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/659cd1122b1c?raw)
