Join us on May 20th for the Content + AI Virtual Summit. Register now
{
"id": "1234567890",
"origin": "CUSTOM",
"name": "This is my Agent",
"access_state": "enabled",
"type": "ai_agent",
"created_at": "2022-01-01T00:00:00Z",
"modified_at": "2022-01-01T00:00:00Z",
"icon_reference": "https://cdn01.boxcdn.net/app-assets/aistudio/avatars/logo_analytics.svg",
"allowed_entities": [
{
"id": "11446498",
"type": "user"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Standard representation of an AI Agent instance.
The unique identifier of the AI Agent.
"1234567890"
The provider of the AI Agent.
"CUSTOM"
The name of the AI Agent.
"This is my Agent"
The state of the AI Agent. Possible values are: enabled, disabled, and enabled_for_selected_users.
"enabled"
The type of agent used to handle queries.
ai_agent "ai_agent"
The user who created this agent.
Show child attributes
The ISO date-time formatted timestamp of when this AI agent was created.
"2022-01-01T00:00:00Z"
The user who most recently modified this agent.
Show child attributes
The ISO date-time formatted timestamp of when this AI agent was recently modified.
"2022-01-01T00:00:00Z"
The icon reference of the AI Agent.
1"https://cdn01.boxcdn.net/app-assets/aistudio/avatars/logo_analytics.svg"
List of allowed users or groups.
A mini representation of a user, used when nested within another resource.
Show child attributes
Was this page helpful?