---
title: "Update an agent config"
method: PATCH
path: "/api/v2/agent_configs/{id}"
tags: ["Agent Configs"]
---

# Update an agent config

`PATCH /api/v2/agent_configs/{id}`

Updates the configuration for the specified agent, including AI behavior instructions and Slack trigger settings.

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

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

## Other responses

- `422` — Returned when updating the 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)
