---
title: "Ping OpenAI"
method: POST
path: "/dev/agent/openai/ping/v1"
tags: ["/dev"]
---

# Ping OpenAI

`POST /dev/agent/openai/ping/v1`

Runs a minimal Temporal workflow that sends a prompt to OpenAI and returns the response. | (PingOpenAIReq) -> (PingOpenAIRes)

## Request body

- PingOpenAIReq
  - `prompt` string, required

## Response `200`

Successful Response

- PingOpenAIRes
  - `response` string, required

## Other responses

- `422` — Validation Error

---

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