You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/api-calls/api-versioning-strategy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ For details on possible errors, see [versioning errors](g://api-calls/permission
110
110
111
111
## How Box SDK versioning works
112
112
113
-
The versioning strategy applies only to [next generation generated SDKs](page://sdks-and-tools/#next-generation-sdks).
113
+
The versioning strategy applies only to [generated SDKs](page://sdks-and-tools/#next-generation-sdks).
114
114
115
115
Box SDKs support the **All Versions In** SDK approach.
116
116
This means that every release of SDK provides access to all endpoints in any version which is currently live. All generated SDKs use manager's approach - they group all endpoints with the same domain in one manager.
The **AWS Claude Haiku 4.5** model is optimized for high-volume, low-latency applications. It provides strong coding performance with improved speed and cost efficiency compared to larger models.
13
+
14
+
## Model details
15
+
16
+
| Item | Value | Description |
17
+
| ----- | ----- | ----------- |
18
+
| Model name |**AWS Claude Haiku 4.5**| The name of the model. |
19
+
| Model category |**Standard**| The category of the model: Standard or Premium. |
20
+
| API model name |`aws__claude_4_5_haiku`| The name of the model that is used in the [Box AI API for model overrides][overrides]. The user must provide this exact name for the API to work. |
21
+
| Hosting layer |**Amazon Web Services (AWS)**| The trusted organization that securely hosts LLM. |
22
+
| Model provider |**Anthropic**| The organization that provides this model. |
23
+
| Release date |**October 15th, 2025**| The release date for the model. |
24
+
| Knowledge cutoff date |**February 2025**| The date after which the model does not get any information updates. |
25
+
| Input context window |**200k tokens**| The number of tokens supported by the input context window. |
26
+
| Maximum output tokens |**64k tokens**| The number of tokens that can be generated by the model in a single request.|
27
+
| Empirical throughput|**Not specified**| The number of tokens the model can generate per second. |
28
+
| Open source |**No**| Specifies if the model's code is available for public use.|
29
+
30
+
## Additional documentation
31
+
32
+
For additional information, see [official AWS Claude Haiku 4.5 documentation][aws-claude].
Copy file name to clipboardExpand all lines: content/guides/box-ai/ai-models/aws-claude-4-5-sonnet-model-card.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
-
rank: 29
2
+
rank: 28
3
3
related_guides:
4
4
- box-ai/ai-tutorials/ask-questions
5
5
- box-ai/ai-tutorials/generate-text
6
6
- box-ai/ai-tutorials/extract-metadata
7
7
- box-ai/ai-tutorials/extract-metadata-structured
8
8
- box-ai/ai-agents/get-agent-default-config
9
9
---
10
-
# AWS Claude 4.5 Sonnet
10
+
# AWS Claude Sonnet 4.5
11
11
12
-
**AWS Claude 4.5 Sonnet** model is a high-performance model designed for building complex agents, delivering leading coding capabilities and executing across development tasks. It excels at autonomously planning and executing complex, multi-step workflows and is particularly effective in areas like finance, research, and cybersecurity.
12
+
The **AWS Claude Sonnet 4.5** model is a high-performance model designed for building complex agents, delivering leading coding capabilities, and executing across development tasks. It excels at autonomously planning and executing complex, multi-step workflows and is particularly effective in areas like finance, research, and cybersecurity.
13
13
14
14
## Model details
15
15
16
16
| Item | Value | Description |
17
17
| ----- | ----- | ----------- |
18
-
| Model name |**AWS Claude 4.5 Sonnet**| The name of the model. |
18
+
| Model name |**AWS Claude Sonnet 4.5**| The name of the model. |
19
19
| Model category |**Premium**| The category of the model: Standard or Premium. |
20
20
| API model name |`aws__claude_4_5_sonnet`| The name of the model that is used in the [Box AI API for model overrides][overrides]. The user must provide this exact name for the API to work. |
21
21
| Hosting layer |**Amazon Web Services (AWS)**| The trusted organization that securely hosts LLM. |
@@ -29,7 +29,7 @@ related_guides:
29
29
30
30
## Additional documentation
31
31
32
-
For additional information, see [official AWS Claude 4.5 Sonnet documentation][aws-claude].
32
+
For additional information, see [official AWS Claude Sonnet 4.5 documentation][aws-claude].
Copy file name to clipboardExpand all lines: content/guides/box-mcp/remote/index.md
+58-6Lines changed: 58 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,18 +117,70 @@ When you use Box AI in third-party applications, you can achieve the best experi
117
117
118
118
## Available tools
119
119
120
-
Remote Box MCP server includes several tools you can use:
120
+
The remote Box MCP server provides access to a comprehensive set of tools that enable AI agents to interact with Box content and features. These tools are organized by functional category to help you quickly identify the right capabilities for your use case.
121
+
122
+
### User and authentication
123
+
124
+
Manage user authentication and retrieve information about the authenticated user.
121
125
122
126
| Tool | Description|
123
-
|--------|--------|
127
+
|----|----------|
124
128
|`who_am_i`| Returns detailed information about the currently authenticated Box user.|
125
-
|`get_file_content`| Returns content of a file stored in Box |
126
-
|`search_folders_by_name`| Searches for folders within Box by name using keyword matching.|
129
+
130
+
### Content Management
131
+
132
+
Manage files and folders, perform searches, and handle content operations across your Box environment.
133
+
134
+
#### File operations
135
+
136
+
| Tool | Description|
137
+
| ---- | ---------- |
138
+
|`get_file_content`| Returns the content of a file stored in Box. |
139
+
|`get_file_details`| Gets comprehensive file information from Box including metadata, permissions, and version details. |
140
+
|`upload_file`| Uploads a new file to Box. |
141
+
|`upload_file_version`| Uploads a new file version by providing the entire file contents to update an existing file in Box. |
142
+
143
+
#### Folder operations
144
+
145
+
| Tool | Description|
146
+
| ---- | ---------- |
147
+
|`create_folder`| Creates a new folder in Box. |
148
+
|`get_folder_details`| Retrieves comprehensive folder information including metadata, permissions, and collaboration settings. |
127
149
|`list_folder_content_by_folder_id`| Lists files, folders, and web links in a folder. |
150
+
151
+
#### Search
152
+
153
+
| Tool | Description|
154
+
| ---- | ---------- |
128
155
|`search_files_keyword`| Searches for files using keywords. Supports metadata filters, file extension filtering, and field selection.|
129
-
|`search_files_metadata`| Searches for files using SQL-like metadata queries. Supports complex filtering with parameters, field selection, and folder scoping.|
156
+
|`search_folders_by_name`| Searches for folders within Box by name using keyword matching.|
157
+
158
+
### Box AI
159
+
160
+
Use AI-powered tools to ask questions, extract insights, and analyze content across files and hubs.
161
+
162
+
| Tool | Description|
163
+
| ---- | ---------- |
164
+
|`ai_qa_hub`| Asks a question to a Box Hub using Box AI.|
130
165
|`ai_qa_single_file`| Asks a question to a single file using Box AI.|
131
166
|`ai_qa_multi_file`| Asks a question to multiple files using Box AI.|
132
-
|`ai_qa_hub`| Asks a question to a Box Hub using Box AI.|
133
167
|`ai_extract_freeform`| Extracts metadata from files using Box AI in freeform format without requiring predefined template structures.|
134
168
|`ai_extract_structured`| Extracts structured metadata from files using Box AI based on either custom fields definition or an existing metadata template.|
169
+
170
+
### Collaboration
171
+
172
+
Enable team collaboration through comments, shared links, and collaboration management tools.
173
+
174
+
| Tool | Description|
175
+
| ---- | ---------- |
176
+
|`list_tasks`| Lists all tasks associated with a specific file, including status, message, and due dates. |
177
+
178
+
### Hubs
179
+
180
+
Create and manage Box Hubs for organizing collaborative content and resources around specific topics or projects.
181
+
182
+
| Tool | Description|
183
+
| ---- | ---------- |
184
+
|`get_hub_details`| Retrieves detailed information about a specific hub. |
185
+
|`get_hub_items`| Gets items (files and folders) associated with a specific hub. |
186
+
|`list_hubs`| Lists all hubs accessible to the authenticated user. |
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/dotnet-gen.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ alias_paths: []
15
15
16
16
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes.
17
17
18
-
All future development, including new features and updates for the Next Generation SDKs, will be delivered through Box core SDKs starting with version `v10`. Currently, `v10` is available as a separate [branch][branch].
19
-
20
-
For more details, see our [SDK versioning strategy document][versioning].
18
+
All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate [branch][sdk-branch].
21
19
</Message>
22
20
23
-
Check the [migration guide][migration] to learn how to switch from Box Next Generation SDK to Box core SDK `v10`.
21
+
Check the [migration guide][migration] to learn how to switch from the Box Next Generation SDK to the Box core SDK `v10`.
22
+
23
+
For more details, see our [SDK versioning strategy document][versioning].
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/index.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,17 +65,18 @@ Refer to [this][android-docs] documentation for more details.
65
65
66
66
In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package for each programming language. This makes migration efforts much easier and allows seamless additions of new capabilities to existing applications still powered by Box core SDKs, which were maintained manually.
67
67
68
-
All future development, including new features and updates for the Next Generation SDKs, will be delivered through Box core SDKs starting with version `v10`. Currently, `v10`is available as a separate branch.
68
+
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.**
69
69
70
70
For more details, see our [SDK versioning strategy document][versioning].
71
71
</Message>
72
72
73
-
The latest generation Box Python SDK, Box TypeScript
74
-
SDK, Box .NET SDK, and Box Swift SDK are designed to elevate the developer
73
+
`v10` of Python SDK, Box TypeScript
74
+
SDK, Box .NET SDK, Box Java SDK, and Box Swift SDK are designed
75
+
to elevate the developer
75
76
experience and streamline your integration
76
77
with Box Content Cloud.
77
78
78
-
Here's what you can expect from the new SDKs:
79
+
Here's what you can expect from `v10`:
79
80
80
81
-**Full API support**: New Box SDKs empower developers with complete coverage of the Box API ecosystem. You can access all the latest features and functionalities offered by Box and build feature-rich applications.
81
82
-**Rapid API updates**: The new auto-generation development approach allows you to add Box APIs to SDKs at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay.
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/java-gen.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ alias_paths: []
15
15
16
16
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes.
17
17
18
-
All future development, including new features and updates for the Next Generation SDKs, will be delivered through Box core SDKs starting with version `v10`. Currently, `v10` is available as a separate [branch][branch].
19
-
20
-
For more details, see our [SDK versioning strategy document][versioning].
18
+
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate [branch][sdk-branch].**
21
19
</Message>
22
20
23
-
Check the [migration guide][migration] to learn how to switch from Box Next Generation SDK to Box core SDK `v10`.
21
+
Check the [migration guide][migration] to learn how to switch from the Box Next Generation SDK to the Box core SDK `v10`.
22
+
23
+
For more details, see our [SDK versioning strategy document][versioning].
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/python-gen.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,14 @@ alias_paths: []
14
14
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts.
15
15
16
16
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes.
17
-
18
-
All future development, including new features and updates for the Next Generation SDKs, will be delivered through Box core SDKs starting with version `v10`. Currently, `v10` is available as a separate branch.
19
17
20
-
For more details, see our [SDK versioning strategy document][versioning].
18
+
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate [branch][sdk-branch].**
21
19
</Message>
22
20
23
-
Check the [migration guide][migration] to learn how to switch from Box Next Generation SDK to Box core SDK `v10`.
21
+
Check the [migration guide][migration] to learn how to switch from the Box Next Generation SDK to the Box core SDK `v10`.
22
+
23
+
For more details, see our [SDK versioning strategy document][versioning].
0 commit comments