---
title: "Run a deep-research agent (multi-step research, async)"
method: POST
path: "/api/mpp/v1/agent/runs"
---

# Run a deep-research agent (multi-step research, async)

`POST /api/mpp/v1/agent/runs`

## Request body

- object
  - `query` string, required — Research question or task: open-ended prompts, list-building, and multi-step enrichment.
  - `source_indexes` string[] — Indexes to search: "data" (curated knowledge graph, default) and/or "web". Default ["data"].

## Response `200`

Successful response

## Other responses

- `202` — Accepted — poll for results
- `402` — Payment Required

---

[API](https://skmtc.net/tako/apis/tako-api.md) · [All operations](https://skmtc.net/tako/apis/tako-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tako/tako-api/revisions/212ef2954a14/schema)
