-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'DDOC-1220-ai-studio' of github.com:box/box-developer-ch…
…angelog into staging
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
applied_at: '2025-02-18' | ||
applies_to: | ||
- api | ||
is_impactful: false | ||
is_new_feature: true | ||
collapse: true | ||
show_excerpt: true | ||
--- | ||
|
||
# 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][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. | ||
|
||
<!-- more --> | ||
|
||
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][guide] to learn more about this feature and check the [API Reference][reference] for details. | ||
|
||
## Where to get support | ||
|
||
Should you have any issues or need further guidance, please post a request to our [developer forum][community] for any help needed. | ||
|
||
[ai-studio]: https://support.box.com/hc/en-us/articles/37228079461267-Enabling-Box-AI-Studio-and-Managing-Agents | ||
[community]: https://community.box.com/ | ||
[guide]: https://developer.box.com/guides/ai-studio/getting-started-ai-studio | ||
[reference]: https://developer.box.com/reference/get-ai-agents/ |