A study is the right shape for most research. It's the wrong shape for a quick sense-check. Sometimes you just want to ask one persona one question — "would you switch from Coke to a budget cola if it cost half as much?" — and read the answer.
What's new
`POST /v1/research-agents/{agent_id}/questions` — a single question to a single persona. The persona must be recruitable (i.e. has a description on file). Returns a
job_id; poll/v1/jobs/{job_id}for the answer. Requires thestudies:writescope.`POST /v1/research-groups/{group_id}/questions` — a single question to every persona in an existing group. Returns one job per persona. Same poll pattern.
Both endpoints record the question against your usage and against the standard AskedQuestion history, so it shows up in the persona's News & Media tab and in your organisation's audit trail.
When to use which
Direct to a persona. Follow-up on a previous response. Probe a specific viewpoint. Run a one-shot reaction test on a hand-picked persona.
Direct to a group. Re-use an existing recruited panel for a quick second question without standing up a new study. Common pattern: ran a study yesterday, want to ask one further thing today.
Still use a study when you want the AI synthesis pipeline to run over the answers — that's what completion and analysis are for.
The MCP tool catalogue includes both endpoints (v1.research-agents.questions.create and the group equivalent), so the in-product agent and the Slack agent can drive them too.
Full reference is in the API docs.
---


