---
title: "Spawn agent process"
method: POST
path: "/api/spawn"
tags: ["Admin"]
---

# Spawn agent process

`POST /api/spawn`

## Request body

- object
  - `agent` string, required
  - `task` string
  - `params` object

## Response `200`

Agent spawned

- object
  - `success` boolean
  - `session_id` string

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions

## Changes

- **2026-03-02** `39aff788d955` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/spawn/post.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/751f6c65ac77/schema)
