← Back to all apps

Ballpark

Businessby Ballpark
Launched Feb 25, 2026 on ChatGPT

Ballpark brings real customer research directly into ChatGPT. Plan studies, recruit participants, and analyse feedback without leaving the conversation.

Describe what you want to learn, and Ballpark helps you turn it into a structured research study — from questions and screeners to insights and summaries. Instead of guessing, teams can validate ideas with real people and make decisions backed by customer feedback.

Built for product managers, designers, marketers, and researchers who need fast, reliable insight.

7ChatGPT Tools
BallparkDeveloper
BusinessCategory

Available Tools

Delete step

deleteStep
Full Description

Deletes a step from the study by its UUID in a non-destructive way. This returns a copy of the draft.

Parameters (2 required)
Required
sessionIdstring

The session ID of the draft

stepUuidstring

The UUID of the step to delete

Delete step in place (destructive)

deleteStepDirect
Full Description

Deletes a step from the study by its UUID. This is destructive and will overwrite the existing draft.

Parameters (2 required)
Required
sessionIdstring

The session ID of the draft

stepUuidstring

The UUID of the step to delete

Draft study

draft
Full Description

Creates a new study draft based on a research goal. Returns a visual preview where the user can interact with their study.

Parameters (1 required)
Required
researchGoalstring

The research prompt describing the study to create

Edit study

edit
Full Description

Applies an edit instruction to an existing study draft using its sessionId.

Parameters (2 required)
Required
editInstructionstring

The instruction for how to modify the draft

sessionIdstring

The session ID of the draft to edit

Create study

finalize
Full Description

Finalizes a study draft and creates it in Ballpark. Returns a URL to view the study.

Parameters (1 required)
Required
sessionIdstring

The session ID of the draft to finalize

Reorder steps

reorder
Full Description

Reorders study steps in a non-destructive way. This returns a copy of the draft. Pass an array of step UUIDs in the desired order.

Parameters (2 required)
Required
sessionIdstring

The session ID of the draft

stepUuidsarray

Array of step UUIDs in the new order

Reorder steps in place (destructive)

reorderDirect
Full Description

Reorders study steps. This is destructive and will overwrite the existing draft. Pass an array of step UUIDs in the desired order.

Parameters (2 required)
Required
sessionIdstring

The session ID of the draft

stepUuidsarray

Array of step UUIDs in the new order