mcpbeat Sign in

Sap Btp Cloud Platform Agent Skill

Comprehensive SAP Business Technology Platform (BTP) reference for cloud development, deployment, and operations. Use when setting up BTP accounts, working with Cloud Foundry environment, deploying to Kyma (Kubernetes, serverless), developing in ABAP environment (RAP, CDS), managing entitlements and quotas, configuring identity providers (XSUAA), using btp CLI or CF CLI, deploying multi-target applications (MTA), setting up connectivity (destinations, Cloud Connector), implementing CI/CD pipelines, extending SAP solutions, or troubleshooting BTP services. Covers all three runtime environments.

37k tokens
context cost
the whole folder, loaded on every use
16
files
instructions only
0
copies elsewhere
how many repositories repackaged it
398
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/secondsky/sap-skills --skill sap-btp-cloud-platform

What comes with it

131 711 bytes besides the instruction
README.md
agents/openai.yaml
references/abap.md
references/administration.md
references/cloud-foundry.md
references/connectivity.md
references/development.md
references/extensions.md
references/glossary.md
references/kyma.md
references/operations.md
references/regions-endpoints.md
references/security.md
references/tools.md
references/troubleshooting.md

The instruction itself

65 sections, as written by the author

SAP BTP Cloud Platform

  • sap-btp-best-practices: Use for architectural best practices, account setup guidance, and production deployment patterns
  • sap-cap-capire: Use for CAP application development on BTP Cloud Foundry or Kyma environments
  • sap-fiori-tools: Use for deploying Fiori applications to BTP or configuring BTP destinations
  • sap-ai-core: Use when implementing AI/ML workloads on BTP or setting up AI services
  • sap-abap: Use when working with ABAP Environment on BTP or extending S/4HANA Cloud
  • sap-btp-connectivity: Use for setting up secure connections to on-premise systems via Cloud Connector
  • sap-btp-service-manager: Use for programmatic service instance management on BTP

When to Use This Skill

Use this skill when setting up or operating SAP BTP accounts, directories, subaccounts, Cloud Foundry, Kyma, ABAP Environment, entitlements, quotas, role collections, CLI tooling, MTA deployments, connectivity, CI/CD, extensions, or platform troubleshooting.

Quick Start

  • Identify the target commercial account type, region, and subaccount.
  • Enable the runtime environment: Cloud Foundry, Kyma, ABAP Environment, or trial/free tier.
  • Configure identity, roles, entitlements, and quotas before deploying workloads.
  • Use btp and cf CLI examples in Tools for repeatable setup.
  • Switch to related skills for implementation depth: sap-cap-capire, sap-fiori-tools, sap-btp-connectivity, or sap-btp-service-manager.

Comprehensive reference for SAP Business Technology Platform covering all runtime environments, account management, security, and operations.

Documentation Source: https://github.com/SAP-docs/sap-btp-cloud-platform

SAP Help Portal: https://help.sap.com/docs/btp

SAP Discovery Center: https://discovery-center.cloud.sap/

Table of Contents

  • 1. Platform Overview
  • 2. Account Model
  • 3. Environments
  • 4. Commercial Models
  • 5. Entitlements and Quotas
  • 6. Regions and Infrastructure
  • 7. User Management
  • 8. Tools
  • 9. Security Essentials
  • 10. Connectivity
  • 11. Development Patterns
  • 12. CI/CD
  • 13. Extensions
  • 14. High Availability and Resilience
  • 15. Operations and Monitoring
  • 16. Support
  • Bundled Resources
  • Source Documentation

1. Platform Overview

SAP BTP integrates five technology portfolios: Application Development, Process Automation, Integration, Data & Analytics, and AI. Provides suite qualities: SAP Fiori UX, Cloud Identity Services, Master Data Integration, embedded analytics, SAP Task Center, and SAP Cloud ALM.


2. Account Model

Hierarchy

Global Account → Directory (optional) → Subaccount (region-specific)
                                    ↓ CF: Org → Spaces
                                    ↓ Kyma: Cluster → Namespaces
                                    ↓ ABAP: System instance

