diff --git a/content/guides/tooling/sdks/index.md b/content/guides/tooling/sdks/index.md index e48e35b61..ed2c2f41a 100644 --- a/content/guides/tooling/sdks/index.md +++ b/content/guides/tooling/sdks/index.md @@ -37,7 +37,7 @@ these projects to full parity. ## Next generation SDKs -The latest generation Box Python SDK, Box Typescript +The latest generation Box Python SDK, Box TypeScript SDK, .NET SDK, and Swift SDK are designed to elevate the developer experience and streamline your integration with the Box Content Cloud. diff --git a/content/guides/tooling/sdks/node.md b/content/guides/tooling/sdks/node.md index a7facbf17..075e2e9d4 100644 --- a/content/guides/tooling/sdks/node.md +++ b/content/guides/tooling/sdks/node.md @@ -20,7 +20,7 @@ project. [Node SDK][node] is currently in maintenance mode and will be deprecated soon. This means only critical security updates and bug fixes will be implemented. - It is recommended to use the [auto-generated Typescript SDK][ts-gen]. + It is recommended to use the [auto-generated TypeScript SDK][ts-gen]. diff --git a/content/guides/tooling/sdks/typescript-gen.md b/content/guides/tooling/sdks/typescript-gen.md index 96127e203..4d5749ee6 100644 --- a/content/guides/tooling/sdks/typescript-gen.md +++ b/content/guides/tooling/sdks/typescript-gen.md @@ -13,16 +13,16 @@ alias_paths: [] # Install Typescript SDK (Generated) -You can use the **auto-generated** Box Typescript SDK to call Box APIs in a Typescript project. +You can use the **auto-generated** Box TypeScript SDK to call Box APIs in a TypeScript project. This [next generation SDK][next-gen] brings along new functionality to designed to elevate the developer experience and streamline your integration with the Box Content Cloud. - Learn more about auto-generated Typescript SDK on GitHub + Learn more about auto-generated TypeScript SDK on GitHub ## NPM installation -To install the Typescript SDK run the following command from your terminal +To install the TypeScript SDK run the following command from your terminal window or command prompt using the [Node Package Manager][npm]. ```shell diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml index 0f9e9464c..e9e6522ad 100644 --- a/content/microcopy/footer.yml +++ b/content/microcopy/footer.yml @@ -55,9 +55,9 @@ categories: links: ts_gen_sdk: - // text: Text for link to the Typescript SDK (Generated) - text: Typescript SDK (Generated) - // url: link to the Typescript SDK (Generated) + // text: Text for link to the TypeScript SDK (Generated) + text: TypeScript SDK (Generated) + // url: link to the TypeScript SDK (Generated) url: https://github.com/box/box-typescript-sdk-gen java_sdk: diff --git a/content/pages/ai-dev-zone/index.md b/content/pages/ai-dev-zone/index.md index 276fcdb2c..39a3371e6 100644 --- a/content/pages/ai-dev-zone/index.md +++ b/content/pages/ai-dev-zone/index.md @@ -6,7 +6,7 @@ centered: false # Box AI Developer Zone - +
Box AI
Developer Zone @@ -20,14 +20,12 @@ view sample code, explore Box AI use cases, and more! -
+
Try out interactive demos
-

- Box AI API is currently a beta feature. Bear in mind that - the available capabilities can change. -

- +Box AI API is currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus customers. + + Summarize a document in a selected tone of voice. @@ -44,40 +42,109 @@ view sample code, explore Box AI use cases, and more! Public beta -
- Box AI API documentation and support + Documentation and support

These resources will get you up and running with Box AI API.

- Check the API reference for specification details. + + Documentation - Browse the guides to learn how to use Box AI API. + + Documentation - Check table list of the supported AI models. + + Documentation - - Visit Box Developer Community for support. + Visit Box Developer Community for support and knowledge sharing. + + Community
+ + +
+ Box for AI Integrations +
+

+ Use Box for AI Integrations to extend LLM models' existing knowledge bases. +

+ + + + Enable access to Box content within LLM workflows with Box reader suite for LlamaIndex. + + New + + + Include Box content in your LLM workflows with Box loader for LangChain. + + New + + +
+ + +
+ Videos +
+ Watch the latest Box AI API tutorials and demos. + + + + Check out the high-level features of the Box AI API in one minute. + + + + See a demo of the Box AI API text generation endpoint. + + + + See a demo of the Box AI API document Q&A endpoint. + + + + Extract metadata with various prompt formats with Box AI API. + + + + Extract metadata with predefined structure with Box AI API. + + + + Learn why Box chose to expose Box AI through our public API. + + + + + + View all videos + +
diff --git a/content/pages/index.md b/content/pages/index.md index c602aab40..aa7ac4a56 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -35,40 +35,6 @@ All the developer resources to help you get the most from Box products - -
I'm new to Box Platform. How do I start? @@ -76,7 +42,7 @@ All the developer resources to help you get the most from Box products We got you covered! Follow these steps to build new applications and discover Box Platform capabilities. - + Box Platform covers many use cases @@ -95,28 +61,17 @@ All the developer resources to help you get the most from Box products Credentials, and App Token authentication. Learn more and select the method that applies to your app. - - Optionally, follow the Box CLI quickstart - guide to have an API testing space. It takes less than - five minutes to start developing! - - - We always recommend putting pen to paper and drawing out your solution. - Have a look at the most common architecture patterns to get inspired! - - Now, you can start building! Launch the Developer Console and create an application of your choice. - Read about the authorization requirements you have to fulfill to start using you app. - Finally, explore our developer toolkit: API Reference, SDKS, Box CLI, Postman Collection, Box UI Elements and much more! @@ -143,26 +98,30 @@ All the developer resources to help you get the most from Box products href="/reference/"> *Box API Reference* - + *box-python-sdk-gen* + + *box-java-sdk* - - *box-python-sdk* + + *box-typescript-sdk-gen* - - *box-node-js-sdk* + + *box-dotnet-sdk-gen* - - *box-windows-sdk-v2* - - *box-ios-sdk* + + *box-swift-sdk-gen* + *Box Postman Collection* @@ -184,42 +143,6 @@ All the developer resources to help you get the most from Box products - - diff --git a/content/pages/sdks-and-tools/index.md b/content/pages/sdks-and-tools/index.md index aa139f297..2fc27217d 100644 --- a/content/pages/sdks-and-tools/index.md +++ b/content/pages/sdks-and-tools/index.md @@ -19,7 +19,7 @@ The following SDKs and tools are developed and supported by Box. Here you will find a list of SDKs you can use to build your application. Separately, we have listed the next generation -Python, Typescript, and .NET SDKs, which are the +Python, TypeScript, and .NET SDKs, which are the newest addition. .NET is still a beta feature, but we encourage you to give it a try and explore all the @@ -42,7 +42,7 @@ these projects to full parity. ### Next generation SDKs -The latest generation Box Python SDK, Box Typescript +The latest generation Box Python SDK, Box TypeScript SDK, .NET SDK, and Swift SDK are designed to elevate the developer experience and streamline your integration with the Box Content Cloud.