---
title: "Save Agentic Accountant Settings"
method: POST
path: "/v6/templates/agent/settings"
tags: ["Agentic Accounting Settings"]
---

# Save Agentic Accountant Settings

`POST /v6/templates/agent/settings`

Save the partner's agentic accounting configuration

## Request body

- AgentSettingsPostDto
  - `agenticCFO` AgenticCFO — Tight Agentic CFO configuration
    - `spendManagement` boolean — Whether spend management is enabled
    - `trendAnalysis` boolean — Whether trend analysis is enabled
  - `agenticAccountant` AgenticAccountant — Tight Agentic Accountant configuration
    - `financialSummaries` string[] — Financial summary delivery frequencies
    - `bankReconciliations` boolean — Whether bank reconciliations are enabled
  - `agenticBookkeeper` AgenticBookkeeper — Tight Agentic Bookkeeper configuration
    - `anomalyDetection` boolean — Whether anomaly detection is enabled
    - `conversationalReasoning` boolean — Whether conversational reasoning is enabled
  - `agenticAssistant` AgenticAssistant — Tight Agentic Assistant configuration
    - `bankConnectionErrors` boolean — Whether bank connection error notifications are enabled
    - `accountingSupport` boolean — Whether accounting support is enabled

## Response `200`

Success

- SuccessResponseAgentSettingsGetDto
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` AgentSettingsGetDto — The data generated by the action performed.
    - `agenticCFO` AgenticCFO, required — Tight Agentic CFO configuration
      - `spendManagement` boolean — Whether spend management is enabled
      - `trendAnalysis` boolean — Whether trend analysis is enabled
    - `agenticAccountant` AgenticAccountant, required — Tight Agentic Accountant configuration
      - `financialSummaries` string[] — Financial summary delivery frequencies
      - `bankReconciliations` boolean — Whether bank reconciliations are enabled
    - `agenticBookkeeper` AgenticBookkeeper, required — Tight Agentic Bookkeeper configuration
      - `anomalyDetection` boolean — Whether anomaly detection is enabled
      - `conversationalReasoning` boolean — Whether conversational reasoning is enabled
    - `agenticAssistant` AgenticAssistant, required — Tight Agentic Assistant configuration
      - `bankConnectionErrors` boolean — Whether bank connection error notifications are enabled
      - `accountingSupport` boolean — Whether accounting support is enabled

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

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