AI Agent for Supply Chain Management using Amazon Bedrock > Using the AI Agent for Supply Chain Management using Amazon Bedrock recipe > Step 10. Invoke the process
  

Step 10. Invoke the process

You can provide the user prompt and invoke the AWSRAGAgent process.
  1. 1Open the AWSRAGAgent process and click Actions > Properties Details > Copy Service URL.
  2. 2Open a text editor and add the input fields and values to the service URL as shown in the following format:
  3. <Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?prompt=<user prompt>
  4. 3Open a browser and paste the service URL.
You can also invoke the process using the Run Using option, REST or SOAP API endpoints in any API client, such as cURL, Postman, SOAP UI, or through any programming language.