---
title: "Create Manual Deal"
method: POST
path: "/api/prospecting/deals"
tags: ["prospecting"]
---

# Create Manual Deal

`POST /api/prospecting/deals`

Manually add a contact to the prospecting pipeline.

Thin wrapper over `services.pipeline_intake.create_manual_deal_for_org`,
which is also called by the chat-agent `add_deal` tool.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Request body

- CreateManualDealRequest
  - `contact_id` string, nullable
  - `client_id` string, nullable
  - `target_name` string, required — Display name for the target
  - `target_email` string, nullable
  - `target_company_name` string, nullable
  - `target_role` string, nullable
  - `notes` string, nullable — Optional user context to seed the plan
  - `goal_summary` string, nullable
  - `goal_service_ids` string[]
  - `goal_targeting` string, nullable
  - `stage` string, nullable — Starting stage — 'lead' (default), 'opportunity', 'won', or 'lost'.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
