Box Developer Documentation
Changelog
  • All
  • New features
  • Impactful changes
  • API
  • Java
  • Windows
  • Python
  • Node
  • CLI
  • iOS
  • UI Elements
Unread

Box AI Studio API

Feature Impactful API

Box AI Studio API

We are excited to announce that Box AI Studio API is now available to all Enterprise Advanced customers. Box AI Studio allows you to build and manage custom AI agents to best suit your business needs. For example, you can create an AI agent that acts as a compliance consultant, answering questions regarding customer documentation with specific compliance rules in mind.

Box AI Studio API allows you to:

  • List all AI agents
  • Get AI agent details
  • Create a new AI agent
  • Update existing AI agent
  • Delete an AI agent

Check the Box AI Studio API developer guide to learn more about this feature and check the API Reference for details.

Where to get support

Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.

Unread

Box Python SDK Generated v1.11.1 released

SDKs Python GitHub

Box Python SDK Generated v1.11.1 released

Bug Fixes

Unread

Box Python SDK Generated v1.11.0 released

Feature SDKs Python GitHub

Box Python SDK Generated v1.11.0 released

Bug Fixes

  • Correct types of paged and thumb properties in File representation (box/box-openapi#503) (#451) (e818fa6)

New Features and Enhancements

  • Add Box Sign shared requests (box/box-openapi#504) (#453) (3590918)
  • feat: Add hubs support to /ai/ask. Replace type of items parameter from List[AiItemBase] to List[AiItemAsk] in create_ai_ask method (box/box-openapi#506) (#466) (29f0364)
  • Update /ai/extract_structured response schema (box/box-codegen#641) (#459) (7c73cea)
Unread

Box Dotnet SDK Generated v1.7.0 released

Feature SDKs dotnet GitHub

Box Dotnet SDK Generated v1.7.0 released

Bug Fixes

  • Correct types of paged and thumb properties in File representation (box/box-openapi#503) (#383) (d6995ad)
  • Prevent Authentication header from being passed during cross-origin redirects (box/box-codegen#648) (#382) (a64d373)

New Features and Enhancements

  • Add Box Sign shared requests (box/box-openapi#504) (#384) (d563886)
  • feat: Add hubs support to /ai/ask. Replace type of Items property from IReadOnlyList<AiItemBase> to IReadOnlyList<AiItemAsk> in the AiAsk class (box/box-codegen#656) (#397) (32b6d03)
  • Update /ai/extract_structured response schema (box/box-codegen#641) (#391) (5f79a03)
Unread

Box TypeScript SDK Generated v1.12.0 released

Feature SDKs typescript GitHub

Box TypeScript SDK Generated v1.12.0 released

New Features and Enhancements

  • Add Box Sign shared requests (box/box-openapi#504) (#491) (e90255c)
  • feat: Add hubs support to /ai/ask. Replace type of items property from AiItemBase[] to AiItemAsk[] in the AiAsk interface (box/box-codegen#656) (#507) (9f29d8c)
  • Update /ai/extract_structured response schema (box/box-codegen#641) (#498) (502ac11)
Unread

Box CLI v4.0.0 released

Feature Impactful CLI GitHub

Box CLI v4.0.0 released

⚠ BREAKING CHANGES

  • Drop support old Node version and integrate typescript SDK (#548)

New Features and Enhancements

  • Drop support old Node version and integrate typescript SDK (#548) (22179ec)
  • Incognito browser option for box login (#561) (a666766)
  • Replace @oclif/command to @oclif/core library (#553) (aed470b)

Bug Fixes

  • Respect using environment defaultAsUserId for CCG Auth and OAuth (#554) (b3a691e)
Unread

Box Java SDK v4.14.0 released

Feature SDKs Java GitHub

Box Java SDK v4.14.0 released

New Features and Enhancements

  • Support downloading file from shared link (#1282) (9b7f28b)

Bug Fixes

  • Remove sensitive data when BoxAPIException logs request (#1284) (f1e226f)
  • Support creating ongoing Legal Hold policy with start date (#1281) (d9564e2)
Unread

Box Doc Gen

Feature Impactful guides API

Box Doc Gen

We are excited to announce that Box Doc Gen is now available to all Enterprise Advanced customers.

Box Doc Gen allows you to generate various business documents based on Box Doc Gen templates uploaded to Box, with data fields that can be dynamically filled using Box Doc Gen API.

Box Doc Gen functionality allows you to:

Check the Box Doc Gen developer guides to learn more about Box Doc Gen and check the API Reference for Box Doc Gen API details.

Where to get support

Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.

Unread

Google PaLM deprecation and removal

Impactful ai

Google PaLM deprecation and removal

Google Pathways Language Models (PaLM) are being deprecated by Google.

As a result, the following models will be removed from Box AI on 2025-01-17

  • text_bison
  • text_bison_32k
  • text_unicorn
  • google_text_embedding_gecko*

If you are using one of these models via agent override, check our list of supported models here.

Unread

Box Python SDK Generated v1.9.0 released

Feature SDKs Python GitHub

Box Python SDK Generated v1.9.0 released

Bug Fixes

  • Remove unused parameter from SignRequest (box/box-openapi#489) (#411) (578d9b4)

New Features and Enhancements

  • Add ai_agent info to AiResponse (box/box-openapi#485) (#402) (351a5b8)
  • Add support for replacing the network client implementation (box/box-codegen#629) (#415) (fb118dd)
  • Allow for customizing retry strategy (box/box-codegen#635) (#418) (8dfb3ed)
  • Support optional userId parameter for updating files, folders and web links (box/box-openapi#488) (#406) (d9cff4c)
  • Support webhook message validation (box/box-codegen#631) (#416) (0fec20b)