---
title: "Run Autopilot Endpoint"
method: POST
path: "/api/v1/remy/autopilot/run"
tags: ["remy", "remy"]
---

# Run Autopilot Endpoint

`POST /api/v1/remy/autopilot/run`

Full cycle on demand: detect replies, then draft-and-send wherever one is owed.

## Response `200`

Successful Response

- AutopilotRunResponseDTO
  - `results` AutopilotResultDTO[]
    - `handle` string, nullable
    - `status` string, required
    - `reason` string, nullable
    - `error` string, nullable
    - `creator_said` string, nullable
    - `ai_replied` string, nullable
  - `message` string, nullable

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
