Skip to Content

Set Up Tools to Connect With and Operate SAP AI Core

Use SAP AI Launchpad, Postman or python to connect with SAP AI Core.
You will learn
  • How to create a connection between SAP AI Core and your tool of choice (SAP AI Launchpad, Postman, python)
  • How to look explore the tools for SAP AI Core
dhrubpaulDhrubajyoti PaulDecember 21, 2022
Created by
helenaaaaaaaaaa
May 17, 2022
Contributors
maximilianone
helenaaaaaaaaaa

Prerequisites

  • You have created an SAP AI Core instance.

If you want to use SAP AI Core with python, select the tab for SAP AI Core SDK or AI API client SDK.

  • Step 1

    Using your SAP Business Technology Platform (BTP), to generate keys for the SAP AI Core instance, using Provision SAP AI Core

    The following is a set of keys for example reference only. Please generate keys for your own SAP AI Core instance.

    JSON
    Copy
    {
      "clientid": "ss-2222-aaa-4444-888-8555!bbb|aicore!bbb",
      "appname": "2222-aaa-4444-888-8555!bbb|aicore!bbb",
      "identityzone": "tutorial",
      "identityzoneid": "11111-dddd-444-888-888888",
      "clientsecret": "qwertyuiop",
      "serviceurls": {
      "AI_API_URL": "https://api.ai.prod.us-east-1.aws.ml.hana.ondemand.com"
      },
      "url": "https://tutorial.authentication.us10.hana.ondemand.com"
    }
    
    Log in to complete tutorial
  • Step 2
    Log in to complete tutorial
  • Step 3
    Log in to complete tutorial
  • Step 4
    Log in to complete tutorial
  • Step 5
    Log in to complete tutorial
  • Step 6

    Where would you find help regarding API usage of SAP AI Core?

    Log in to complete tutorial
  • Step 7

    For support, look at the Troubleshooting Guide for SAP AI Core. If this does not help resolve your issue, please raise a ticket.

    Which modules/functions are missing from the dir function on the AI API client SDK but present on SAP AI Core SDK? (HINT: Use the screenshots from this step to find out, these are SAP AI Core specific components)

    Log in to complete tutorial
Back to top