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
)