The Service Broker is responsible for providing the access token that is necessary to consume the APIs.

This activity is performed in the Instances and Subscriptions section. When the application is subscribed, select the Create button in the upper right corner of the screen. Again, this step is required to get the credentials to access the APIs.
Steps
Select the Service, Plan, and enter the Instance Name. Choose Next.
The user must either upload a JSON file or enter the parameters in JSON format. Then, choose Next.
Code Snippet1{ "xs-security": { "xsappname": "farming", "oauth2-configuration": { "credential-types": [ "binding-secret" ] } } }Note
*JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications (for example, sending some data from the server to the client, so it can be displayed on a web page, or the opposite).Select Create.
The Service Instance shows the status as Created.
After creating the Service Broker instance, you need to create a key that will link the application to this service broker instance.
To do this, click on the three dots right next to the Created status.
Then, click on Create within Service Bindings to create a Key.
A customer needs to create the key to receive the credentials to generate the Oauth token.
This access token will be used to authenticate against the APIs.
In the Binding Name field, enter Key, and select Create.
The Key now has the status Created.
Video Summary
This video tutorial guides on how to create a service broker instance, highlighting the steps to secure the necessary access credentials for using associated APIs. The demonstration covers vital steps like the selection of the "Intelligent Agriculture" option, the process of naming an instance, and how to input important JSON data, which viewers would also have access to. The tutorial neatly concludes with the exhibit of a created instance, followed by the production of a key for the instance, and successfully obtaining data from the created assets. With a comprehensive step-by-step guide provided, viewers can gain a clear understanding of creating service broker instances and accessing APIs.