---
title: "POST /teams/{team_name}/ai-onboarding/conversations"
method: POST
path: "/teams/{team_name}/ai-onboarding/conversations"
tags: ["ai-onboarding"]
---

# POST /teams/{team_name}/ai-onboarding/conversations

`POST /teams/{team_name}/ai-onboarding/conversations`

Start a new conversation with the AI onboarding assistant

## Path parameters

- `team_name` string, required

## Request body

- object
  - `try_resume` boolean — If true, resume existing conversation instead of starting a new one

## Response `200`

New conversation started successfully

- object
  - `conversation_id` string, required — The ID of the new conversation

## Other responses

- `400` — Bad request
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `405` — Method not allowed
- `500` — Internal Error

---

[API](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/versions/4af580f9023b/schema)
