---
title: "Request Agent Counsel"
method: POST
path: "/agent-loop/workspaces/{workspace_id}/agent-counsel"
tags: ["agent-counsel"]
---

# Request Agent Counsel

`POST /agent-loop/workspaces/{workspace_id}/agent-counsel`

## Path parameters

- `workspace_id` string, required

## Request body

- RequestCounselBody
  - `snapshot_id` string, required
  - `agents` AgentSpecBody[], required
    - `model` string, required
    - `mode` string, required

## Response `202`

Successful Response

- RequestCounselResponse
  - `reviewers` StartedReviewerResponse[], required
    - `reviewer_id` string, required
    - `request_id` string, required
    - `display_name` string, required
    - `model` string, required
    - `mode` string, required
    - `turn_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
