Back to monitors
Additive AI classification

Box AI now supports Hub-wide searches; Sign requests add flow type fields

The AI ask endpoint now supports querying entire Box Hubs by passing type: "hubs" as a single item, enabling AI to search across all indexed content in a Hub. Additionally, the Sign request schema adds two new fields: request_flow (type of sign request, either standard or cfr11), and two new fields on signer inputs (reason and is_validated) applicable to cfr11 flows. All new fields are optional and backwards-compatible.

Alert history

  • Additive

    Box AI now supports Hub-wide searches; Sign requests add flow type fields

    The AI ask endpoint now supports querying entire Box Hubs by passing type: "hubs" as a single item, enabling AI to search across all indexed content in a Hub. Additionally, the Sign request schema adds two new fields: request_flow (type of sign request, either standard or cfr11), and two new fields on signer inputs (reason and is_validated) applicable to cfr11 flows. All new fields are optional and backwards-compatible.

  • Additive

    Add new event types and AI schema updates to Box API

    The Box API added 21 new event type enum values (e.g., COMMENT_EDIT, FAVORITE, FILE_REQUEST_CREATE, WORKFLOW_AUTOMATION_CREATE) to the Events API, and introduced new AI extraction schema objects (AiExtractFieldOption, AiTaxonomyReference, AiTaxonomyFileReference, AiTaxonomySource) plus increased the AI text size limit from 1MB to 2MB. These changes are purely additive—existing integrations continue to work, and new features are available to clients that opt into using them.

  • Additive

    Add optional error_code field to sign request responses

    Added a new optional read-only error_code field to sign request responses that identifies specific error reasons when the sign request is in an error state. This is purely additive and does not break existing clients.

  • Additive

    Add "error" sign request status enum value

    A new enum value "error" has been added to the sign request status field. This is additive and will not break existing integrations, as clients can handle this new status code the same way they handle other status values, though they should update their logic to properly interpret this new state when it is returned.

  • Additive

    Add 46 new event types to audit log enum

    Added 46 new event type values to the audit log events enum, including AI security detection, annotation, collection management, content recovery, multi-factor auth, external collaboration, group admin, item association, OAuth2, Shield access policies, and information barrier events. This is a pure addition that extends available event types for monitoring and logging without removing or changing existing values.