---
title: "Create an agent config"
method: POST
path: "/api/v2/agent_configs"
tags: ["Agent Configs"]
---

# Create an agent config

`POST /api/v2/agent_configs`

Creates a new configuration for an agent, defining AI behavior instructions and Slack integration trigger settings.

## Headers

- `X-Organization-Id` string, required

## Response `201`

A single agent configuration record returned in JSON:API format.

## Other responses

- `422` — Returned when creating an agent configuration fails validation.

## Changes

- **2026-09-02** `061c271b2e3a` — 2 info
  - added the new optional request property `data/attributes/ai_model`
  - added the new optional request property `data/attributes/reasoning_effort`

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/agent_configs/post.md)

---

[API](https://skmtc.dev/productive/apis/api-documentation.md) · [All operations](https://skmtc.dev/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/061c271b2e3a/schema)
