Box Developer Documentation

AI agent reference

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

The AI agent used to handle queries.

string
14031

The ID of an Agent. This can be a numeric ID for custom agents (for example, 14031) or a unique identifier for pre-built agents (for example, enhanced_extract_agent for the Enhanced Extract Agent).

string
ai_agent_id

The type of AI agent used to handle queries.

Value is always ai_agent_id

Response Example

{
  "id": "14031",
  "type": "ai_agent_id"
}