---
title: "Create Objective"
method: POST
path: "/api/v1/master/objectives"
tags: ["master-agent"]
---

# Create Objective

`POST /api/v1/master/objectives`

## Headers

- `authorization` string, nullable — Bearer <token>

## Request body

- ObjectiveCreate
  - `title` string, required
  - `description` string, required
  - `objective_type` 'retention' | 'feedback' | 'winback' | 'upgrade' | 'activation' | 'custom'
  - `success_criteria` string, nullable
  - `config` ObjectiveConfig — Per-objective budgets enforced by the master's guardrail layer.
    - `max_agents` integer
    - `max_daily_sends` integer
    - `allowed_delivery_modes` string[]
  - `priority` integer
  - `target_date` string, date-time, nullable

## Response `201`

Successful Response

- EnvelopeObjectiveResponse
  - `data` ObjectiveResponse, required
    - `id` string, uuid, required
    - `title` string, required
    - `description` string, required
    - `objective_type` string, required
    - `status` string, required
    - `success_criteria` string, nullable, required
    - `config` object, nullable, required
    - `priority` integer, required
    - `target_date` string, date-time, nullable, required
    - `metrics` object, nullable, required
    - `created_by` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable
    - `reply_total` integer, nullable
    - `metric_total` integer, nullable
    - `people_total` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-08** `02dcf8c74aa1` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-05T02:09:41.945567"}` to `{"request_id":"","timestamp":"2026-09-08T05:08:55.078786"}` for the status `201`
  - the `timestamp` response's property default value changed from `2026-09-05T02:09:41.945567` to `2026-09-08T05:08:55.078786` for the status `201`
- **2026-09-06** `e38138f07c6d` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-05T02:09:45.736252"}` to `{"request_id":"","timestamp":"2026-09-05T02:09:41.945567"}` for the status `201`
  - the `timestamp` response's property default value changed from `2026-09-05T02:09:45.736252` to `2026-09-05T02:09:41.945567` for the status `201`
- **2026-09-05** `5691a8e12158` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-04T03:53:05.348646"}` to `{"request_id":"","timestamp":"2026-09-05T02:09:45.736252"}` for the status `201`
  - the `timestamp` response's property default value changed from `2026-09-04T03:53:05.348646` to `2026-09-05T02:09:45.736252` for the status `201`
- …earlier changes not shown

[Full history](https://skmtc.dev/minro/apis/minro-cs-platform/changes/api/v1/master/objectives/post.md)

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc.dev/minro/apis/minro-cs-platform/revisions/02dcf8c74aa1?raw)
