7en.ai

Navigation

agent

Agent ObjectCreate AgentUpdate AgentDelete AgentList All Agents

api reference

IntroductionError handling

agent

Agent ObjectCreate AgentUpdate AgentDelete AgentList All Agents

api reference

IntroductionError handling
Home / API / Agent Object

Here is the json object structure and its description.

Attributes

id

integer

Unique identifier for the agent. Example: 169

owner

integer

ID of the user who owns the agent. Example: 21

name

string

Name of the agent. Example: "Innovated Agent"

description

string

Description of the agent's purpose. Example: "A new AI agent ready to be configured."

status

string

Current status of the agent. Example: "Active"

appearance

object

Visual appearance settings for the agent.

behavior

object

Behavior and interaction settings for the agent.

model

object

AI model configuration for the agent.

agentType

string

Type of agent. Example: "general_assistant"

systemPrompt

string

Custom system prompt for the agent. Example: "You are a helpful AI assistant. Be friendly, professional, and provide accurate information."

created_at

string

Timestamp when the agent was created. Example: "2025-08-04T11:18:38.934851Z"

updated_at

string

Timestamp when the agent was last updated. Example: "2025-08-05T07:38:35.903607Z"

Ready to transform your business?

Start building intelligent AI agents to engage with customers.

Create Agent →

Response

{
"status": "success",
"data": {
"id": 169,
"owner": 21,
"name": "Innovated Agent",
"description": "A new AI agent ready to be configured.",
"status": "Active",
"appearance": {
"avatar": {
"src": "",
"type": "default"
},
"position": "bottom-right",
"buttonText": "",
"fontFamily": "Inter",
"chatbotName": "Innovated Assistant",
"primaryColor": "#3b82f6",
"secondaryColor": "#ffffff",
"welcomeMessage": ""
},
"behavior": {
"guidelines": {
"dos": [],
"donts": []
},
"suggestions": [],
"showOnMobile": true,
"aiToAiHandoff": false,
"autoShowAfter": 30,
"expertHandoff": true,
"collectVisitorData": true,
"continuousLearning": false,
"conversationMemory": false,
"multilingualSupport": false
},
knowledge_sources: [],
"model": {
"temperature": 0.7,
"token_length": 16000,
"response_model": "gpt-3.5-turbo"
},
"agentType": "general_assistant",
"systemPrompt": "You are a helpful AI assistant. Be friendly, professional, and provide accurate information.",
"created_at": "2025-08-04T11:18:38.934851Z",
"updated_at": "2025-08-05T07:38:35.903607Z"
}
}