---
title: "Agent data model"
url: "https://docs.unified.to/genai/agent/model"
description: "API reference for Agent data model. Launch multiple pre-built Agent integrations today with zero maintenance — all through a single API."
---
# Agent data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/genai/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**description**string 

**instructions**string 

The system prompt or stored procedure that the agent follows.

**model\_id**string 

The model that the agent runs on.

**is\_active**boolean 

**raw**any
