---
title: "POST /api/ee/metabot-v3/agent-streaming"
method: POST
path: "/api/ee/metabot-v3/agent-streaming"
tags: ["/api/ee/metabot-v3"]
---

# POST /api/ee/metabot-v3/agent-streaming

`POST /api/ee/metabot-v3/agent-streaming`

Send a chat message to the LLM via the AI Proxy.

## Request body

- object
  - `context` MetabaseEnterpriseMetabotV3ContextContext, required
  - `conversation_id` string, required — value must be a valid UUID.
  - `history` MetabaseEnterpriseMetabotV3ClientSchemaMessage[], required
    - `content` string, nullable
    - `role` 'system' | 'user' | 'assistant' | 'tool', required
    - `tool_call_id` string, nullable
    - `tool_calls` object[], nullable
      - `arguments` string, required
      - `id` string, required
      - `name` string, required
  - `message` string, required
  - `metabot_id` string
  - `profile_id` string
  - `state` object, required

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

## Changes

- **2025-12-19** `a8c31bc69209` — 1 warning
  - removed the request property `use_case`

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/ee/metabot-v3/agent-streaming/post.md)

---

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