Key Entities

  • Global Account: Contract with SAP, region-independent, manages entitlements
  • Directory: Organizational container, up to 7 levels, optional entitlement management
  • Subaccount: Region-specific deployment target hosting apps and services
  • Labels: Metadata tags (up to 10 values per label)

Account Types

  • Trial: 90-day free exploration (4GB memory, 10 routes, 40 services, daily stops)
  • Enterprise: Production use based on commercial contract
  • Free Tier: Long-term testing with service-specific limits, no SLA

3. Environments

SAP BTP offers four runtime environments at the subaccount level:

Cloud Foundry Environment

Open PaaS with polyglot support. Features: multiple buildpacks (Java, Node.js, Python, Go, PHP), spaces for separation, auto-scaling, SAP HANA integration.

cf login -a https://api.cf.<region>.hana.ondemand.com
cf push my-app
cf bind-service my-app my-service-instance

Structure: Subaccount → Org (1:1) → Spaces

Kyma Environment

Managed Kubernetes runtime based on open-source Kyma.

  • Default Modules: istio (service mesh), api-gateway, btp-operator
  • Optional Modules: serverless, eventing, application-connector, telemetry, keda

Structure: Subaccount → Cluster (1:1) → Namespaces

ABAP Environment

Cloud ABAP development with RAP, CDS, SAP Fiori integration, ADT, 1:1 SAP HANA database per system.

Use Cases: Extend S/4HANA Cloud, build new cloud applications, transform ABAP custom code

Neo Environment

Status: Sunsetting December 31, 2028. Recommendation: Migrate to CF/Kyma.


4. Commercial Models

Consumption-Based

Access all eligible services with flexible usage. Flavors: SAP BTPEA, CPEA, Pay-As-You-Go. Benefits: Switch services on/off, access current and future services.

Subscription-Based

Fixed cost for selected services, pay irrespective of consumption. Additional services require contract modification.

Best Practice: Use consumption-based for pilots, subscription for stable workloads.

5. Entitlements and Quotas

Definitions

  • Entitlement: Right to provision and consume a service plan
  • Quota: Numeric quantity of consumption allowed
  • Service Plan: Variant of a service (e.g., t-shirt sizes)

Quota Types

  • Fixed: Upper limit (subscription model)
  • Unlimited: No limit, billed by usage (consumption model)

Distribution Flow

Global Account → Directory (reserves) → Subaccount (consumes) → CF Space (optional)


6. Regions and Infrastructure

Region Providers

| Provider | Examples |

|----------|----------|

| SAP | eu10, us10, ap10 |

| AWS | eu10, us10, ap10, ap11, ap12 |

| Azure | eu20, us20, ap20, jp20 |

| Google Cloud | us30, in30 |

| Alibaba Cloud | cn40 |

Key Considerations

  • Each subaccount assigned to exactly one region
  • Multi-region requires separate deployments
  • EU Access available in specific regions for compliance
  • API endpoints vary by region instance

Availability Zones

Multi-AZ deployment for high availability:

  • Isolated power, network, cooling
  • Automatic failover within region
  • Both CF and Kyma support multi-AZ

7. User Management

User Types

| Type | Description | Example |

|------|-------------|---------|

| Platform Users | Manage BTP infrastructure | Developers, administrators |

| Business Users | Use deployed applications | End users, customers |

Identity Providers

| Provider | Use Case |

|----------|----------|

| SAP ID Service | Default, SAP community users |

| SAP Cloud Identity Services | Recommended for production |

| Corporate IdP | Via Identity Authentication proxy |

Authorization Flow

Identity Provider
    ↓
SAP BTP (Shadow Users)
    ↓
Role Collections
    ↓
Application/Service Access

8. Tools

Key Tools Overview

  • Administration: SAP BTP Cockpit (web), btp CLI (automation), REST APIs, Terraform, SAP Automation Pilot
  • Development: SAP Business Application Studio (VS Code-based), SAP Build (low-code), SAP Cloud SDK (Java/JS), ADT for Eclipse (ABAP)
  • Kubernetes/Kyma: kubectl, kubelogin (OIDC), Helm, Pack (buildpacks), Docker Desktop

