
Sap Cloud Sdk Ai
- Updated May 19, 2026
- AndreaFusar/https-github.com-secondsky-sap-skills
sap-cloud-sdk-ai is an agent skill that integrates SAP Cloud SDK for AI into JS/TS and Java apps on SAP BTP for chat, embeddings, orchestration, and framework bridges.
About
sap-cloud-sdk-ai is an agent skill for developers and small teams shipping AI features on SAP Business Technology Platform. It documents how to integrate SAP Cloud SDK for AI into JavaScript, TypeScript, or Java codebases that talk to SAP AI Core, Generative AI Hub, or the Orchestration Service. You reach for it when you need concrete patterns for chat completion, embeddings, streaming responses, tool-style function calling, and enterprise controls such as content filtering, data masking, and document grounding, plus prompt registry workflows. The skill also covers hooking the same capabilities into LangChain or Spring AI so you are not reinventing BTP auth and service endpoints in ad-hoc fetch calls. It is aimed at developers who already chose SAP’s managed AI path rather than calling public model APIs directly, and who want procedural steps an agent can follow while implementing backend or agent features.
- Chat completion, embeddings, streaming, and function calling against models via SAP AI Core and Generative AI Hub
- Orchestration Service patterns for content filtering, data masking, and document grounding
- Prompt registry usage and LangChain plus Spring AI integration paths
- Multi-model support including OpenAI GPT-4o, Llama, Gemini, and Amazon Nova on SAP BTP
- JavaScript/TypeScript and Java application guidance from plugin v2.2.0
Sap Cloud Sdk Ai by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add AndreaFusar/https-github.com-secondsky-sap-skills/plugin install sap-cloud-sdk-ai@sap-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 19, 2026 |
|---|---|
| Repository | AndreaFusar/https-github.com-secondsky-sap-skills ↗ |
What it does
Wire SAP AI Core, Generative AI Hub, and Orchestration into TypeScript/Java apps on BTP with chat, embeddings, streaming, and governance features.
Who is it for?
Best when you're adding generative AI to CAP-adjacent or standalone services already deployed or destined for SAP BTP.
Skip if: Skip if you're building only on non-SAP clouds with direct OpenAI keys and no BTP AI entitlements.
When should I use this skill?
Use when building applications with SAP AI Core, Generative AI Hub, or Orchestration Service and need SDK integration guidance.
What you get
Your agent can implement typed SDK integrations with masking, grounding, and registry patterns instead of guessing BTP AI service APIs.
- SDK-integrated service code paths for chat, embeddings, or orchestration
- Configuration notes for model selection and governance features
By the numbers
- Plugin version 2.2.0 documented in skill metadata
- Covers JavaScript/TypeScript and Java runtimes
Files
Integrates SAP Cloud SDK for AI into JavaScript/TypeScript and Java applications. Use when building applications with SAP AI Core, Generative AI Hub, or Orchestration Service. Covers chat completion, embedding, streaming, function calling, content filtering, data masking, document grounding, prompt registry, and LangChain/Spring AI integration. Supports OpenAI GPT-4o, Llama, Gemini, Amazon Nova, and other foundation models via SAP BTP.
sap-cloud-sdk-ai
Source: ./plugins/sap-cloud-sdk-ai
{ "name": "sap-cloud-sdk-ai", "source": "./plugins/sap-cloud-sdk-ai", "license": "GPL-3.0", "version": "2.2.0", "category": "ai", "keywords": [ "artificial intelligence", "btp", "cloud", "java", "javascript", "llm", "machine learning", "sap", "sap-cloud-sdk-ai", "sdk", "streaming", "typescript" ], "description": "Integrates SAP Cloud SDK for AI into JavaScript/TypeScript and Java applications. Use when building applications with SAP AI Core, Generative AI Hub, or Orchestration Service. Covers chat completion, embedding, streaming, function calling, content filtering, data masking, document grounding, prompt registry, and LangChain/Spring AI integration. Supports OpenAI GPT-4o, Llama, Gemini, Amazon Nova, and other foundation models via SAP BTP." }
Related skills
How it compares
Use as a BTP-specific integration skill, not as a generic prompt-engineering or local-model runner workflow.
FAQ
Who is sap-cloud-sdk-ai for?
Developers and small teams writing JavaScript, TypeScript, or Java services that must consume SAP-managed foundation models and orchestration on BTP.
When should I use sap-cloud-sdk-ai?
During Build integrations when you add chat, embeddings, streaming, function calling, or LangChain/Spring AI hooks to apps using SAP AI Core, Generative AI Hub, or Orchestration Service.
Is sap-cloud-sdk-ai safe to install?
Review the Security Audits panel on this Prism page and treat network and secret-handling code as sensitive before pointing agents at production BTP subaccounts.