Box AI Studio 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.
Box Python SDK Generated v1.11.0
released
Box Python SDK Generated v1.11.0
released
Bug Fixes
- Correct types of
paged
andthumb
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 ofitems
parameter fromList[AiItemBase]
toList[AiItemAsk]
increate_ai_ask
method (box/box-openapi#506) (#466) (29f0364
) - Update
/ai/extract_structured
response schema (box/box-codegen#641) (#459) (7c73cea
)
Box Dotnet SDK Generated v1.7.0
released
Box Dotnet SDK Generated v1.7.0
released
Bug Fixes
- Correct types of
paged
andthumb
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 fromIReadOnlyList<AiItemBase>
toIReadOnlyList<AiItemAsk>
in theAiAsk
class (box/box-codegen#656) (#397) (32b6d03
) - Update
/ai/extract_structured
response schema (box/box-codegen#641) (#391) (5f79a03
)
Box TypeScript SDK Generated v1.12.0
released
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 ofitems
property fromAiItemBase[]
toAiItemAsk[]
in theAiAsk
interface (box/box-codegen#656) (#507) (9f29d8c
) - Update
/ai/extract_structured
response schema (box/box-codegen#641) (#498) (502ac11
)
Box CLI v4.0.0
released
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
Box Doc Gen
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:
- Mark files as Doc Gen templates.
- Generate documents.
- Check status of the Box Doc Gen jobs
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.
Google PaLM
deprecation and removal
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.
Box Python SDK Generated v1.9.0
released
Box Python SDK Generated v1.9.0
released
Bug Fixes
New Features and Enhancements
- Add
ai_agent
info toAiResponse
(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
)