---
title: "Create a new exploration"
method: POST
path: "/explorations"
tags: ["Explorations"]
---

# Create a new exploration

`POST /explorations`

## Query parameters

- `project_id` string, required

## Request body

- ExplorationCreate — Configuration for the exploration creation. Specify the name, description, and state of the exploration.
  - `name` string, required
  - `description` string, required

## Response `201`

Exploration created

---

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