Essential CLI Commands

# btp CLI
btp login --url https://cpcli.cf.<region>.hana.ondemand.com
btp list accounts/subaccount
btp create accounts/subaccount --display-name "Dev"
btp assign security/role-collection "Subaccount Administrator" --to-user [email protected]

# CF CLI
cf login -a https://api.cf.<region>.hana.ondemand.com
cf target -o my-org -s my-space
cf push my-app
cf bind-service my-app my-service

# kubectl
kubectl get pods -n my-namespace
kubectl apply -f deployment.yaml
kubectl logs -f deployment/my-app

9. Security Essentials

Authentication

Recommended: Corporate IdP → SAP Cloud Identity Services → SAP BTP

XSUAA provides OAuth 2.0 authorization, role-based access control, and application security descriptors (xs-security.json).

Trust Configuration

  • Configure Identity Authentication tenant
  • Establish trust in subaccount
  • Map role collections to IdP groups
  • Assign users via role collections

Best Practices

  • Use TLS 1.2+ (mandatory)
  • Enable MFA for administrators
  • Maintain backup administrators in default IdP
  • Use provisioning over federation for production
  • Implement audit logging

10. Connectivity

Destinations

Connect to remote systems without hardcoding URLs. Key authentication methods:

  • NoAuthentication (public APIs)
  • OAuth2ClientCredentials (service-to-service)
  • OAuth2SAMLBearerAssertion (user propagation)
  • PrincipalPropagation (on-premise with Cloud Connector)

Cloud Connector

Secure tunnel for on-premise connectivity with no inbound firewall ports, fine-grained access control, RFC/HTTP support, and principal propagation.


11. Development Patterns

Programming Models

  • CAP: Java/Node.js/TypeScript for enterprise services, domain-driven development
  • ABAP Cloud: Cloud-ready ABAP with RAP

Multi-Target Applications (MTA)

Package multiple modules for deployment. Core structure includes modules (app types: nodejs, html5) and resources (services like hana).

Application Router

Single entry point providing static content serving, user authentication, URL rewriting, and request forwarding to microservices.

12. CI/CD

SAP Continuous Integration and Delivery

Managed service supporting Cloud Foundry apps (Fiori, CAP), SAP Fiori for ABAP Platform, and SAP Integration Suite artifacts.

Pipeline Setup

  • Activate service in BTP cockpit
  • Assign Administrator/Developer roles
  • Configure repository credentials
  • Add code repository (GitHub, GitLab, Bitbucket, Azure Repos)
  • Create and configure CI/CD jobs

Delivery Options

  • CI/CD: Java/HTML5/CAP, Kyma apps (Cloud Integration in development)
  • Cloud Transport Mgmt: Java/HTML5/CAP, Cloud Integration, SAP Build Work Zone

13. Extensions

Extension Architecture

Build loosely coupled extensions: SAP Solution → APIs & Events → SAP BTP Extension → Custom Business Logic

System Registration

  • Register systems in global account
  • Create formations (logical groupings)
  • Enable API/event exchange
  • Deploy extensions

Supported Solutions

  • Cloud Foundry: S/4HANA Cloud, Marketing Cloud, SuccessFactors
  • Kyma: Above + Commerce Cloud, Field Service Management

14. High Availability and Resilience

Resilience Strategies

  • Multi-AZ: Deploy across availability zones
  • Multi-Region: Deploy across geographic regions
  • In-Metro DR: Synchronous replication within region

Failover Implementation

  • Deploy in two data centers
  • Keep applications synchronized (CI/CD)
  • Define failover detection (5xx errors, timeouts)
  • Plan failback procedure

SLAs

  • RPO: Maximum 5 minutes data loss
  • RTO: Service restoration within 2 hours

15. Operations and Monitoring

