---
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.

---

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