---
title: "Propose Assignment"
method: POST
path: "/v1/teams/{team_id}/computer/assignments"
tags: ["computer assignments"]
---

# Propose Assignment

`POST /v1/teams/{team_id}/computer/assignments`

## Path parameters

- `team_id` string, uuid, required

## Headers

- `authorization` string, nullable
- `x-darwin-token` string, nullable
- `x-darwin-run-id` string, nullable

## Request body

- AssignmentRequest
  - `task` string, required
  - `url` string, uri, required
  - `expires_at` string, date-time, required
  - `recording` ComputerRecordingAuthorization — Human approval covers this entire non-sensitive assignment, not secrets. Stop ends the assignment. It is not a credential-safe pause: screenshots and typed tool arguments remain observable. No checkout/password/MFA work.
    - `non_sensitive_content` true, required
    - `max_duration_in_seconds` integer
    - `artifact_expires_at` string, date-time, required
  - `idempotency_key` string, required

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 32 revisions in range; 1 not diffed.

- **2026-09-11** `79b0c0f35170` — 1 info
  - added the new optional request property `recording`
- **2026-09-05** `362369ea5c03` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stormy/apis/stormy-control-plane/changes/v1/teams/:team_id/computer/assignments/post.md)

---

[API](https://skmtc.dev/stormy/apis/stormy-control-plane.md) · [All operations](https://skmtc.dev/stormy/apis/stormy-control-plane/llms.txt) · [OpenAPI document](https://skmtc.dev/stormy/apis/stormy-control-plane/revisions/b09e3c4ee2af?raw)
