Standard representation of an AI Agent instance.
1234567890
The unique identifier of the AI Agent.
ai_agent
The type of agent used to handle queries.
Value is always ai_agent
enabled
The state of the AI Agent. Possible values are: enabled
, disabled
, and enabled_for_selected_users
.
List of allowed users or groups.
2022-01-01T00:00:00Z
The ISO date-time formatted timestamp of when this AI agent was created.
The user who created this agent.
https://cdn01.boxcdn.net/app-assets/aistudio/avatars/logo_analytics.svg
The icon reference of the AI Agent.
2022-01-01T00:00:00Z
The ISO date-time formatted timestamp of when this AI agent was recently modified.
The user who most recently modified this agent.
This is my Agent
The name of the AI Agent.
CUSTOM
The provider of the AI Agent.
{
"id": "1234567890",
"type": "ai_agent",
"access_state": "enabled",
"allowed_entities": [
{
"id": "11446498",
"type": "user"
}
],
"created_at": "2022-01-01T00:00:00Z",
"created_by": {
"id": "11446498",
"type": "user"
},
"icon_reference": "https://cdn01.boxcdn.net/app-assets/aistudio/avatars/logo_analytics.svg",
"modified_at": "2022-01-01T00:00:00Z",
"modified_by": {
"id": "11446498",
"type": "user"
},
"name": "This is my Agent",
"origin": "CUSTOM"
}