sap-cloud-sdk-ai

Integrate SAP AI Core and orchestration into JavaScript/TypeScript and Java applications.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/dherbe-digital/nova-skills-collection --skill sap-cloud-sdk-ai-dherbe-digital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-cloud-sdk-ai
Source: https://github.com/dherbe-digital/nova-skills-collection/tree/main/plugins/sap/ai-ml/sap-cloud-sdk-ai/skills/sap-cloud-sdk-ai
Command: npx skills add https://github.com/dherbe-digital/nova-skills-collection --skill sap-cloud-sdk-ai-dherbe-digital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a cohesive integration layer for SAP Cloud SDK for AI, enabling seamless use of SAP AI Core, Generative AI Hub, Orchestration, and LangChain/Spring AI across JavaScript/TypeScript and Java applications.

Core Features & Use Cases

  • Unified API surface: Access orchestration, foundation models, document grounding, prompt registry, and MCP tools from a single SDK surface.
  • Multi-language support: Build AI-powered apps with Node.js/TypeScript and Java.
  • Framework integrations: Leverage LangChain, Spring AI, and MCP integrations to streamline agent workflows and tool calling.
  • Use Case: Rapidly compose intelligent assistants that surface model capabilities without reimplementing connectivity logic.

Quick Start

  • Install the JavaScript/TypeScript client: npm install @sap-ai-sdk/orchestration
  • Install the Java client: add Maven dependencies for com.sap.ai.sdk:orchestration and com.sap.ai.sdk:foundationmodels
  • Review the references for in-depth guides (orchestration-guide.md, foundation-models-guide.md)

Frequently Asked Questions about sap-cloud-sdk-ai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate SAP AI Core with a Java Spring AI application?

To integrate SAP AI Core with Java Spring AI, you add Maven dependencies for com.sap.ai.sdk:orchestration and com.sap.ai.sdk:foundationmodels. This SDK provides a unified API surface to access foundation models and orchestration within familiar frameworks.

Can I use LangChain with SAP AI Core in Node.js and TypeScript apps?

Yes, you can use LangChain with SAP AI Core in Node.js and TypeScript apps. Install the @sap-ai-sdk/orchestration npm package to leverage framework integrations that streamline agent workflows and tool calling.

What is the best way to access the SAP Generative AI Hub Orchestration service?

The best way to access SAP Generative AI Hub Orchestration is through this unified SDK layer. It enables developers to utilize orchestration, document grounding, and prompt registry features without manually implementing underlying connectivity logic.

Does the SAP Cloud SDK for AI support document grounding and prompt registry features?

Yes, the SAP Cloud SDK for AI supports document grounding and prompt registry features. Developers can access these capabilities alongside foundation models and MCP tools from a single SDK surface across JavaScript and Java applications.

How do I set up MCP tool calling in an SAP AI Core application?

To set up MCP tool calling in an SAP AI Core application, install the SDK via npm or Maven. The framework integrations streamline MCP tooling and agent workflows, guided by the references directory for installation and setup.

What are the limitations of using SAP Cloud SDK for AI across multiple languages?

The SAP Cloud SDK for AI requires standard dependencies for both JavaScript/TypeScript and Java environments. Developers must consult the provided references for installation guides and setup tutorials, as familiarity with these underlying frameworks is assumed.