---
title: "Run Browser Agent Prompt"
method: POST
path: "/api/agentcore/browser/agent/run"
tags: ["agentcore-browser"]
---

# Run Browser Agent Prompt

`POST /api/agentcore/browser/agent/run`

## Request body

- RunAgentRequest
  - `prompt` string, required
  - `max_steps` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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