---
title: "Process Request"
method: POST
path: "/{agent_name}/process"
---

# Process Request

`POST /{agent_name}/process`

Process a new request

## Path parameters

- `agent_name` string, required

## Headers

- `authorization` string, nullable

## Request body

- ProcessRequest
  - `prompt` string, required
  - `debug` string, nullable
  - `thread_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-17** `572d9f408d53` — 1 warning, 1 info
  - removed the request property `run_id`
  - added the new optional request property `thread_id`
- **2025-04-15** `3721cc9fdbd8` — 1 info
  - added the new optional `header` request parameter `authorization`
- **2025-03-28** `adb0e891f13a` — 2 warning, 1 info
  - deleted the `header` request parameter `authorization`
  - removed the request property `thread_id`
  - added the new optional request property `run_id`

[Change history](https://skmtc.dev/supercog-ai/apis/agentic-api/changes/:agent_name/process/post.md)

---

[API](https://skmtc.dev/supercog-ai/apis/agentic-api.md) · [All operations](https://skmtc.dev/supercog-ai/apis/agentic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercog-ai/agentic-api/revisions/572d9f408d53/schema)
