Skip to content

Commit 3ea84cb

Browse files
authored
Merge branch 'main' into DDOC-1105-teams-integration-mappings
2 parents 8bf0010 + 760e4ac commit 3ea84cb

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

content/guides/tooling/sdks/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Here's what you can expect from the new SDKs:
5353
- **Embedded Documentation**: All objects and parameters are documented directly in the source code of the SDK so all the necessary information is stored in one place.
5454
- **Enhanced Convenience Methods**: The newly introduced convenience methods cover various aspects such as authentication, chunk uploads, exponential back-offs, automatic retries, type checkers which help to ensure that you’re using variables correctly, and much more.
5555

56+
Find the Box Platform SDK in a programming language of your choice and get started:
57+
5658
| Platform | Maintained? | API Parity |
5759
| ----------------------------------- | ----------- | ---------- |
5860
| [Python Gen SDK][pythongensdk] | Yes | Full |

content/pages/ai-dev-zone/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ view sample code, explore Box AI use cases, and more!
9090
</p>
9191

9292
<TileGrid rows="4">
93+
<Tile type="box-brown" title="Box MCP server"
94+
href="https://github.com/box-community/mcp-server-box?tab=readme-ov-file#mcp-server-box">
95+
Allow AI assistants to access enterprise content management capabilities with minimal friction, opening up new possibilities for intelligent document handling and analysis.
96+
97+
<div>
98+
<strong style="background-color: #92e0c0">New</strong>
99+
<strong style="background-color: #e8e8e8">MCP</strong>
100+
</div>
101+
</Tile>
93102
<Tile type="box-brown" title="LlamaIndex"
94103
href="https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-box#readme">
95104
Enable access to Box content within LLM workflows with Box reader suite for LlamaIndex.
@@ -108,6 +117,15 @@ view sample code, explore Box AI use cases, and more!
108117

109118
<strong style="background-color: #e8e8e8">Integration</strong>
110119
</Tile>
120+
<Tile type="box-brown" title="Airbyte"
121+
href="https://github.com/box-community/airbyte/blob/barduinor/source-box-devrel/docs/integrations/sources/box-data-extract.md">
122+
Transform unstructured documents into structured, queryable data by using the “Box data extract”, an Airbyte source connector.
123+
124+
<div>
125+
<strong style="background-color: #92e0c0">Beta</strong>
126+
<strong style="background-color: #e8e8e8">Integration</strong>
127+
</div>
128+
</Tile>
111129
</TileGrid>
112130
</Centered>
113131

content/pages/sdks-and-tools/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Here's what you can expect from the new SDKs:
5858
- **Embedded Documentation**: All objects and parameters are documented directly in the source code of the SDK so all the necessary information is stored in one place.
5959
- **Enhanced Convenience Methods**: The newly introduced convenience methods cover various aspects such as authentication, chunk uploads, exponential back-offs, automatic retries, type checkers which help to ensure that you’re using variables correctly, and much more.
6060

61+
Find the Box Platform SDK in a programming language of your choice and get started:
62+
6163
| Platform | Maintained? | API Parity |
6264
| ----------------------------------- | ----------- | ---------- |
6365
| [Python Gen SDK][pythongensdk] | Yes | Full |

0 commit comments

Comments
 (0)