cURL
curl --request POST \ --url https://sandbox.tight.com/v6/templates/agent/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "agenticCFO": { "spendManagement": true, "trendAnalysis": true }, "agenticAccountant": { "financialSummaries": [ "MONTHLY", "QUARTERLY", "YEARLY" ], "bankReconciliations": true }, "agenticBookkeeper": { "anomalyDetection": true, "conversationalReasoning": true }, "agenticAssistant": { "bankConnectionErrors": true, "accountingSupport": true } } '
{ "result": "SUCCESS", "data": { "agenticCFO": { "spendManagement": true, "trendAnalysis": true }, "agenticAccountant": { "financialSummaries": [ "MONTHLY", "QUARTERLY", "YEARLY" ], "bankReconciliations": true }, "agenticBookkeeper": { "anomalyDetection": true, "conversationalReasoning": true }, "agenticAssistant": { "bankConnectionErrors": true, "accountingSupport": true } } }
Save the partner’s agentic accounting configuration
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Tight Agentic CFO configuration
Show child attributes
Tight Agentic Accountant configuration
Tight Agentic Bookkeeper configuration
Tight Agentic Assistant configuration
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.