Key Tools

  • SAP Cloud ALM: Real user and health monitoring
  • SAP Cloud Logging: Observability across CF, Kyma
  • SAP Alert Notification: Multi-channel notifications
  • Audit Log Viewer: Activity tracking

Best Practices

  • Deploy multiple application instances
  • Implement Application Autoscaler
  • Use blue-green deployment for updates
  • Set up automated alerting
  • Regular compliance verification

16. Support

Getting Support

Operating Model

  • SAP manages: Platform software updates, infrastructure monitoring, BTP service monitoring, global account provisioning
  • You manage: Account strategy, application development and security, role assignments and integrations, application monitoring

Bundled Resources

Reference Documentation

For detailed guidance, see the 13 reference files:

  • references/glossary.md - Complete terminology (40+ terms)
  • references/cloud-foundry.md - CF development and administration
  • references/kyma.md - Kyma runtime and Kubernetes patterns
  • references/abap.md - ABAP environment, RAP, CDS
  • references/security.md - Authentication, authorization, identity
  • references/connectivity.md - Destinations, Cloud Connector
  • references/development.md - Development patterns, MTA, Application Router
  • references/administration.md - Account management, btp CLI
  • references/operations.md - Monitoring, alerting, logging
  • references/extensions.md - SAP solution extensions, formations
  • references/tools.md - CLI references, development tools
  • references/troubleshooting.md - Common issues and solutions
  • references/regions-endpoints.md - Region-specific API endpoints

Source Documentation

Last Verified: 2025-11-27

Other skills for the same job

different authors, same section of the catalogue
Azure Kubernetes Automatic Readiness
by microsoft
vendor ×3

Assess Kubernetes workloads and cluster configuration for AKS Automatic compatibility. Identifies incompatibilities, generates fixes, and guides migration from AKS Standard to AKS Automatic. WHEN: migrate to AKS Automatic, check AKS Automatic readiness, validate manifests for Automatic, assess cluster for Automatic compatibility, fix deployment for Automatic compatibility, identify AKS Automatic migration blockers, is my cluster ready for AKS Automatic.

13k tokens
Capacity
by microsoft
vendor ×3

Discovers available Azure OpenAI model capacity across regions and projects. Analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements. USE FOR: find capacity, check quota, where can I deploy, capacity discovery, best region for capacity, multi-project capacity search, quota analysis, model availability, region comparison, check TPM availability. DO NOT USE FOR: actual deployment (hand off to preset or customize after discovery), quota increase requests (direct user to Azure Portal), listing existing deployments.

6k tokens scripts
Customize
by microsoft
vendor ×3

Interactive guided deployment flow for Azure OpenAI models with full customization control. Step-by-step selection of model version, SKU (GlobalStandard/Standard/ProvisionedManaged), capacity, RAI policy (content filter), and advanced options (dynamic quota, priority processing, spillover). USE FOR: custom deployment, customize model deployment, choose version, select SKU, set capacity, configure content filter, RAI policy, deployment options, detailed deployment, advanced deployment, PTU deployment, provisioned throughput. DO NOT USE FOR: quick deployment to optimal region (use preset).

8k tokens
Deploy Model
by microsoft
vendor ×3

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create).

26k tokens scripts
Preset
by microsoft
vendor ×3

Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize).

9k tokens
Lamindb
by christophacham
×3

This skill should be used when working with LaminDB, an open-source data framework for biology that makes data queryable, traceable, reproducible, and FAIR. Use when managing biological datasets (scRNA-seq, spatial, flow cytometry, etc.), tracking computational workflows, curating and validating data with biological ontologies, building data lakehouses, or ensuring data lineage and reproducibility in biological research. Covers data management, annotation, ontologies (genes, cell types, diseases, tissues), schema validation, integrations with workflow managers (Nextflow, Snakemake) and MLOps platforms (W&B, MLflow), and deployment strategies.

22k tokens
Latchbio Integration
by christophacham
×3

Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.

12k tokens
Modal
by christophacham
×3

Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.

17k tokens

How to use it

Copy the folder

Take secondsky/sap-btp-cloud-platform from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.