Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

AI studio changelog #464

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions content/2025/02-18-ai-studio-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
applied_at: "2025-02-18"
applies_to:
- api
is_impactful: false
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ''
---

# 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/
Loading